Docker Sickrage - martikainen87/Home-Automation GitHub Wiki
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. Sickrage
Adding Sickrage to your docker environment
the image can be found here, Sickrage on hub.docker.com
Creating the container
docker create --name=sickrage --restart=always -v /Docker/Sickrage/Config:/config -v /Docker/Sickrage/Downloads:/downloads -v /share/Series:/tv -e PGID=1000 -e PUID=1000 -e TZ=Europe/Stockholm -p 8081:8081 linuxserver/sickrage
Explanation
docker create --name=sickrage
Creating the container with the name "sickrage"
--restart=always
Starts the container on boot
-v /Docker/Sickrage:/config
Pointing our configs to the hosts path /share/Docker/Siickrage
-v /share/Docker/Sickrage/Downloads
Pointing our downloads to the hosts path /home/pi/share/Downloads
-v /share/Series:/tv
Pointing our Series folder to the hosts path /home/pi/share/Series
-e PGID=1000
The ID of our users group
-e PUID=1000
The ID of our user
-e TZ=Europe/London
Setting the Timezone
-p 8081:8081
Binding the hosts external port to the containers internal port
linuxserver/sickrage
The name of the image we use from docker hub
Configuring Sickrage
-
Go to Settings (top right corner)
-
Click on general Configuration
-
Click on Search Providers
-
Choose your providers and click Save Changes in the bottom left corner
-
Go to Provider Options and see if you can enter your credentials, if not, restart the container (docker restart sickrage)
-
Enter your credentials and click Save Changes
adding your folder
-
Go to Shows in the top right corner
-
Choose Add Shows
-
Choose Add Existing Shows
-
Choose New
-
Choose the Tv folder in the list, your shows should be shown here in that folder.
-
The list will be populated with all your shows
-
Click Submit in the bottom left corner
-
You might get some manual shows to update by searching for it on theTVDB.