this post was submitted on 03 Jul 2023
68 points (97.2% liked)

Selfhosted

37811 readers
680 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I was told this community might be able to help me....I’ve spent my entire day setting up sonarr/radarr on my Synology DS423+ NAS within docker. I got most of it figured out on my own but I’m stumped on how sonarr/radarr takes the files from my torrent client downloads folder and moves them to my media folder for plex/jellyfin to view.

I’ve followed this guide for how my folder structure is setup: https://wiki.servarr.com/docker-guide

Could someone point me in the direction of what I need to do so that when a file is finished downloading it automatically moves to my media folder?

you are viewing a single comment's thread
view the rest of the comments
[–] rambos@lemmy.world 1 points 1 year ago (1 children)

So for all docker apps use just /data and for jellyfin you can use /data/media

In Radarr: add root folder /data/media/movies add download client with radarr category

In qbittorrent: Eddit your radarr category and set download path as /data/torrent/movies

In jellyfin: Add movie library with path /data/media/movies

So when you add a movie in radarr, it will start downloading it in '/data/torrent/moviesand once its finished it will be renamed and hard linked todata/media/movies`

Hard linking is by default, but you can check in Settings - Media Management - Importing (make sure to enable "advanced" in radarr)

[–] ScoobyDoo27@lemmy.world 1 points 1 year ago (1 children)

So for all docker apps use just /data and for jellyfin you can use /data/media -I am using /data for all my docker apps

In Radarr: add root folder /data/media/movies add download client with radarr category -how do I change the root folder within radarr? I do have a radarr category setup for qbittorrent

In qbittorrent: Eddit your radarr category and set download path as /data/torrent/movies -I have set this up but qbittorrent still saves them in my /data/torrent folder

In jellyfin: Add movie library with path /data/media/movies -I can get jellyfin/plex to work ok

So when you add a movie in radarr, it will start downloading it in '/data/torrent/moviesand once its finished it will be renamed and hard linked todata/media/movies` -qbittorrent is not downloading to /data/torrent/movies even though I set the category to. Radarr is then copying my files to my media folder instead of hardlinking.

Hard linking is by default, but you can check in Settings - Media Management - Importing (make sure to enable “advanced” in radarr) -I do have the setting turned on to hardlink but it's copying

[–] rambos@lemmy.world 1 points 1 year ago (2 children)

how do I change the root folder within radar?

Settings->Media management->Scroll down to bottom

I have set this up but qbittorrent still saves them in my /data/torrent folder

That is probably your default qbittorrent download path, but thats fine. There are settings for what happens when you open torrent file or magnet link.

And make sure radarr torrent client saves to same category in qbit.

I can get jellyfin/plex to work ok

Be more specific

Radarr is then copying my files to my media folder instead of hardlinking.

Are you sure about that? Data exists in both folders, but doesnt use double size on disk. If you delete one - the other one remains, if you delete both they are gone. Check your disk usage before/after radar "copy"

[–] ScoobyDoo27@lemmy.world 1 points 1 year ago (1 children)

I am able to get jellyfin/plex to work with the correct folders so they see my media when after it's been copied over by radarr.

I am certain radarr is copying and not hardlinking. Going to the properties of the torrents folder and the properties of my media folder is showing that each folder is using up the same amount of space. Unless this is how it's shown when hardlinking is being used? I don't know how to check my disk space in anything but terabytes so it's hard to say how much space is being used that way when a file I download is only 1GB.

[–] rambos@lemmy.world 1 points 1 year ago (1 children)

No offense, but Im certain it is hardlinking and not copying 😂 That is exactly how hardlinking works. Both files are 1GB and together also 1GB. If you want to stop seeding - delete in torrent folder, if you want to remove it from jellyfin - delete in media folder, if you want to remove it completely - delete both.

And you can remove them with radarr/qbit, no need to browse the folders

[–] ScoobyDoo27@lemmy.world 1 points 1 year ago (1 children)

No offense taken, this is all new to me so I’m just trying to understand. If this is how the hardlinking works then I’m all set, thanks!

[–] rambos@lemmy.world 1 points 1 year ago

Enjoy, its awesome software

[–] rambos@lemmy.world 1 points 1 year ago

Be more specific

Lol