Skip to content

My Plex Meta Manager config for automatically creating collections and overlays with user rating maintenance to Plex.

License

Notifications You must be signed in to change notification settings

JTMWi/plex-meta-manager-config

 
 

Repository files navigation

Plex Meta Manager Config (v1.20 and later)

My Plex Meta Manager config for automatically creating collections and overlays to Plex. These files were originally created using templates and has since then been rewritten completely and updated regularly by me since 2021. For all lists and overlays to work you'll need to configure API tokens from Trakt, MyAnimeList, AniDB, TMDb and more in your config.yml file.

Install (Docker Compose)

This will install Plex meta manager using docker compose with a daily run schedule for collections, overlays and operations as three seperate containers.

  1. Download this repository.
  2. Add your Plex IP-adress and token to config.yml.
  3. (Highly recommended) many collections in this config pulls information from services like Trakt, mdblist and more which requires a valid api key/token/id. Please visit the config section in the wiki on how to configure them.
  4. Install docker with compose or Docker desktop for Windows (if you haven't already).
  5. Open terminal and navigate to your path:
Windows: "cd C:\path\to\PMM-folder"

Linux: "cd /path/to/PMM-folder"
  1. Now paste this in the terminal to create the containers:
Windows: "docker-compose up -d"

Linux: "sudo docker-compose up -d"

Done!

Docker run

This will run through the entire config one time, It will not keep PMM updated on a schedule.

Windows: "docker run -it -v "C:\path\to\PMM-folder/config:/config:rw" meisnate12/plex-meta-manager --run"

Linux: "sudo docker run -it -v "/path/to/PMM-folder/config:/config:rw" meisnate12/plex-meta-manager --run"

Update PMM

This will update Plex meta manager to the latest branch version.

Stable: docker pull meisnate12/plex-meta-manager
Develop: docker pull meisnate12/plex-meta-manager:develop
Nightly: docker pull meisnate12/plex-meta-manager:nightly

Targeted library types:

  • Anime
  • Audiobooks
  • Movies
  • Music
  • Remux
  • Soundtracks
  • TV
  • Videos

Collections examples

Movies

image search api

TV

image search api

Anime

image search api

Overlays examples

Movies

image search api

TV

image search api

Remux

image search api

For more help go to the wiki: https://metamanager.wiki/en/latest/

About

My Plex Meta Manager config for automatically creating collections and overlays with user rating maintenance to Plex.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%