Download client NzbDav places downloads in /mnt/remote/nzbdav/completed-symlinks/movies but Radarr cannot see this directory. You may need to adjust the folder's permissions #243
Replies: 7 comments 12 replies
-
|
Here are the contents of my yml file and rclone.conf in case it's needed: ` nzbdav_rclone: [nzbdav] |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
With a LOT of help from XenoUniv3rse, it's now finally working perfectly! :) The final problem was solved by having Radarr use a local mnt point instead of my CIFS mounted QNAP SMB share. |
Beta Was this translation helpful? Give feedback.
-
|
A note on the folders: The folders "movies", "TV shows" etc. only start showing up once an NZB file has been added by Radarr/Sonarr. |
Beta Was this translation helpful? Give feedback.
-
|
I got this working too. In the end, I decided to move away from using the NAS for any kind of storage for this setup. I was only using it because most of my apps were already set up in LXC containers on Proxmox and pointing to it, and nzbdav was the only thing I had running in Docker. I ended up moving everything (Sonarr/Radarr/Prowlarr/Profillarr) over to Docker, and honestly, it was a breeze to setup nzbdav once i was just using the docker root for everything The only issue I ran into was that I’d originally set up Docker with a small 10 GB disk. When the Arr apps tried to import files, they assumed the files were larger than the available space (although they are not), so the import failed. I increased Docker’s disk size to 100 GB, and since then I haven’t had any issues with importing at all. |
Beta Was this translation helpful? Give feedback.
-
|
@koonamatata @HuttonHomeHub I'm happy to report that adding those two options to the fstab for CIFS shares -AND- unchecking that "Use Hardlinks instead of Copy" in Radarr does indeed let NZBDav/Radarr copy the symlinks to a NAS share and they stream back perfectly fine! :) |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
-
Decided to give nzbdav another shot and was following the new guide (step by step) and after adding NzbDav as a download client in Radarr, Radarr threw that error. Here's some screenshots of how things are configured:
Going into that folder:
... there is no 'movies' folder?
Something else I'm not sure about... what do I use for my root folder when adding a movie I want nzbdav to get? ... my normal /mnt/md0/Movies folder or do I point it at the nzbdav location? (/mnt/remote/nzbdav/completed-symlinks?
And when I try to add Radarr from within NzbDav, I don't think it's taking:
I keep seeing that red x when I try to test the connection. Not sure how/why it's failing. This is all on the same box and I tried http://my local ip:7878 and the Radarr API key and http://localhost:7878 Radarr API key.
Beta Was this translation helpful? Give feedback.
All reactions