Setting watched status over http

Hi, does anybody know how to set the watched status of a video file over http. I've tried the following but neither work:-

 

Set watched:-

http://PMS_IP:32400/:/scrobble?key=2585&identifier=com.plexapp.plugins.library

 

Set unwatched:-

http://PMS_IP:32400/:/unscrobble?key=2585&identifier=com.plexapp.plugins.library

 

Where PMS_IP is your PMS ip address and key is the key value of the video file, however it does not update the watched status. What is the correct way to do this.

 

Thanks

You need to use http://PMS_IP:PMS_PORT/:/scrobble?key=KEY&identifier=com.plexapp.plugins.library

EX:

http://192.168.2.2:32400/:/scrobble?key=30000&identifier=com.plexapp.plugins.library

http://192.168.2.2:32400/:/unscrobble?key=30000&identifier=com.plexapp.plugins.library

Yep, thanks, already figured it out. The links I posted were worng because the plex forum screwed them up :( Just like your first link ;)

However my problem was I was passing the key value from the library when it actually needs the ratingKey. Nice confusing naming there by the way. key in the http request and ratingKey in the library ;)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.