Hi I Am Using Sonarr AS a direct plugin on Freenas from the plugins Tab the same with SABnzbd. Therefore, my Plugins all have their own Jail.
Sonarr 2.0.0.3732, Jail sonarr_1,
Jail Ipv4 Address 192.168.1.24
Storage
/mnt/NAs_Volume/Media/TV-Shows----/media/TV_Shows (folder keeping all my TV shows).
/mnt/NAs_Volume/Media/TV-Shows----/media/TV_Shows (folder I expect Sonnarr to look in for New TV_Shows for post processing).
So my Sonarr has not been processing my Files.
How should I set this up?
I have done the following
For SABnzbd
Left Temporary Downloads folder as is. i.e. /Var/db/sabnzbd/downloads/incomplete, as it was when first starting SABnzbd.
Completed downloads folder is now /media/Complete Permission at 777.
Watched Folder /media/NZB scan speed 60
Scripts folder /media/Scripts apparently, I don’t need a script for Sonnar scripts will be for Couchpotato. Categories: Movie, Priority - default, Processing - default, Script - default, Folder/Path Movies TV, Priority - default, Processing - default, Script - default, Folder/Path Movies
Sorting is turned off for both TV and Movie.
The Files are all saved to their relative category folders ok but not Renamed and Moved to the correct final destination folders. Sonarr
Only Download client is SABnzbd and the communication test works ok, Sonnar is sending files to SABnzbd.
Rename Episodes is turned on.
I am not sure how to do my mapping.
I have put Host as SABznbd ( I am assuming this is just a name)
Remote Path http://192.168.1.22/media/Complete/TV/ the SABnzbd jail and Folder within that Jail.
Local Path /media/Downloads/
This looks all ok to me but there again I am here because something is not ok. I do not iuse the Drone factory options.
Sonarr needs access to SAB’s completed folder to import files, it’s not clear that it does, but you duplicated the paths for Sonarr’s storage by the looks of it.
What do ((debug logs)) show after a download completes?
Hi thanks for responding
I don’t see that I have duplicated a folder simply pointed to the relevant folder through the Jails.
As far as I understand It:
My completed Downloads folder is /mnt/Nas_Volume/Media/Downloads
SABnzbd points to it through its Jail and calls it \media\Downloads and has a folder called tv in there.
It also has a movies folder, these are both used by Categories;Couchpotato Works fine with this.
I have a folder in Sonar Jail called /media/TV_Shows which points to the Location /mnt/Nas_Volume/Media/Downloads/TV, I’m thinking this may only need to be pointed to Downloads and not tv??
I have only just put the logs into debug, so waiting a result there.
I have received the following message
Unable to retrieve queue and history items from Sabnzbd: Expected 0:0:0 format, but received: 1:00:09:49
With the attached exception
System.ArgumentException: Expected 0:0:0 format, but received: 1:00:09:49
at NzbDrone.Core.Download.Clients.Sabnzbd.JsonConverters.SabnzbdQueueTimeConverter.ReadJson (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue, Newtonsoft.Json.JsonSerializer serializer) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable (Newtonsoft.Json.JsonConverter converter, Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in :0
I meant the fact that you listed this folder twice:
/mnt/NAs_Volume/Media/TV-Shows----/media/TV_Shows (folder keeping all my TV shows).
/mnt/NAs_Volume/Media/TV-Shows----/media/TV_Shows (folder I expect Sonnarr to look in for New TV_Shows for post processing).
But whatever path Sonarr is receiving from SAB should be accessible via the same path for Sonarr to import the files.
This probably has to due with the old version of Sonarr you’re running as that issue has been fixed for a while now (and why nothing is being processed).
Aaah I see now about the duplicate folders, they are actually:
/mnt/NAs_Volume/Media/TV-Shows----/media/TV_Shows (folder keeping all my TV shows).
/mnt/NAs_Volume/Media/Downloads----/media/Downloads (folder I expect Sonnarr to look in for New TV_Shows for post processing).
My Big mistake for using cut & paste. Sorry for the confusion.
My version of Sonarr is the latest one in the Freenas Repository, will this likely cure the problem if I update
Oh And thanks, and Merry Christmas, for Replying at this time ( ITs Christmas day already where I am)!
At the very least we’ll know more about why it’s failing, but right now it looks like it’s failing because it’s out of date. Not sure if you’ll be able to update through the built-in updater (it fails on BSD based systems with mono 4+ IIRC), but you can try from the System: Update page.
Thanks, same to you, a couple more hours to go here.
Does the Sonarr jail have access to that exact path?
If so, it’s permissions, if not, it will need to either by changing the paths the jail has access to or you could use a remote path mapping (in Sonarr) to remap that remote path to the local path Sonarr can use to access it
They are websites (somewhere you can post text log files for viewing).
As /media/Complete/TV/ or something else? If something else yu either need to make it the same in the jail or use remote path mapping in Sonarr to do it. Sonarr uses the exact path from SAB for importing, so it needs to know how to access it.
that’s it So simple stupid me I had the Jail older in Sonarr as /media/Downloads/
IV just changed it to /media/Complete, that did the trick.!I should have realised there wasn’t a folder lookup setting in Sonarr like in Couchpotato.
thanks again fro your time especially throughout this Christmas period.