Wiki > Plex Meta Manager
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.
Connect to your slot through SSH.
-
Download Plex Meta Manager
git clone https://github.com/meisnate12/Plex-Meta-Manager
-
Set up a virtual environment
python3 -m venv pmm-venv
-
Activate the virtual environment
source pmm-venv/bin/activate
-
Install the package requirements
python -m pip install -r ~/Plex-Meta-Manager/requirements.txt
-
Move the base configuration file into place
mv ~/Plex-Meta-Manager/config/config.yml.template ~/Plex-Meta-Manager/config/config.yml
-
Open the configuration file in nano to edit
nano ~/Plex-Meta-Manager/config/config.yml
-
Save changes by pressing
Ctrl+x
,y
and thenenter
-
Run Plex Meta Manager
python ~/Plex-Meta-Manager/plex_meta_manager.py -r
For more info and assistance, please see the official documentation