SickChill is a Video File Manager for TV Shows, It watches for new episodes of your favorite shows and when they are posted it does its magic. SickChill is currently in beta release stage. There may be severe bugs in it and at any given time it may not work at all.
Latest stable SickChill release from GitHub.
docker run -d \
-p 8081:8081 \
--name=<container name> \
-v <path for media files>:/media \
-v <path for data files>:/data \
-v <path for config files>:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
binhex/arch-sickchill
Please replace all user variables in the above command defined by <> with the correct values.
http://<host ip>:8081
docker run -d \
-p 8081:8081 \
--name=sickchill \
-v /media/tv:/media \
-v /apps/docker/sabnzbd/watched:/data \
-v /apps/docker/sickchill:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-sickchill
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
id <username>
If you appreciate my work, then please consider buying me a beer :D