You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: