SickChill
SickChill is a Video File Manager for TV Shows, It watches for new episodes ofyour favorite shows and when they are posted it does its magic. SickChill iscurrently in beta release stage. There may be severe bugs in it and at any giventime it may not work at all.
Latest stable SickChill release from GitHub.
docker run -d \ -p 8081:8081 \ --name=<container name> \ -v<pathfor media files>:/media \ -v<pathfor data files>:/data \ -v<pathfor config files>:/config \ -v /etc/localtime:/etc/localtime:ro \ -e UMASK=<umaskfor created files> \ -e PUID=<uidfor user> \ -e PGID=<gidfor user> \ binhex/arch-sickchill
Please replace all user variables in the above command defined by <> with thecorrect 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 commandfor the user you want to run the container as:-
If you appreciate my work, then please consider buying me a beer :D

Documentation |Support forum