A utlity to automatically sort downloaded Movies and TV Shows into respective directories
50K+
Homepage
A utlity to automatically sort downloaded Movies and TV Shows into respective directories
You need to mount the following data directories into the container for SortTV to sort anything
This container can take two optional environment variables
Run sorttv once and sort /mnt/downloads/complete to /mnt/data/movies and /mnt/data/tvshows
docker run -ti -e "ONESHOT=true" -v /mnt/downloads/complete:/data/incoming -v /mnt/data/movies:/data/movies -v /mnt/data/tvshows:/data/tvshows jrelva/sorttv
Do the same again except run every half an hour (108000 seconds)
docker run -ti -e "POLL_EVERY=108000" -v /mnt/downloads/complete:/data/incoming -v /mnt/data/movies:/data/movies -v /mnt/data/tvshows:/data/tvshows jrelva/sorttv
Content type
Image
Digest
sha256:62e35dcdb…
Size
79.8 MB
Last updated
almost 11 years ago
docker pull jrelva/sorttv