This docker container uses python XML RPC to allow you to use sickbeard_mp4_automator from outside the container.
- Default port is 7784
- Config file is stored in volume at
/config
- File storage is in volume at
/files
- Start docker container, with appropriate ports exposed and above volumes pointed at the correct places
- Copy the
call.py
script from the repository (https://github.com/mrkno/docker_sma) into the appropriate folder (in place of the one you would usually copy, e.gpostProcessRadarr.py
). - Run
call.py
once to get a configuration file. Update the configuration parameters to point at your docker container and to remap file paths as appropriate. - Follow normal config process from here.
This container allows you to keep the processing of files containerised and means that you do not have to install dependencies on the host. This has security and ease of installation advantages.