Does anybody know if the ‘on deck’ list can be manipulated via an API? I have my own home-brew home automation system which contains a catalogue of my movies and suggests movies based on when it was last watched etc (no, I dont want to use plex for this) - but when a movie is selected, I would like to put the movie on deck.
I can find plenty of API calls to LIST items from plex, but not many to poke information back into the system.
$duration is the duration of the item in milliseconds - not sure if it needs to be correct, but it needs to be there
$plexClientIdentifier the client identifier your app signed in with - not sure either if this needs to be a valid one, but my server at least insists on the parameter being there
These calls basically say
Hey, I’m watching this thing, and I’m at the one minute mark!
Meh, I stopped watching at the two minute mark…
And thus it appears on deck, with the option to continue from 2 min.
The exact numbers probably don’t matter, but they need to be different.