Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this still work with latest server? #3

Open
wanageeska opened this issue Dec 28, 2021 · 2 comments
Open

Does this still work with latest server? #3

wanageeska opened this issue Dec 28, 2021 · 2 comments

Comments

@wanageeska
Copy link

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
Copy link

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
Copy link

59split commented Jan 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants