2023-04-07, 14:42
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:
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>