Link to movies tables
#1
Using xbmc.Player(filename) when I link to a file in TV Shows I was pleased to find the player acts as if the file was launched directly in TV Shows and watched resume etc are updated, however if the file is in Movies they are not linked. I confirmed with json that the filename returns the valid movieid. Is there a way to link these other than the filname?

Martin
Reply
#2
I modified my code and replaced my instance of player.play(), with player inherited from the xbmc.Player class, using the JSON-RPC Player.Open() and movied as a parameter and this seems to works. My player still gets the notifications. so I do seem to have a workaround. Is it safe to use my player class and JSON together?

Martin
Reply

Logout Mark Read Team Forum Stats Members Help
Link to movies tables0