Skip to content
seamonkey420 edited this page Jul 16, 2024 · 11 revisions

Welcome to the Seamonkey420s-Kometa-Config wiki!

Here are some basic ssh/putty commands that are useful when dealing with pmm.

**Notes about commands: **

  • if are using develop docker image, replace :latest with :develop to kometateam/kometa:latest (ie 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

OUTDATED: PMM Cleanup Commands (does require pmm-cleanup docker image/container to be setup)

--report files:

docker run  --rm -v "/volume1/docker/pmm-cleanup:/config:rw" -v "/volume1/PlexMediaServer/AppData/Plex Media Server:/plex:rw" meisnate12/plex-image-cleanup -m report

--remove files:

docker run --rm -v "/volume1/docker/pmm-cleanup:/config:rw" -v "/volume1/PlexMediaServer/AppData/Plex Media Server:/plex:rw" meisnate12/plex-image-cleanup -m remove