Jump to content

New User - Confusion with Folder Paths, Deluge, *arr, etc.


Recommended Posts

Posted

Hi, I think I have confused myself by watching too many TRaSH videos, and reading other information across the web so I figured I would come here for help. My folder structure is what Trash guides recommends. 

 

1. Below are what I have configured, does this look correct?

 

Deluge VPN

Docker: Path: /data: /mnt/user/downloads/

 

Inside Deluge app:

Download to: /data/incomplete

Move completed to: /data/completed

Extractor: Extract data to: /data/torrents/unzipped

 

Radarr:

Path: /media: /mnt/user/data/

Path: /data: /mnt/user/downloads/

 

Sonarr

Container path: /data: /mnt/user/downloads/

Container path: /media: /mnt/user/data/

 

I get the following error inside of Radarr: "You are using docker; download client Deluge places downloads in /data/torrents/tv but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings." How do I resolve this? I thought my data was mapped correctly, but this is where I am confused. 

 

2. I configured Prowlarr, and added both Radar and Sonar to it successfully. How does this work now? Do I search within Prowlarr, or Radarr/Sonarr? Both Radarr/Sonarr are giving me these errors:

- No indexers available with Automatic Search enabled, Radarr will not provide any automatic search results

- No indexers available with RSS sync enabled, Radarr will not grab new releases automatically

 

I thought Prowlarr centralized the trackers, but how does Prowlarr interact with Radarr/Sonarr?

 

I have more questions, but will start with these, and move on from there. 

 

Thanks!

Matt

 

screenshot-Docker.PNG

Posted (edited)

All of your paths should be in data so that you can do hardlinking with atomic moves.

 

I'm not an expert I only just set this up in the past week or so, but I think you want your paths to look like this (it works for me anyway).

 

Screenshot_20240913_052158.thumb.jpg.e9468a422e576f97314ecd4c63590a5a.jpg

 

Your paths should be:

 

data/media/{movies/tv}

      /torrents/{movies/tv}

 

And mount from the base path in your apps so /mnt/users/data from your share and /data as the mount point. If anyone has better advice then take that but that's what I used and it works.

 

Also you need to add trackers to Prowlarr and it doesn't look like you did.

 

You search within sonarr/radarr or with overseerr if you set that up.

 

Edited by Synthesthesia
  • 3 months later...
Posted

Aye with the container change recently, no longer do you want /data (container path) to map to /data/torrents

It's best to just do a 1:1 aka /data (container) to /data

 

otherwise you start running across all sorts of mapping issues (at least I've found)

Posted

Let me point out one thing.  Look at the screenshot below:

image.thumb.png.8f8e8262ae0679c56e042152eb34a634.png

 

To Linux, these are two different directories as Linux is case-sensitive!  If you intended these to be a single directory, copy the files from the unwanted one to the desired one.  Then delete the unwanted directory.  (Window is not case sensitive and will display only one of these two directories.  Which one to be displayed seems to the one that is found first as the file structure is scanned...) 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...