v15 Overwrite 'watch flag' when watching file inside plugin
#1
Hello,

Im using custom player which inherets xbmc.Player, and have few custom function (like play, onPlayBackEnded etc.)
I now have redundant 'mark as watched' one is the buildin when it only mark file in view, and second is mine when it upload data etc.
Mine is more sophistic, depending on how % you setup and watched of movie it is marked as watched or not.

But when my % ain't hit, the buildin function mark movie as watched confusing the user and other functions.

Is there a way to disable this behavior inside my plugin? or overwrite it without editing Kodi Source Code?
Reply
#2
Probably the hack with advancesettings.xml and percenttomarkwatched seting to higher than 100% will have to do the trick.
Reply

Logout Mark Read Team Forum Stats Members Help
Overwrite 'watch flag' when watching file inside plugin0