Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Plex Meta Manager

Chaz Larson edited this page Jul 2, 2021 · 6 revisions

Prerequisites

You need three things minimum:

  1. Plex URL [http://plex:32400]
  2. Plex Token [/opt/scripts/plex/plex_token.sh]
  3. TMDB API Key [get this at https://www.themoviedb.org/settings/api ]

Gather those things first.

Initial setup

Run the tag one time. It will fail with an error about your config file.

cd ~/community && sudo ansible-playbook community.yml --tags plex-meta-manager

Go to the data dir and make a copy of the stock config:

cd /opt/plex-meta-manager/config
cp config.yml.template config.yml

Edit the file:

nano config.yml

and put in the three things above:

...
plex:                                           # Can be individually specified per library as well
  url: http://192.168.1.12:32400                   <<< HERE
  token: ####################                      <<< HERE
  timeout: 60
  clean_bundles: false
  empty_trash: false
  optimize: false
tmdb:
  apikey: ################################         <<< AND HERE
  language: en
...

Save that file and run the tag:

cd ~/community && sudo ansible-playbook community.yml --tags plex-meta-manager

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally