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 4e4c173e43
v1.17.0
2 years ago
.github [106] small updates 2 years ago
config v1.17.0 2 years ago
docs v1.17.0 2 years ago
fonts [106] small updates 2 years ago
modules v1.17.0 2 years ago
.dockerignore Dockerfile update 3 years ago
.gitignore [2] Overlay Overhaul! 2 years ago
.readthedocs.yml [100] add docs 2 years ago
Dockerfile fixed arm64 build and slimmed down image 2 years ago
LICENSE [86] Various small fixes 2 years ago
README.md [118] Updated Branding 2 years ago
VERSION v1.17.0 2 years ago
overlays.psd Added Image Overlay 3 years ago
plex_meta_manager.py [113] fix playlist bug and plex_search bug 2 years ago
requirements.txt Bump plexapi from 4.11.0 to 4.11.1 2 years ago

README.md

PMM

GitHub release (latest by date) Docker Image Version (latest semver) Docker Pulls Develop GitHub commits since latest stable release (by SemVer) Nightly GitHub commits since latest stable release (by SemVer)

Discord Docker Cloud Build Status Wiki Sponsor or Donate

Plex Meta Manager is an open source Python 3 project that has been designed to ease the creation and maintenance of metadata, collections, and playlists within a Plex Media Server. The script is designed to be run continuously and be able to update information based on sources outside your plex environment. Plex Meta Manager supports Movie/TV/Music libraries and Playlists.

Getting Started

  1. Install Plex Meta Manager; this process is described here.

  2. Once installed, you have to create a Configuration File, which contains URLs and credentials and the like which are used to connect to services like Plex and TMDB.

  3. After that you can start updating Metadata and building automatic Collections by creating a Metadata File for each Library you want to interact with.

  4. After that, explore the Wiki to see all the different Collection Builders that can be used to create collections.

Walkthroughs

If you find steps 1-3 above daunting, there are some walkthroughs available that will take you through those three steps: getting Plex Meta Manager installed, creating a config file, and creating a couple collections to show how the process works.

  1. The Local Walkthrough covers installing the script natively [not in docker] on your local computer or a remote server.
  2. The Docker Walkthrough covers the same thing, running the script via Docker.
  3. The unRAID Walkthrough gets you started configuring the script in UNRaid. It doesn't go through the same steps with regard to creating the config file and metadata file, so you may want to go through the Docker Walkthrough first on your computer to gain that understanding.

Development & Nightly Builds

Development

Develop GitHub commits since latest stable release (by SemVer)

The develop branch has the most updated documented fixes and enhancements to Plex Meta Manager. This version is tested and documented to some degree, but it is still an active development branch, so there may be rough edges.

If switching to the develop build, it is recommended to also use the develop branch of the wiki, which documents any changes made from the Master build.

Nightly

Nightly GitHub commits since latest stable release (by SemVer)

There is also a nightly build which will have the absolute latest version of the script, but it could easily break, there is no guarantee that it even works, and any new features will not be documented.

This branch will have squashed commits which can cause git pull/git fetch to error you can use git reset origin/nightly --hard to fix the branch.

As this build is subject to extreme change, there is no promise of the feature being documented in the nightly branch of the wiki and all discussions relating to changes made in the nightly build will be held within the Plex Meta Manager Discord Server.

Example Usage

Plex Meta Manager gives the user the power to curate a set of Collections to make discovering and organizing media easy. They can be built either using plex-based searches/filters, or by using popular builders such as TMDb, IMDb, Trakt, MDBList, MyAnimeList and many more.

Some example collections that can be created are:

  • Trending/Popular (based on TMDb, IMDb, Trakt, etc.)
  • Streaming Service (such as Netflix, Disney+, etc.)
  • Networks
  • Studios
  • Genres
  • Actors
  • Decades

Below are some user-curated collections which have been created by Plex Meta Manager.

Movie Preview

Show Preview

To see user submitted Metadata configuration files, and you to even add your own, go to the Plex Meta Manager Configs.

Plex Meta Manager can manage the metadata fields for movies, shows, seasons, episodes, artists, albums, tracks, and collections, which can allow you to have a full backup of your customizations in case of a database loss.

Discord Support Server

Before posting on GitHub about an enhancement, error, or configuration question please visit the Plex Meta Manager Discord Server. we have a dedicated support thread system so that your query can be dealt with efficiently by our team and community.

Feature Requests, Errors, and Configuration Questions

If you are unable to use the Plex Meta Manager Discord Server, please follow this guidance:

  • If you have an idea for how to enhance Plex Meta Manager please open a new Feature Request.
  • If you're getting an Error please update to the latest version and then open a Bug Report if the error persists.
  • If you see a mistake/typo with the Plex Meta Manager Wiki or have an idea of how we can improve it please open a Wiki Request
  • If you have a metadata configuration query please post in the Discussions.

Contributing

  • Pull Requests are greatly encouraged, please submit all Pull Requests to the nightly branch.

IBRACORP Video Walkthrough

IBRACORP made a video walkthrough for installing Plex Meta Manager on unRAID. While you might not be using unRAID the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script.

Plex Meta Manager