Ok, I have searched, and read, and searched some more. I am running unRAID which is where my Sonarr install is. And then I have a seedbox with Deluge as my download client. I have sshfs setup with a remote path mapped and I can see the contents in a directory listing, however sonarr does not see anything in the locally mapped folder.
The message shown under the activity tab is:
Narcos.S02E07.PROPER.720p.WEBRip.X264-DEFLATE
No files found are eligible for import in /mnt/user/_complete/MP/Narcos.S02E07.PROPER.720p.WEBRip.X264-DEFLATE
Then in the locally mapped directory:
/mnt/user/_complete/MP/Narcos.S02E07.PROPER.720p.WEBRip.X264-DEFLATE
Within this folder is the .mkv file i need. Does it need to be in the high level folder? I would think not given the message I am getting.
Yeah, I have been playing around with the permissions today. So on the local host the sonarr installation is running under nobody:users, I did this because I ran into issues with seeing media under other user ID’s on the array at one point.
I tried setting up the remote mount using -o allow_other. Previously I also could not see anything past the /MP point in the folder structure (which is where the local file system is mounted to) even in windows explorer. That is what lead me down the permissions path. I can now browse past that level and see everything in the folder on the remote host in windows, but sonarr still see’s nothing. The command I used is below. I think I just have something off still with permissions. Even if I create the directory, do a chown nobody:users MP, it sets the owner and group to a set of numbers.
Yeah, I see them. Here is what I have on both ends.As you can see, I even tried changing the permissions to 777 on a couple of the folders to see if that would let sonarr see what was in there. That didn’t work.
Local:
user@server:/mnt/user/_complete/MP# ls -al
total 16
drwxrwxrwx 1 1051 1015 4096 Mar 22 20:07 ./
drwxrwxrwx 1 nobody users 8 Mar 22 09:53 …/
drwxrwxrwx 1 1051 1015 4096 Mar 22 10:13 chicago.fire.s05e10.720p.hdtv.x264-fleet/
drwxrwxrwx 1 1051 1015 4096 Mar 22 15:51 chicago.fire.s05e11.720p.hdtv.x264-killers/
drwxr-xr-x 1 1051 1015 4096 Mar 22 20:07 chicago.pd.s04e17.720p.hdtv.x264-killers/
Remote:
user@server:~/torrents/extracted$ ls -al
total 20
drwxrwxrwx 5 user hd13 4096 Mar 23 01:07 .
drwxr-xr-x 5 user hd13 4096 Feb 10 13:53 …
drwxrwxrwx 3 user hd13 4096 Mar 22 15:13 chicago.fire.s05e10.720p.hdtv.x264-fleet
drwxrwxrwx 3 user hd13 4096 Mar 22 20:51 chicago.fire.s05e11.720p.hdtv.x264-killers
drwxr-xr-x 3 user hd13 4096 Mar 23 01:07 chicago.pd.s04e17.720p.hdtv.x264-killers
Hardlinks was turned on actually. I will try turning it off.
I dont see anywhere to specify copying or moving the files, just whether or not to remove them from the download client.
user@remoteserver is not what Sonarr runs under. Im not sure I have the ability to create a new ID on the seedbox I am using, maybe. I could try that. And setting up sonarr under a different ID locally may be a bigger hassle.
Do you know of another way to allow Sonarr to communicate fully with a remote torrent client? It adds torrents and tracks their progress just fine, the portion I can’t figure out is getting the files moved back to my local storage.