linuxserver/sickchill¶
Sickchill is an 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.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/sickchill:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Application Setup¶
Web interface is at <your ip>:8081
, set paths for downloads, tv-shows to match docker mappings via the webui.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ sickchill - LinuxServer.io
LinuxServer.io sickchill
linuxserver/sickchill¶
Sickchill is an 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.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/sickchill:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Application Setup¶
Web interface is at <your ip>:8081
, set paths for downloads, tv-shows to match docker mappings via the webui.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
services:
sickchill:
image: lscr.io/linuxserver/sickchill:latest
@@ -48,4 +48,4 @@
--pull \
-t lscr.io/linuxserver/sickchill:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 13.02.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 12.07.23: - Rebase to alpine 3.18.
- 06.07.23: - Deprecate armhf. As announced here
- 17.02.22: - Rebase to alpine 3.17.
- 17.02.22: - Rebase to alpine 3.15.
- 20.11.21: - Modify binary usage from SickChill.py to SickChill.
- 14.05.21: - Add linuxserver wheel index.
- 12.02.21: - Rebasing to alpine 3.13. Add python certifi.
- 17.09.20: - Update dependencies.
- 06.09.20: - Switch to python3, install pip package.
- 22.04.20: - Switch to git clone and using git tags for versioning.
- 09.01.20: - Remove creating data volumes, fix build args for armhf and aarch64.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 17.04.19: - Adding Nodejs dependancy.
- 31.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 10.10.18: - Initial Release.
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 13.02.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 12.07.23: - Rebase to alpine 3.18.
- 06.07.23: - Deprecate armhf. As announced here
- 17.02.22: - Rebase to alpine 3.17.
- 17.02.22: - Rebase to alpine 3.15.
- 20.11.21: - Modify binary usage from SickChill.py to SickChill.
- 14.05.21: - Add linuxserver wheel index.
- 12.02.21: - Rebasing to alpine 3.13. Add python certifi.
- 17.09.20: - Update dependencies.
- 06.09.20: - Switch to python3, install pip package.
- 22.04.20: - Switch to git clone and using git tags for versioning.
- 09.01.20: - Remove creating data volumes, fix build args for armhf and aarch64.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 17.04.19: - Adding Nodejs dependancy.
- 31.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 10.10.18: - Initial Release.