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
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
There are so many good sites now with a VPN, downloading is obsolete. Websites are just as good as Netflix, can skip intro, auto play, get subtitles, auto next, etc. I used to torrent but now I just watch on the sites online. No need to fill SSDs
I dunno, sometimes you can’t count on them to buffer quick enough.
Aside from comparison of quality, running a streaming platform is very resource intensive, hence requires a lot of money.
The burden of torrent download is instead spread among many peers.
You know what’s hotter? Running an automated piracy server using Plex (Or Jellyfin i guess xoxo) and the -arr family of apps on a raspberry Pi so you can pretend you’ve got a cute little netflix system :^)
Requires slightly more hardware than a pi, but once you get to the double digit terabytes range of storage, you can honestly have a better plex/jellyfin library than Netflix in any one particular country (except maybe the US? I think US netflix has all the good shows and movies that we’re missing here in Europe).
Netflix might have more volume, but there’s a lot of low quality shit nobody wants to watch, whereas you can just throw literally every blockbuster ever made on just a couple of terabytes at lower quality levels.
Even without the volume you can have a “better” library, especially when platforms like Netflix sometimes cut out episodes or scenes from shows. Community, for example, is missing a bunch of scenes on Netflix that can mess up the story a bit.
That’s also true. But it’s the selection where you can really win with volume. Apple has great shows but there’s not a lot. Netflix has some good movies, but not too many. But you can have them all.
I have an always-on vpn container and a transmission server container on my home server. Then I use transmission as a client on my laptop and I don’t need to continually connect and disconnect.
Any interest in a how-to guide? I won’t get to it for at least two weeks, mind.
Yes!!!
Implementation of VPN’d torrent client
This is how I torrent over Mullvad. I have no hesitation to recommend Mullvad - but I am not a crypto or security expert.
The main image fails closed - if the VPN goes down, transmission disconnects.
This setup also includes a SOCKS server that proxies your traffic over the same VPN. I use a separate browser (librewolf) and set the SOCKS proxy to :2020 including sending DNS over SOCKS. That’s because my country blocks piracy-related sites at the DNS level. If you don’t need this, you can delete the socks section of the docker-compose file.
On my ubuntu laptop, I install
transmission-remote-gtk
in order to click on a magnet link and have it added. Otherwise you have to browse to the container’s web interface, which gets tiresome.I have this installed as a systemd service so it runs on boot. I use the systemd state and credential features as a safeguard against my own mistakes with permissions, but my long-term goal is to encrypt these files on disk. Linux can be pwned - I have read that around 35% of botnet nodes are linux (although these are presumably mostly weak IoT devices). The secondary benefit of the
LoadCredential
/CREDENTIALS_DIRECTORY
mechanism is that it doesn’t expose secrets as environment variables.The p2p.service file needs to be in that path, but you can put the other files wherever you want.
Known issues / todo list
File contents
/root/.secrets/mullvad
:/etc/systemd/system/p2p.service
:/usr/local/bin/p2p/docker-compose.yml
:/usr/local/bin/p2p/sockd.conf
:Steps
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl enable p2p
sudo systemctl start p2p
systemctl status p2p
sudo systemd-run -P --wait -p LoadCredential=mullvad:/root/.secrets/mullvad docker compose up --remove-orphans
/usr/local/bin/p2p
and rundocker compose pull
to update the images.Yes!!!
Don’t need it personally, but someone else might, so definitely post it when you feel like doing some writing.
Sonarr+Radarr+qBittorrent+Jellyfin=I’M GETTING LAID
Or just use Stremio.
Friends that use my server call Plex <my first name>-Flix.
Mine is shamelessly named after me too lmao
Transmission for life…
Stay free (libre) software my guys. Deluge.
I mean I use Deluge anyway, but Qbittorrent is also libre and actually has a more permissive license (so more freedom)
Edit: apparently I looked at the wrong qbittorrent in github. The real one is GPL too so no more free than Deluge.
qBit and Deluge are both under copyleft GPL, what do you mean with “more permissive”?
As said in my other comment down the chain, I was looking at another repo named Qbittorrent by accident. That one was MIT.
Deluge is GPLv3 only. Qbittorrent is a mix of GPLv2 and GPLv3. Personally I’ll stick to v3 since it includes specific terms that protect against modern DRM and ways to circumvent GPLv2.
Ah, right, I googled qbittorrent license earlier and accidentally instead read another similarly named project’s license, which was MIT. You’re right, Qbittorrent isn’t really any more free than Deluge.
This but radarr/sonar
Sure if you want your filenames out of your control and at the whims of databases run by no intelligent person at all.
You caim people that wrote complex open source applications are not intelligent at all because it has one thing you dislike, but can’t set Docker up to solve the issue? RTFM
Sonarr destroyed my one piece folder by renaming things incorrectly. Also sites like the TV db and anidb mislabel season numbers on a lot of anime lately. So my beef is mostly anime based and against the databases that sonarr uses, not sonarr itself.
You could always create an account and contribute the correct information to these databases.
I have tried and was, the first time, turned down and told I was incorrect. When the next season came out for the same show, I submitted again for correction and got zero response. Similar for another show where the show’s single season that had a break had its second half called “season 2” (happens a ton lately, infuriating), I also got no response. And that’s TV db. Don’t get me started on anidb later. They fucking divided the two halves of that show as well, but not into two seasons… INTO TWO SHOWS. So now the second half of the single season of “Mobile Suit Gundam: The Witch From Mercury” on anidb is a whole other show entry and is named “Mobile Suit Gundam: The Witch From Mercury (2023)” - fucking maddening. And applications like Plex rely on those kinds of databases for sorting things. And naming things. And similarly, sonarr uses them for renaming your files to fit the format you set up. And it’s also not 100% smart on some stuff. Sure, “one_piece_207.avi”, let me rename you as One Piece - S02E07.avi that will be fabulous.
Is it One Piece episode #207 or something? Because, in the realm of pirated TV, “207” literally is season 2 episode 7. Always has been.
Correct, and there were ways in place that was supposed to allow sonarr to understand absolute numbering, similar to another agent plugin I use for Plex that gives it that understanding. The file formatting for sonarr can even include {absolute} for this use case. I was numbering these files, hoping to rename them with episode titles plus the {absolute} as well as S{season00}E{episode00} (can’t recall the exact code), but anyway… Despite everyone in this thread calling me an idiot, I know I made no error other than not backing up first.
You mean you used sonarr to rename things incorrectly. Sonarr didn’t do anything other than exactly what you told it to.
I understand you want to defend something that you enjoy. That is fine. The program completely misinterpreted the filenames as they were with absolute numbering and erroneously assigned incorrect filenames, such as making episode 201 into S02E01. I set the format and trusted it to uniformly rename. It failed at that. You can still enjoy it. I’ve found an app called Filebot that seems to do better interpretation and allow more freedom. I’ve mostly gone back to manually managing things, though. I also found some features in sonarr to be a bit obtuse. Since it’s renaming files, it has to keep the original file to seed the torrent. That’s completely understandable but I wish there was a way to have it wait until ratio/time limit before renaming. It would save hard drive space to allow that.
You can still enjoy sonarr. The databases it pulls info from are also part of the problem as I detailed in another response here. For me, it is not ideal.
Your issues with sonarr seem to entirely be based upon a lack of understanding. For one thing it seems like you probably didn’t set the show to the anime format which detects absolute numbering. And beyond that, the rename tool provides an interactive interface where you can easily verify and adjust the renaming. Not to mention, sonarr’s purpose is primarily retrieving and indexing content. Content which usually adheres to a standard naming already. Renaming existing content is a secondary function and is the wild west when the files might be in whatever nonstandard naming convention the user thought up.
This is where I can really tell you just don’t understand the program. One of sonarrs primary features is hardlink management. When a torrent is done downloading, sonarr creates a hardlink from the torrent file to the proper location in your media directory and then renames that hardlink. There’s no additional storage usage. It wouldn’t be helpful to wait for a torrent to finish seeding to rename it because in the mean time it wouldn’t be picked up by Plex/Jellyfin because your torrent directory is (or rather it should be) separate from your media directory that Plex/Jellyfin sees. And additionally, another primary benefit of sonarr is that it allows you to permanently seed torrents while also having nice naming. In which case your file would never be renamed if it waited until it was done seeding of course.
I think you may be the one lacking intelligence here.
It’s always a possibility, but it is unlikely in this case. I’m fairly meticulous, though imperfect as anyone is
You, uh… you know you can customize the way file names are saved, right?
This one’s a “You” issue, big guy.
I’m this thread, everyone dogpiling me after misunderstanding what had happened despite verbose explanations below. Feels like good old reddit.
We’ve all had something fuck names up.
That’s mostly in thetvdb.com and not Sonarr, though.
Edit: there was a time I fucked up the folder structure of the downloads and multiple series got mixed up. That was also a “Me” issue - not Sonarr’s fault I didn’t read the manual.
It’s still beats doing it manually. Did that shit for far too long. I’ll take a few hours of cleanup once a year (if even) over manual effort that could take a few hours per day.
No dark mode? God damn philistines
Did you guys stop for a while then?
Who else kept their Jolly Roger up knowing it’d come to “this” someday?
media share servers, even better [when they’re not getting banned, or forced to use jellyfin lol]
Radarr and boneherr
Enshittification and masturbation.
I’m a simple man I use Stremio.
Stremio combined with RealDebrid is untouchable. Almost every show and movie you could ever think of, ready to go.
Stremio is hard to beat for ease of use, but personally I prefer Kodi/Fen for
The downsides are Kodi’s (relative) lack of stability compared to alternatives and the fact that you have to manage storage meticulously if you’re using a smart device to run it. Kodi’s thumbnail cache can get out of control rapidly.
I discovered real-debrid yesterday, thanks to this post.
I was playing around with it last night using kodi. I’m gonna try out stremio thanks to your suggestion.
That said - it didn’t seem that reliable with kodi. Like I got through a whole movie but it just died once or twice. I ended up switching to another torrent / link and it played through to the end just fine.
I imagine this won’t necessarily improve with the switch to stremio. Was I just unlucky? Or is this the usual experience?
edit: yeah ok you’re right. kodi + real-debrid. great stuff.
You can get unlucky on the odd occasion, theirs some torrents out there where the actual video file format isn’t friendly with streaming, but RealDebrid itself has been 100% reliable, for me anyway. If your using stremio their are settings you can change to increase the cache size, or you can play around with using a different video player within stremio, but in general the default settings should do the job.
I’d strongly advise not using debrid. With debrid you’re leeching off torrents without ever seeding anything back. It’s an abusive system. Not to mention it’s usually not files of any level of quality.
That doesn’t make any sense. The whole point of the debrid service is that it caches the torrent. When my client wants to stream the content, the debrid doesn’t leech it from seeders it just pulls it from the cache.
The quality seems fine, for everything I’ve looked at thus far there’s all the usual types of releases.
Sure you’re pulling from the debrid service but debrid still hit and runs the torrent. Aside from one or two providers that seed for a day or something.
Only if it’s not already cached.
The cache doesn’t come from thin air. At one point or another they HnR’ed the torrent.
You got any good overviews of RealDebrid outside of “google.”
Not sure where to look for info, but I’ve been doing this for a looooooong time (25+ years?) and always like to learn more. Currently rocking a 125+ TB server hosted in my basement for all my Linux isos and figure there may be another way.
No worries if not! I’m not expecting a novel or anything from anyone personally - just hoping there’s a decent crash course and some decent suggestions.
This link explains things fairly quickly for all debrid, the service I use is real debrid which you can follow identical steps for setting up: https://www.desidime.com/discussions/use-stremio-debrid-all-debrid-real-debrid-for-watching-content#:~:text=Debrid services are basically torrent,and windows%2C and works seamlessly.
The idea is essentially debrid services download the content of a torrent, and once one user has requested them, its stored and available for all other users to download, so no more dealing with Torrents with 0 seeders, at the speed of top grade file hosting services. You could use it for downloading content quicker and storing it on your local drives.
Thanks!
Stremio has been useless until I got fiber internet. Now it’s my preferred way to watch stuff.
I switched to Deluge from qBittorrent a while ago and I don’t even remember what it was that made me switch.
What’s wrong with plain old Transmission?
Gonna be honest here i loved transmission until one day it just decided to stop working, no fixes would work, not even a full reinstall of it. Switched to qBit and it just worked so whatever
Uninstalling and reinstalling won’t delete the settings in your home directory. Sounds like you might have had a bad sector that hit that file for some reason though.
When I set up my newest media server I could not get the permissions to work on deluge with a mounted network drive for the life of me. Dumped a good 20 hours into it with minimal success.
qBittorrent worked out of the box.
I did the opposite and also can’t remember why I did it.
Story of my life.
It it just me or does Deluge after a while use a lot of RAM? I keep using it, because I’m too lazy to look for an alternative. Maybe it’s just a memory leak in my linux distro’s version.
The reason why people put uTorrent in memes is due to its recognition, let’s change this, always create memes with qBittorrent
You say uTorrent, I say µTorrent. We are not the same ;P
EDIT: I get µ from [Ctrl] + [Alt] + [m] (or [Alt Gr] + [m]), in case someone wants to be able to do it easily themselves. It might be different on your keyboard…
qBittorrent does not have a nice web UI for mobile. We should create memes with Transmission instead
You can install a custom web UI.
https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-alternate-WebUIs
I did this a while back, and while the alt I tested was great on mobile it didn’t offer the functionally I like to use with the built in UI.
I wanted to split mobile/desktop traffic, which I imagine is relatively straightforward if you have a decent amount of web dev experience, but alas I do not.
That’s the main reason I switched to qbittorrent; you can use themes and it works better than anything else on phones that I’ve used.
Vuetorrent custom UI is the the best, desktop or mobile alike. They should adopt it as the default.
Yes - replying because this is by far the best compromise between usability and functionality.
If Deluge was (is?) able to do the same with themes I’d be back onboard without hesitation, though!
Do you usually see mobile versions of uTorrent in memes?
I run flood together with qbittorrent, looks great everywhere.
Deluge Gang
By far the best downloader IMO.
qbit works better when I’m using my phone, but I don’t frequently use my phone to administer my setup.
Seed and… seed?
Tor and wh.or.e
Shit I just posted that.
Seed and leach that… torrent.
uTorrent (pronounce micro torrent) and micro…. Nevermind…
Sneed’s Feed & Seed
formerly Chuck’s
So, now what.
Pilfer and pump.