Cannot set Sonarr path?

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
I Installed the Sonarr plugin and set a mount point:

1607394035370.png


When I try to add a series, I don't see the media directory?

1607394111485.png

If I remove the mount, the /media directory shows up. I don't understand how am I supposed to save my files inside the default/media?
 
Joined
Jan 7, 2015
Messages
1,155
what user owns /mnt/default/media ??
 

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
@John Digital I want to use root:wheel in every jail. as well for /mnt/default/media.
Code:
root@nas[~]# ls -lah /mnt/default/media
total 689
drwxrwx---+   9 root  wheel    10B Dec  5 20:13 .
drwxr-xr-x    3 root  wheel     3B Oct 26 22:50 ..
drwxrwx---+   3 root  wheel    10B Nov 27 01:19 Documents
drwxrwx---+   5 root  wheel     6B Oct 30 08:33 Downloads
drwxrwx---+  95 root  wheel    97B Dec  4 00:15 TV Shows


I would expect to see a real path, instead of the message "Add a different path":

1607396775717.png
 
Last edited:
Joined
Jan 7, 2015
Messages
1,155
sonarr by default cannot read a directory owned by root. Sonarr can only read directories owned by sonarr. If you are absolutely sure you want everything root owned youll have to set sonarr to run as the root user or join sonarr to the wheel group. I dont recommend this.
 
Joined
Jan 7, 2015
Messages
1,155
Yep you'll basically need to do this for all your plugins and jails.
 

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
@John Digital I do have an issue:
Code:
Import failed, path does not exist or is not accessible by Sonarr: /usr/local/nzbget/downloads/completed/Series/...

/usr/local/nzbget/downloads is a path present into NZBGet plugin jail and linked to a mount point on my default tank.

1607639868954.png


What is the proper way to allow files downloaded in NZBGet become available in Sonarr?

Edit: I fixed the issue by adding a link to the source:

1607640485038.png


Now I can see inside Sonarr the files:

Code:
# iocage exec sonarr 'ls -lah /usr/local/nzbget/downloads'
total 160
drwxrwx---+ 7 root  wheel     8B Dec 10 17:01 .
drwxr-xr-x  3 root  wheel     3B Dec 10 17:43 ..
drwxrwx---+ 3 root  wheel     3B Dec 10 17:01 completed
drwxrwx---+ 2 root  wheel     2B Dec 10 17:01 intermediate
drwxrwx---+ 2 root  wheel     6B Dec 10 10:23 nzb
-rwxrwx---+ 1 root  wheel    17K Dec  9 23:18 nzbget.log
drwxrwx---+ 2 root  wheel     9B Dec 10 17:44 queue
drwxrwx---+ 2 root  wheel     2B Dec 10 17:43 tmp
 
Last edited:

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
There is one small feature that does not work as expected. I have a WEBDL-720p profile:

1607641166289.png


Once the files are copied into appropriate series directory, the monitored status is not toggled off, like existing files which were present prior Sonarr install. Is there a setting I need to enable for this?

1607641513942.png


I'm curious why the existing files are tagged HDTV-720p while the new file is tagged WEBDL-720p? I presume Sonarr only labels the downloaded files, for the rest it assigns the lowest quality label.
 
Joined
Jan 7, 2015
Messages
1,155
I'm not real sure about any advanced sonarr settings.
 
Joined
Jan 7, 2015
Messages
1,155
After thinking a little more, it might be because the files are technically owned by root.
 
Top