Skip to content

jhn322/kometa-config

Repository files navigation

Kometa Config (Formerly Plex Meta Manager)

My Kometa config for automatically creating collections and overlays for Plex. These files were originally created using templates and has since then been rewritten/edited completely and updated regularly by me since 2021. As far as overlays go I have put an emphasis on providing useful info at a glance without going over the top, while having a very comprehensive yet not too overwhelming amount of collections.

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 Kometa 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. Many collections in this config require a unique API key/token/id for a specific service like Trakt, MdbList etc. Below is a list of the ones I use and would highly recommend you to set up as well:
  1. Install docker with compose or Docker desktop for Windows (if you haven't already).
  2. Open terminal and navigate to your path:
Windows: "cd C:\path\to\Kometa-folder"

Linux: "cd /path/to/Kometa-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 (Optional/Testing)

If you for some reason don't want to use Docker compose you can utilize run on a schedule:

Linux:
sudo docker run --restart=unless-stopped -d -v "/path/to/Kometa-folder/config:/config:rw" kometateam/kometa:develop -co --time 06:00
sudo docker run --restart=unless-stopped -d -v "/path/to/Kometa-folder/config:/config:rw" kometateam/kometa:develop -op --time 08:00
sudo docker run --restart=unless-stopped -d -v "/path/to/Kometa-folder/config:/config:rw" kometateam/kometa:develop -ov --time 09:00

Windows:
docker run --restart=unless-stopped -d -v "C:\path\to\Kometa-folder/config:/config:rw" kometateam/kometa:develop -co --time 06:00
docker run --restart=unless-stopped -d -v "C:\path\to\Kometa-folder/config:/config:rw" kometateam/kometa:develop -op --time 08:00
docker run --restart=unless-stopped -d -v "C:\path\to\Kometa-folder/config:/config:rw" kometateam/kometa:develop -ov --time 09:00

For testing purposes (single run):

Windows: docker run -it -v "C:\path\to\Kometa-folder/config:/config:rw" kometateam/kometa --run

Linux: sudo docker run -it -v "/path/to/Kometa-folder/config:/config:rw" kometateam/kometa --run

Update Kometa

This will update Kometa to the latest branch version.

Stable: docker pull kometateam/kometa
Develop: docker pull kometateam/kometa:develop
Nightly: docker pull kometateam/kometa: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 Kometa (formerly 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