I was looking through the megathread and saw this real-debrid thing. I have heard this name some times so I read what it does but wasn’t able to understand it. If someone could explain it to me I would appreciate it.
Also, it caught my attention that “it’s a good way to prevent your IP from ever hitting the torrent’s swarm, which is the main cause of receiving copyright infringement letters”. Does this mean it’s an alternative to a VPN when torrenting? Is it like a seedboxes or something? Are there any free alternatives?
It basically downloads torrents to their servers so you don’t directly download torrents. As another person said you can also use it with the torrentio addon for stremio. It fucking rocks
So happy I read this thread. Had it setup in no time and will be cancelling all of my streaming services. $30/year for this is pretty incredible.
It also works to generate premium links from direct download services like Mega for example.
From what I’ve heard, it scrapes and downloads from public trackers without ever seeding, basically acting as a plague on public trackers.
What a debriding service does is download the torrent for you, and cache it on their servers. From there you can download it from their servers without ever “touching” the torrent itself. Common uses for it are with Stremio, to stream cached movie torrents directly from the debrid service’s servers.
These services are also used to download from paywalled DDL websites, such as rapidgator, nitrodl, etc, so you do not need to wait 500 hours of 50kbps.
also really popular in Germany, because if you download the torrent yourself, you can get a huge fine from the copyright owner.
I’ve wondered if Real-Debrid actually is German made too. The dash in the name gives that vibe.
how does a dash sound german?
der strich… That’s how.
It’s the most commonly spoken (Western) language that uses a lot of compound words with and without dashes. I always tend to think there’s a German speaker involved when I see dashes used in English where a native English speaker wouldn’t use a dash, hah.
How-did-you-know-im-german??
Just want to plug plex_Debrid in here. Guy who made it is awesome and having Debrid functionality in plex is so nice.
What is this exactly, how does it work?
The GitHub explains it great but in summary you mount your Real Debrid (or other Debrid service) account to your machine via rclone, so anything you’ve downloaded on Debrid is available on plex.
Then there’s a script that watches the plex watchlist for new requests and then scrapes torrents to get it. (similar to stremio): If it’s cached (already available on real Debrid) then you can watch it instantly. Which is majority popular content. More niche stuff it may have to request Debrid to download and try again later
Then refreshes plex to scan the library for the download.
Even works outside of plex with things like overseerr, jellyseerr, trakt to monitor requests. Also can use Trakt to manage your library. Even Support for other scrapers like jackett and torrentio and you can set it to refresh your jellyfin library if you aren’t using plex.
Looks interesting, I’ll read the git as you suggested - thanks.
Just be aware that it’s still very much in beta and the support is not that great (that’s how my experience was anyway). There will be a lot of pain of set it up. But once it’s set up it does work well for the most part. However I am going still sticking with my current setup on Seedbox with acquiring my media via ARR software and then saving it on the cloud to be served via Plex to myself and my friends and family. Good luck!
I still very much need to get my head around the aar software - something I find difficult as the more I look into it, the more complicated it seems to get.
More than happy to help if you are stuck.
Nice one. Ok if I get my head into where I want to be with this and come back to you? Much obliged for the offer.
As a nob, the setup steps look do able, but I think I need to get jellyseerr first and then this.
I may need to run my server on a PC to get VPN connection… Hmm… Thanks👍
Yeah I have my whole server running on an old gaming pc. I use cloudflare to open up my network instead of ports. Then my unifi gateway opens up my vpn for things I don’t want to open up via cloudflare
Did you follow any guides for cloudfare? I would like to achieve this as well.
No specific guide I can remember but it was very simple. Cloudflare has some good docs too if you get stuck.
- Need to have a domain. Doesn’t need to be through cloudflare (I use namecheap)
- Need to setup a free account on cloudflare and follow the steps on there to point your domain to their DNS.
- Then from your cloudflare dashboard you can open up the zero trust dashboard. From here you can create a tunnel and it gives you steps to setup cloudflared on your server/machine.
- Once the tunnel is setup you just need to setup each subdomain on the tunnel. Like rss.donain.com points to 192.168.1.224:5555 for example. Now when you go to rss.domain.com it will load up the page running on at 192.168.1.224:5555. SSL certificate and everything.
- Optional step to also setup an “application” on zero trust dashboard for each of your services. This lets you pick an email or ip range or something and only that is allowed into the domain.
I think that’s everything but feel free to message me if you have questions.
Thank you so much. I’ve got it working now and was rather simple!