A Docker Mod for the LinuxServer.io Sonarr container that adds a script to tag MKVs automatically
2.7K
A Docker Mod for the LinuxServer.io Sonarr Docker container that adds a script to tag MKVs automatically (using mkvtoolnix) and fix their permissions.
NOTE: This mod support Linux OSes only.
Container info:
Pull the linuxserver/sonarr docker image from Docker Hub:
docker pull linuxserver/sonarr:latest
Configure the Docker container with all the port, volume, and environment settings from the original container documentation here:
linuxserver/sonarr
Add the DOCKER_MODS environment variable to the docker create command, as follows:
-e DOCKER_MODS=rix1337/docker-mod-sonarr-processing:latest
Start the container.
After all of the above configuration is complete, to use processing, configure a custom script from the Settings->Connect screen and type the following in the Path field:
/usr/local/bin/processing.sh
Content type
Image
Digest
sha256:cea9e3e63…
Size
934 Bytes
Last updated
over 2 years ago
docker pull rix1337/docker-mod-sonarr-processing