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

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

64175 readers
322 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
you are viewing a single comment's thread
view the rest of the comments
[–] 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.