Any chance a PR4100 bin file exists for SONARR?

Thanks to Stackstorage I have NZBGet and Couchpotato running great on my PR4100 manually installing the apps. Just curious if anyone has given Sonarr the same treatment? Thanks.

Try this: Docker with the paths referring to one of your shares.

Thanks I am looking through it now. Question I have is on the config directory. Where should I be pointing that to? The rest of the options are clear.

Personnally, I’d create a dir /shares/Volume_1/sonarr to store the config. I don’t want to expose my config files with samba / nfs. But you can choose an existing share if you want.

OK, so if I use the following command:

docker create --name sonarr -p 8989:8989 -e PUID=0 -e PGID=0 -v /etc/localtime:/etc/localtime:ro -v /mnt/HD/HD_a2/docker-config/sonarr:/config -v /mnt/HD/HD_a2/Public/TV\ Shows/:/tv -v /mnt/HD/HD_a2/Public/nzbget/completed/TV/:/downloads --restart=always linuxserver/sonarr

It runs but seems stuck in init mode.

Ah figured it out and running smooth now. Thanks again!

Hi,
I am stuck installing Sonarr. It seems to have installed and is running according to docker, but I cannot access the webinterface.
Can you tell what you did to get it working?
Thanks a lot!

I did ‘docker run’ vs ‘docker create’.