October 28, 20223 yr Let me start off by saying I'm new to Unraid and Linux permissions. I have set up my server similar to how it was described here: Unraid - TRaSH Guides (trash-guides.info) however my share is not exactly the same. My share are as follows: Media ├── Downloads │ ├── Completed │ └── Unfinished ├── Movies └── TV Shows My first issue is that Sonarr and Radarr are not creating hardlinks. They are coping the files so I am consuming more disk space than I want. My second issue is Bazarr is unable to download subtitles, I get errors like this: BAZARR Error (Path does not exist) trying to get video information for this file: /TV Shows/12 Monkeys S01-04 br hevc-d3g/12 Monkeys S04/12.Monkeys.S04E10E11.BluRay.10Bit.1080p.DD5.1.H265-d3g.mkv Here is how I have my docker containers configured: Deluge: Radarr: Sonarr: I thought I had configured everything correctly but I obviously have not. I would appreciate any help.
October 28, 20223 yr Solution You need to have the same path within the containers. My setup is similar. For example, for Bazarr instead of mounting /movies and /tv separately, only mount /mnt/user/Media to something like /media inside the container. Then just point Bazarr to /media/Movies for that and /media/TV Shows for tv. Do that for the rest also.
October 28, 20223 yr Author @jmztaylor So that has resolved my Bazarr issue of not being able to download subtitles. I am downloading a torrent now via Sonarr to see if it fixes my hardlink issue. Appreciate the help so far.
December 22, 20223 yr On 10/28/2022 at 2:29 PM, x31337x said: @jmztaylor Hardlinking is now working as well. Thank you so much. Hello, I'm having the same problem, could you show a screenshot of how the routes for bazarr, radarr and sonarr were configured, please?
January 24, 20233 yr Author On 12/22/2022 at 12:35 PM, Monaita said: Hello, I'm having the same problem, could you show a screenshot of how the routes for bazarr, radarr and sonarr were configured, please? Sorry I just saw this. Here are screen shots of how I have each configured. Bazaar Sonarr Radarr
August 4, 20232 yr My solution to the same issue for others that may find themselves here; The trash guides instructions say not to add path mappings to your Sonarr (presumably Radarr also but untested) setups if you are within the same location however as shown here the mappings are slightly different. I had to add a path mapping for both like below
October 30, 20232 yr On 10/28/2022 at 11:54 AM, jmztaylor said: You need to have the same path within the containers. My setup is similar. For example, for Bazarr instead of mounting /movies and /tv separately, only mount /mnt/user/Media to something like /media inside the container. Then just point Bazarr to /media/Movies for that and /media/TV Shows for tv. Do that for the rest also. Thanks for this. Just ran into this issue and this solved it!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.