No description
Find a file
2021-03-12 18:16:26 -05:00
config clean up 2021-03-05 15:33:24 -05:00
modules fixed import #102 2021-03-12 18:16:26 -05:00
.dockerignore Initial Commit 2021-01-20 16:37:59 -05:00
.gitignore added more tmdb person searches #70 2021-02-27 21:47:41 -05:00
Dockerfile Dockerfile update 2021-02-16 16:52:17 -05:00
LICENSE Initial commit 2020-11-30 00:24:31 -05:00
plex_meta_manager.py v1.4.0 2021-03-08 18:20:26 -05:00
README.md v1.4.0 2021-03-08 18:20:26 -05:00
requirements.txt added more tmdb person searches #70 2021-02-27 21:47:41 -05:00

Plex Meta Manager

Version 1.4.0

The original concept for Plex Meta Manager is Plex Auto Collections, but this is rewritten from the ground up to be able to include a scheduler, metadata edits, multiple libraries, and logging. Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki. Some collection examples that the script can automatically build and update daily include Plex Based Searches like actor, genre, or studio collections or Collections based on TMDb, IMDb, Trakt, TVDb, AniDB, or MyAnimeList lists and various other services.

The script can update many metadata fields for movies, shows, collections, seasons, and episodes and can act as a backup if your plex DB goes down. It can even update metadata the plex UI can't like Season Names. If the time is put into the metadata configuration file you can have a way to recreate your library and all its metadata changes with the click of a button.

The script is designed to work with most Metadata agents including the new Plex Movie Agent, New Plex TV Agent, Hama Anime Agent, and MyAnimeList Anime Agent.

paypal

Getting Started

Support

  • If you're getting an Error or have an Enhancement post in the Issues
  • If you have a configuration question visit the Discussions
  • To see user submitted Metadata configuration files and you could even add your own go to the Plex Meta Manager Configs
  • Pull Request are welcome but please submit them to the develop branch
  • If you wish to contribute to the Wiki please fork and send a pull request on the Plex Meta Manager Wiki Repository