Python script to automate Plex collections and other metadata
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
meisnate12 8e4526dbba
Merge pull request #144 from meisnate12/develop
3 years ago
config v1.5.1 3 years ago
modules fixes #142 and other bugs 3 years ago
.dockerignore Initial Commit 3 years ago
.gitignore added more tmdb person searches #70 3 years ago
Dockerfile Dockerfile update 3 years ago
LICENSE Initial commit 4 years ago
README.md v1.6.2 3 years ago
plex_meta_manager.py v1.6.2 3 years ago
requirements.txt plex_search update! 3 years ago

README.md

Plex Meta Manager

Version 1.6.2

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

  • Before posting on Github about an enhancement, error, or configuration question please visit the Plex Meta Manager Discord Server
  • 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