v19 How to set Context Menu item to only appear on "Recently added episodes" widget?
#1
I've created a Context Menu addon to allow me to refresh the skin on Kodi 19.4.

The addon works well, but its visibility is set to true, so it appears in all context menus.

What visibility condition should I use here:
     <visible>true</visible>

so it only appears when long pressing on items in the "Recently added episodes" widget?
Reply
#2
wild guess :

<visible>String.Contains(Container.FolderPath,videodb://recentlyaddedepisodes/)</visible>
Reply
#3
Thanks! I'll try it out and see if it works. I appreciate the suggestion.
Reply

Logout Mark Read Team Forum Stats Members Help
How to set Context Menu item to only appear on "Recently added episodes" widget?0