this post was submitted on 27 Nov 2025
200 points (99.5% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
65359 readers
494 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:
- !seedboxes@lemmy.dbzer0.com
- !trackers@lemmy.dbzer0.com
- !qbittorrent@lemmy.dbzer0.com
- !libretorrent@lemmy.dbzer0.com
- !soulseek@lemmy.dbzer0.com
Gaming:
- !steamdeckpirates@lemmy.dbzer0.com
- !newyuzupiracy@lemmy.dbzer0.com
- !switchpirates@lemmy.dbzer0.com
- !3dspiracy@lemmy.dbzer0.com
- !retropirates@lemmy.dbzer0.com
💰 Please help cover server costs.
![]() |
![]() |
|---|---|
| Ko-fi | Liberapay |
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments



I tried setting up Jellyfin a while ago, but ran into a lot of difficulties with TV show matching. Plex is a lot better at grabbing a pack of loosely organized files and understanding episode structure without renaming or moving files, which is great for continuing to seed files that are in the library.
I haven’t seen anyone discuss this, so maybe I’m doing something wrong? If not, this is the one major blocker that I have before rolling it out Jellyfin as an alternative to the people I’ve shared my plex server with.
Really want that in place because the writing seems to be on the wall (in flashing neon) about the direction Plex is going
It took me awhile to figure out the correct setup to get Sonarr, qbittorrent, and Jellyfin all to play nicely together, but once you get it figured out, it transparently addresses the problems of folder structure and allowing you to keep seeding content.
I had the same issue as you, initially, where I had to do a ton of library maintenance in Jellyfin. But since using Sonarr to monitor and import media from torrents to a structured media library, Jellyfin has been pretty hands-off
I think it's a common practice to keep the original file in the torrent folder and create a hard link with proper naming in the media folder.
Well if you want to continue with torrents, use Sonarr configured to torrent and configure it to move files by linking instead of moving
But I would HIGHLY recommend you switch to usenet for your source. You do have to have one or a couple cheap (talking 9-20$ a YEAR) indexer subscriptions and a subscription to a usenet provider itself (7-30$/month) but it's SO much faster, easier and you don't need to worry about seeding.
I ended up using tiny media manager to move and rename all of my files. Fixes that issue.
I have the same problem. There is a Lemmy community for Jellyfin. Maybe we need to ask there. I run both right now. Plex and Jellyfin. I use Jellyfin whenever I can but still have plex for that issue
You may want to look into the *arr suite. Sonarr for managing TV show downloads, Radarr for managing movie downloads, Jellyseerr for managing media requests, Prowlarr for managing torrent/usenet indexers (search engines), Cleanuparr for automatic download management, and Huntarr for automatic downloads.
The go-to these days is to use hardlinks, which will allow you to have the files show up in two places at once. Sort of like a shortcut, but it actually shows the true file instead of simply pointing to a different file location. One stays in your torrent’s location for seeding, and a second hardlink is created in your media folder, with proper naming structure for Plex/Jellyfin to find. The *arr suite automates that process. It tracks your downloads, and automatically creates Plex/Jellyfin file names in the corresponding library folders when the download is completed.
It’s the best in every sense:
The big downside to hardlinks is that they can’t be used across drives or partitions. The hardlink can only point to a file on the same drive. So if your torrent download folder is on a different drive than your library folders, you can’t use hardlinks.
Not necessarily the same drive but the same pool. I have a ZFS pool with 6 drives and can use hardlinks just fine.
Yeah, I guess I should have been more clear. Hardlinks also work for things like RAID drives. But if your PC has a C:/ and D:/ drive, you can’t hardlink across the two.
if the hard links everyone else is mentionining aren't feasible for you, take a look at tvnamer. I've found it works quite well for scanning and renaming files, it even supports custom renaming pattern and you can pass it a tvdb series id if it doesn't automatically detect your series.
I use it cause all my torrenting is done on a different machine, and those files get transferred over to my server. so the arr suite isn't the best solution for me