Docker Sonarr/Radarr SMA not processing files
See original GitHub issue@mdhiggins I’ve been around the issues for a while now trying to get this wonderful script working for me. I switched my setup a couple of times, now I’m running everything in docker containers on a coreOS machine. Separately, I still have all my data served from my Synology NAS (btrsfs). I put references to my settings up on hastebin to limit the length of this post
My Issues:
- It seems like sonarr/radarr never trigger the custom script to run after the file is downloaded!
- The file gets removed from the activity list but remains in deluge.
- I checked the file
/var/log/sickbeard_mp4_automator/index.log
but nothing was logged. - Please check my sonarr log to see if you can glean any info I’m missing.
Also, this is my autoProcess.ini. I also chown-ed the file to make sure UID/GID 1044/100 owned the file.
Docker:
- I’ve setup the docker-compose file similar to your suggestion here. My docker-compose.yml looks like this…
- I also saw the issue #926 and I feel like I have it all setup right (no relative paths, etc).
- The reason I made docker volumes for the config files is because of a btrfs error I was getting with SQlite (see here)
Sonarr/Radarr:
- I also set my sonarr custom script to look just like the image you posted with the following info…
Path:
/usr/local/bin/sma/env/bin/python3
Arg:/usr/local/bin/sma/sickbeard_mp4_automator/postSonarr.py
- I disabled Completed Download Handling in sonarr & radarr
Deluge:
I’m using a custom deluge setup currently to handle conversions that I need to manually trigger for the time being, but I’d like to have the sonarr/radarr script call the video conversion to take place (as it seems you intended).
As usual, any help would be appreciated! Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top GitHub Comments
HA HA! I think it just worked! I just checked and it seems to have run fine and logged to the container’s /var/log/directory
I’m gonna verify a few more downloads before I close this, but thank you so much! Please let me know if you have a way to donate.
Not aside from what’s documented on the docket container readme and in the issues discussed here
Sent from my iPhone