Kometa (previously known as Plex Meta Manager/PMM): https://kometa.wiki/en/latest/
-IMDB collections for Movies and TV Shows: Top 250, Popular, Trending
-Best of 2020s, 2010s, 2000s, 1990s, 1980s via Trakt Lists
-Trakt collections for Movies: Popular, Trending
-TMDB collections for TV Shows and Cartoons: Top 250, Popular, Trending
-IMDB and TMDB score overlays for Movies, TV Shows, Cartoons
-4K overlay for 4K movies (including 4K DV, 4K HDR) for 4K movies
-IMDB Top 250 Overlay for Movies, TV Shows, Cartoons
-Decade collections for Cartoons
Setup Notes:
Be sure to setup the section below settings in the config.yml with your servers info at the bottom (aka Plex url, api keys, etc)! I would recommend testing on a smaller library or even create a test library in Plex with just two or so movies. I have removed the ARR configurations since i do not use them but they can be readded by getting from the pmm wiki page.
Examples below show using latest image, if you using develop image: replace kometateam/kometa:latest with kometateam/kometa:develop
Example command to run specific .ymls from putty / ssh (replace config-custom.yml with your yml):
sudo -i
docker run --rm -it -v "/volume1/docker/kometa:/config:rw" kometateam/kometa:latest --config "/config/config-custom.yml" --run
Example command to run in Synology as scheduled task (ran as root):
docker run --rm -v "/volume1/docker/kometa:/config:rw" kometateam/kometa:latest --config "/config/config-custom.yml" --run
Example command to run in terminal in Docker or Container Manager within Synology's DSM7 (second line shows running specific config yml file):
python kometa.py -r
python kometa.py --config /config/config-custom.yml
Screenshot examples below: