Wiki > Kometa
Kometa is an open source Python 3 project that has been designed to ease the creation and maintenance of metadata, collections, and playlists. The script is designed to be run continuously and be able to update information based on sources outside your media environment, connecting with services such as Plex and TMDB. Kometa supports Movie/TV/Music libraries and Playlists.
Connect to your slot through SSH.
-
Download Kometa
git clone https://github.com/Kometa-Team/Kometa
-
Set up a virtual environment
python3 -m venv kometa-venv
-
Activate the virtual environment
source kometa-venv/bin/activate
-
Install the package requirements
python -m pip install -r ~/Kometa/requirements.txt
-
Move the base configuration file into place
mv ~/Kometa/config/config.yml.template ~/Kometa/config/config.yml
-
Open the configuration file in nano to edit
nano ~/Kometa/config/config.yml
-
Save changes by pressing
Ctrl+x
,y
and thenenter
-
Run Kometa
python ~/Kometa/kometa.py -r
For more info and assistance, please see the official documentation