Hey
I am running Sonarr in a docker on unraid and have a handbrake step between downloading and importing. my /data/torrents/complete/ (internal) is mapped to /media/transcode/
Still after the file is there I get the error: Import failed, path does not exist or is not accessible by Sonarr:
I can manually import the file that works. The only that changes is the file extension, as it is converted from mkv to mp4.
Could this cause sonarr to not find the file? It works fine for usenet files. And there /data/usenet/completed/series/ is mapped to /media/transcode/.
Just wanted to make sure its not the file extension. From the console (in the docker container) I can access the file.
Edit: I think I know what the issue is. Due to usenet downloading to a folder Sonarr does not care about the file change from mkv to mp4 through handbrake. Since the torrent is getting a file itself the extension change causes Sonarr not to find the file. Any want to avoid that?
Thanks for all your help!
BR