Sign inSign up

jrelva/sorttv

By jrelva

Updated almost 11 years ago

A utlity to automatically sort downloaded Movies and TV Shows into respective directories

Image
1

50K+

jrelva/sorttv repository overview

SortTV

Homepage
A utlity to automatically sort downloaded Movies and TV Shows into respective directories

Usage

Volumes

You need to mount the following data directories into the container for SortTV to sort anything

  • /data/incoming: downloaded files
  • /data/movies: movies
  • /data/tvshows: tvshows
Environment

This container can take two optional environment variables

  • ONESHOT: Set to true to run sorttv once and exit (default: false)
  • POLL_EVERY: Poll /data/incoming every x seconds (default: 54000)
Example

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

Tag summary

Content type

Image

Digest

sha256:62e35dcdb

Size

79.8 MB

Last updated

almost 11 years ago

docker pull jrelva/sorttv