this post was submitted on 19 Aug 2023
9 points (90.9% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

64175 readers
321 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

I'm running my arr stack on Unraid. I set it up using a combination of Trash's guide and Ibracorp's video (linked in same article). Everything had been working well. I believe I made some changes to Qbittorrent's handling of completed torrents, but I honestly don't recall. I've learned my lesson in that regard and am carefully documenting my various self-hosting adventures now.

The issue is when either Radarr or Lidarr download something new, it creates a subfolder called Radarr or Lidarr, then has the new movie/album inside the applicable folder by itself. As a result none of the hardlinks or mover tasks work properly. Sonarr, on the other hand works fine. Does anyone have any ideas on what I could check or change to fix this? So far all my research shows complaints of either app creating its own subfolder per movie or album rather than a new folder named after the app.

Here's an example of radarr having it's own folder created after I deleted it, then queued up a new download. It makes a new 'radarr' folder and puts the finished download in it, instead of 'movies':

/mnt/user/data
├── media
│   ├── books
│   ├── movies
│   ├── music
│   └── tv
├── torrents
│   ├── books
│   ├── movies
│   ├── music
│   ├── radarr
│   ├── temp
│   ├── tv
all 10 comments
sorted by: hot top controversial new old
[–] rambos@lemm.ee 3 points 2 years ago (1 children)

Check whats your root folder for radarr it should be something like data/media/movies. Also check in qbittorrent -> right click radarr category and double check save path. It shoud be something like /data/torrents/movies

[–] rambos@lemm.ee 2 points 2 years ago (1 children)

Other than that check default download path for incomplete/complete torrents in qbit options. Keep in mind that you can change the path for category and chose to apply that to any previously added torrents.

[–] Father_Redbeard@lemmy.ml 1 points 2 years ago (2 children)

Here's what I've got, if I understand the qbit section you're referring to:

[–] rambos@lemm.ee 2 points 2 years ago* (last edited 2 years ago) (2 children)

Oh lol Im blind. Well that one is wrong, you have to use your container paths. It should probably be like this:

/data/torrents/movies

Edit: my posts look confusing, this one should be replay to my post...

So yeah just use /data/torrents/movies instead of /mnt/user/data/torrents in your category settings

[–] Father_Redbeard@lemmy.ml 1 points 2 years ago

Ah, ok. I'll give that a try. Thanks!

[–] Father_Redbeard@lemmy.ml 1 points 2 years ago (1 children)

Well hot damn, that was it! Thank you for the tips. Both Radarr and Lidarr are putting finished downloads in the appropriate category. Though they don't move from there, nor show up in Plex. I seem to recall hardlinks allowing items in the /torrents folder to be read as if in the /media directory? Does that sound right or am I mistaken?

[–] rambos@lemm.ee 1 points 2 years ago (1 children)

When radarr finds a release, it grabs a torrent and sends it to qbit. Qbit will start downloading in /data/torrents/temp and once its done it will move file to /data/torrent/movies. Then radarr will import (and rename) the file to data/media/movies. Now you have same file in both folder (torrents and media) but they take space only for 1. Plex movie library should be pointed to /data/media/movies and you should be done.

So if you dont want to seed anymore, you can remove files from data/torrent (use qbit). If you dont want the file in plex anymore, you can delete it from data/media/ (use radarr or plex). Do both if you want to clear disk dpace

[–] Father_Redbeard@lemmy.ml 1 points 2 years ago

That makes sense, thanks again. Looks like I just didn't wait long enough. It is doing as you described on my test files.

[–] rambos@lemm.ee 1 points 2 years ago

That looks good, but what about category settings? You probably have radarr category on the left side