python add-on context menu missing
#1
Hi all,

I've developed a Python add-on that displays video items, and for these items I've added a context menu item ("play all").
This context menu item appears when I use the native GUI in XBMC, but not when using the iOS version.

I think a picture would explain best:
On the native GUI:
Image

On the iOS version:
Image

Anyone?
Reply
#2
Hi,
the actions that can be done with the video add-on items (queue after current, queue and play) are actions that doesn't come from the add-on (that kind of Infos IIRC aren't sent from XBMC) instead they are actions that the remote app has mapped internally for the items of kind "add-on video" whatever it is the add-on.
Reply
#3
is there a plan to let add-ons hook into that (just like you hook into the native context menu)?
Reply

Logout Mark Read Team Forum Stats Members Help
python add-on context menu missing0