Mark As Watched / Unwatched Context Menu
#1
Hello All,

I am pretty new to python and XBMC plugin development both and I have been searching around but haven't found a good answer to this question. Does the Mark as Watched / Unwatched context menu only show up in the Video Library? Can it be added to a plugin context menu through something like

PHP Code:
xbmcgui.ListItem().addContextMenuItems() 

or would I need to write a function to mark the video and change the context menu separately inside the plugin?

Thanks!

worias
Reply
#2
It should be in the default context menu for your add-on, but I've noticed that it doesn't properly load the watched/unwatched status from the database the next time you show the list. I ended up writing some code to manually read the SQLite database for videos, but that's not actually allowed for add-ons in the official repository.

This might have been fixed in Gotham (13.0).
Reply

Logout Mark Read Team Forum Stats Members Help
Mark As Watched / Unwatched Context Menu0