linuxserver/medusa¶
Medusa 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/medusa: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, for more information check out Medusa.
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)¶
---
+ medusa - LinuxServer.io
LinuxServer.io medusa
linuxserver/medusa¶
Medusa 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/medusa: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, for more information check out Medusa.
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:
medusa:
image: lscr.io/linuxserver/medusa:latest
@@ -48,4 +48,4 @@
--pull \
-t lscr.io/linuxserver/medusa: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¶
- 08.01.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 11.07.23: - Rebase to Alpine 3.18.
- 06.07.23: - Deprecate armhf. As announced here
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 12.09.22: - Install ffmpeg for postprocessing.
- 12.08.22: - Bump unrar to 6.1.7.
- 28.02.22: - Install python3 requirements for app.
- 19.01.22: - Rebasing to alpine 3.15.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 22.09.19: - Switch to python3.
- 28.06.19: - Rebasing to alpine 3.10.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 14.01.19: - Adding multi arch and pipeline logic
- 16.08.18: - Rebase to alpine 3.8
- 08.12.17: - Rebase to alpine 3.7
- 29.11.17: - Add py-gdbm for subtitles support
- 26.10.17: - Mediainfo moved from testing to community repo
- 10.10.17: - Use repo version of mediainfo to shorten build time
- 05.08.17: - Internal git pull instead of at runtime
- 25.05.17: - Rebase to alpine 3.6
- 07.02.17: - Rebase to alpine 3.5
- 02.01.17: - Initial Release
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 08.01.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 11.07.23: - Rebase to Alpine 3.18.
- 06.07.23: - Deprecate armhf. As announced here
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 12.09.22: - Install ffmpeg for postprocessing.
- 12.08.22: - Bump unrar to 6.1.7.
- 28.02.22: - Install python3 requirements for app.
- 19.01.22: - Rebasing to alpine 3.15.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 22.09.19: - Switch to python3.
- 28.06.19: - Rebasing to alpine 3.10.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 14.01.19: - Adding multi arch and pipeline logic
- 16.08.18: - Rebase to alpine 3.8
- 08.12.17: - Rebase to alpine 3.7
- 29.11.17: - Add py-gdbm for subtitles support
- 26.10.17: - Mediainfo moved from testing to community repo
- 10.10.17: - Use repo version of mediainfo to shorten build time
- 05.08.17: - Internal git pull instead of at runtime
- 25.05.17: - Rebase to alpine 3.6
- 07.02.17: - Rebase to alpine 3.5
- 02.01.17: - Initial Release