Hi…
In the official faq page there is only an explanation how to refresh whole sections/libraries via URL:
https://support.plex.tv/hc/en-us/articles/201638786-Plex-Media-Server-URL-Commands
Iam looking for the “same” functionality but targeting a single Series only.
This is possible through the plex Web client, so basically there must be a URL for that, or am i wrong?
Any help appreciated…
cheers!
dane22
January 22, 2017, 12:19pm
2
You need to get the key of the show, and then issue a PUT like:
http://MyPlexServer:32400/library/metadata/17400/refresh
/T
I just verified this with the plexapi library for python.
Same result: 405 Method not allowed.
Server: PMS on NVIDIA Shield
dane22
January 22, 2017, 4:39pm
5
Working fine here, but as said, it’s a PUT , and not a GET
/T
Ah i see…
My bad and apparently plexapi has it wrong as well
verified with a PUT and worked.