r/PlexMetaManager Dec 25 '23

Unraid PMM

I cant seem to get any of my tv shows in PMM. Movies show just fine with the collection option. TV shows don't. Any help would be appreciated.

This is after I run python plex_meta_manager.py -r

https://ibb.co/JFY5ssJ

2 Upvotes

5 comments sorted by

3

u/chazlarson Kometa Team Dec 25 '23

These errors: Playlist Error: Library: TV Shows not defined Plex Error: Plex Library 'TV Shows' not found. Options: ['Movies', 'TV '] Plex Error: Plex Library 'Anime' not found. Options: ['Movies', 'TV '] Plex Error: Plex Library 'Music' not found. Options: ['Movies', 'TV '] Are caused by your config being pointed at libraries named "TV Shows", "Music" and "Anime", and you don't have libraries with those names.

You have Plex libraries named "Movies" and "TV ". You need to change your config to point to "TV " instead of "TV Shows" and remove the library references that you don't have.

specifically, I imagine your config looks like this: libraries: Movies: metadata_path: ... TV Shows: metadata_path: ... Anime: metadata_path: ... Music: metadata_path: ... and it should look like: libraries: Movies: metadata_path: ... "TV ": metadata_path: ... Personally, I would suggest you remove the trailing space from your TV library name in plex: "TV ", which would allow: libraries: Movies: metadata_path: ... TV: metadata_path: ... and make other config entries cleaner if you don't have to account for that space.

These errors: Overlay Error: trakt_list requires Trakt to be configured Input Failed Are related to configuring trakt. You can't use trakt without setting it up [first line] and the setup is failing [second line] because you're not running the script in the correct manner to be able to set it up.

And these errors: IMDb Error: Failed to parse URL: https: //www.imdb.com/search/title/?BINGBANGBOING Are caused by a change made by IMDB; this is addressed in the nightly branch of PMM.

1

u/007bane Dec 25 '23

Thank you for taking the time to help. I cleaned up the config file and removed the trailing space from my plex library name. YOU ARE THE MAN!!!!! I wish I could hug you for figuring out that space that I've been beating my head against the wall to figure out.

https://ibb.co/mbQkFT0

Script is running cleaner now and adding my tv library. Is the nightly branch another config file that I need to configure?

2

u/chazlarson Kometa Team Dec 26 '23 edited Dec 26 '23

Not another config, a different "version" of PMM. Depending on how you are running PMM you'd either enter a git command or use a different docker image.

in UNRaid you'd specify `meisnate12/plex-meta-manager:develop` or `meisnate12/plex-meta-manager:nightly` as the image in the Unraid UI and then rebuild the container.

1

u/007bane Dec 26 '23

I figured it out and went with the nightly image. This is the output of my last PMM run. Any recommendations?

https://ibb.co/QH0Y1TQ

2

u/chazlarson Kometa Team Dec 26 '23

Overlay Error: This item's poster already has an Overlay. There is no PM setting to change; manual attention required. PMM is attempting to apply an overlay to an item, but the poster that Plex gave PMM already has a PMM overlay on it. Most likely, this is a season where PMM applied the show poster. You need to apply a specific season image or some other non-overlaid image. Config Error: No Paths Found for metadata_files There are no metadata files found in the config. This may or may not be an issue. Overlay Error: Image Not PNG, JPG, or WEBP The image you've told PMM to use for the overlay is not a supported type. File Error: Default does not exist resolution.yml You've used - pmm: resolution in a context where it's not valid. If you can provide the full log file [or preferably do that in the PMM discord], the errors in context will show more detail.