suparngp / plex-personal-shows-agent.bundle

Plex Metadata agent to manage personal shows
MIT License
46 stars 8 forks source link

Does this still work with latest server? #3

Open wanageeska opened 2 years ago

wanageeska commented 2 years ago

Hi, I've been trying to get this work on my server but the episode titles aren't inheriting from the filename. They only show as Episode 1, Episode 2... etc. I've followed all of the install instructions exactly, so I'm tad confused. Does your plugin still work with the latest plex media server? Ta!

jchen1624 commented 2 years ago

I'm having the exact same issue with the latest plex media server. I hope the devs are still working on this --seems really useful!

59split commented 2 years ago

Been playing with this tonight and found a solution. If there is no meta.json file in the filesytem the code errors out on line 115 with 'UnboundLocalError: local variable 'meta_json' referenced before assignment', which can be seen in the logs.

Add a line under line 75 (with the same indenting as line 75) with the following 'meta_json = {}'

Then reload Plex (it didnt work otherwise) and 'Manage Library' -> 'Refresh All Metadata'.

done. No idea if it is being maintained but it definitely incredibly useful.