FreeNAS - Sonarr / NZBGet : something wrong with sources/mapping?

Sonarr version 2.0.0.4855:
Mono version 3.10.0:
FreeNAS 11.0-U1:

Description of issue:

Since my first install of FreeNAS (ever) over the weekend I’ve been struggling to get Sonarr and NZBGet working. After pushing the NZB to NZBGet and successfully downloading the file I get the following error:

Import failed, path does not exist or is not accessible by Sonarr: /root/downloads/dst/Series/Game.of.Thrones.S06E09.Battle.of.the.Bastards.720p.BluRay.DD5.1.x264-DRACULA-Obfuscated in component DownloadedEpisodesImportService. After manually trying to import the file (from Activity -> Manual import in Sonarr) i get the error: No video files were found in the selected folder.

The goal is to let NZBGet download the files, save them to a Download dataset (/mnt/media/Download) and have Sonarr postprocess and move the files to a Series dataset (/mnt/media/Series), which will be synced by Plex. Sonarr was installed from the plugin repository in FreeNAS. Jails are set up as:

NZBGet
MainDir: ~/downloads (root directory for all tasks)
DestDir: ${MainDir}/dst (destination for downloaded files)
Jail source storage:/mnt/media/Download/
Jail destination storage:/root/downloads/dst/

Sonarr
Jail source storage: /mnt/media/Series
Jail destination storage: /media/series
Currently no remote path mappings set.

I’ve been playing around with the source/destination storages and keep getting the same error. Any help resolving this issue would be greatly appreciated!

It isn’t that complicated, make sure both jails can see the download dir, and setup a remote path mapping. The UI has Info hints on what each field means.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.