2013-04-09, 02:06
Hi, I'm trying to write a script that grabs the current resume point for each movie in the library, and then propagate the highest value to all the front ends that have that file in their libraries.
Basically, if I watch a movie on one frontend, stop watching, and resume on a different frontend, I would like that the resume point had sync'd between them.
Getting the value via the JSON API is easy:
{"jsonrpc":"2.0","method":"VideoLibrary.GetEpisodes","id":1,"params":{"properties":["file","showtitle","resume"]}}
Setting it is hard or impossible, as it doesn't appear to be implemented. Is this a missing feature?
Basically, if I watch a movie on one frontend, stop watching, and resume on a different frontend, I would like that the resume point had sync'd between them.
Getting the value via the JSON API is easy:
{"jsonrpc":"2.0","method":"VideoLibrary.GetEpisodes","id":1,"params":{"properties":["file","showtitle","resume"]}}
Setting it is hard or impossible, as it doesn't appear to be implemented. Is this a missing feature?