https://github.com/mjonuschat/docker-mod-sma
https://github.com/mjonuschat/docker-mod-sma
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjonuschat/docker-mod-sma
- Owner: mjonuschat
- License: gpl-3.0
- Created: 2020-12-25T15:08:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T17:55:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T10:35:59.377Z (over 1 year ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMA Docker Mod
A [Docker Mod](https://github.com/linuxserver/docker-mods) for the LinuxServer.io Radarr/Sonarr Docker container that adds a script to automatically convert media files downloaded by various programs to a standardized format, and tags them with the appropriate metadata from TMDB if the container supports tagging.
**One unified script works in both Radarr and Sonarr. Use this mod in either container!**
>**NOTE:** This mod support Linux OSes only.
# Installation
1. Pull your selected container ([linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr "LinuxServer.io's Radarr container") or [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr "LinuxServer.io's Sonarr container")) from Docker Hub:
`docker pull linuxserver/radarr:latest` OR
`docker pull linuxserver/sonarr:latest`
2. Configure the Docker container with all the port, volume, and environment settings from the *original container documentation* here:
**[linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr "Radarr Docker container")**
**[linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr "Sonarr Docker container")**
1. Add the **DOCKER_MODS** environment variable to the `docker create` command, as follows:
`-e DOCKER_MODS=mjonuschat/docker-mod-sma:latest`
2. Provide a config for SMA:
`-v /path/to/autoProcess.ini:/config/autoProcess.ini`
3. Start the container.
3. Configure Sonarr/Radarr according to SMA [documentation](https://github.com/mdhiggins/sickbeard_mp4_automator):