How can I add my contextmenu addon also the the FileManager contextmenu?
#1
Hi,

I have a contextmenu addon, currently it is shown almost on each contextmenu except of FileManager, why?
How can I make it to be shown also in FileManager contextmenu?

This is how the addon.xml is set:
xml:
<extension library="addon.py" point="kodi.context.item">
   <item>
      <label>32000</label>
      <visible>true</visible>
   </item>
</extension>
Reply

Logout Mark Read Team Forum Stats Members Help
How can I add my contextmenu addon also the the FileManager contextmenu?0