Sonarr version (exact version): 2.0.0.4409
Mono version (if Sonarr is not running on Windows):4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)
OS: unRAID
Does anyone have experience with getting Subliminal to work with a Sonarr docker? Especially in unRAID?
On the Subliminal github there is a command to run it in a Docker:
$ docker run --rm --name subliminal -v subliminal_cache:/usr/src/cache -v /tvshows:/tvshows -it diaoulael/subliminal download -l en /tvshows/The.Big.Bang.Theory.S05E18.HDTV.x264-LOL.mp4
But I don’t understand how that would work. I’d have to somehow install Subliminal first, and have a script that runs that command?