Hi, im currently writing a little plex app with the aim to teaching me some angular and typescript. Everything is going well apart from one little issue:
via the web api im getting the play count of media items per user (pretty simple). The response contains the number of times the item has been played. I want to be able (via some sort of call) to increase that played number however its currently escaping me…
[server-ip] = your server ip
[server-port] = your server port
[rating-key] = the rating key of the media item you wish to increase the count of
[key] = the key of the media item…
[state] = first time call should be “playing” and the second call should be “stopped”
[time] = first time call should be 0 and the second is the value of [duration]
[duration] = the total duration of the media item
[token] = your plex token