I’ll start. Did you know you can run a headless version of JD2 on a raspberry pi? It’s not the greatest thing in the world, but sometimes its nice to throw a bunch of links in there and go to sleep.
I’ll start. Did you know you can run a headless version of JD2 on a raspberry pi? It’s not the greatest thing in the world, but sometimes its nice to throw a bunch of links in there and go to sleep.
stop manually browsing torrent sites! You’re wasting your time.
Download qBittorrent. Download Jackett. Configure Jackett to work inside qBittorrent. You now have a way to search hundreds of trackers all at once within seconds and find literally anything you want.
You should check out Prowlarr, its like jackett, but integrates better into sonarr/radarr
Prowlarr has a prettier UI but the torrent sites they support are maintained by Jackett. It noone gives credit, at some point Jackett won’t be maintained and Prowlar neither.
Disclaimer: I’m qBittorrent, Jackett, Flaresolverr and Bazarr developer.
Hey thanks for your work. QBT and Jackett are super stable and well done.
Damn, I’m huge fan of yours. Using qBbittorent, Jacket, Flarsolverr and Bazarr in docker. Thanks for your work.
But I never managed to get Jackett plugin to work x)
https://github.com/qbittorrent/search-plugins/wiki/How-to-configure-Jackett-plugin
It has limitations, but qBittorrent is used by 40M users aprox and we are only 3-5 active developers. Managing the open issues don’t let us time to work on new features…
Thank you for your work on those beloved softwares.
I dont need a fancy UI for jackett since it’s only needed for the API.
Prowlarr does have the ability to do a search of all indexers including usenet, combined into one results list, which is very nice for finding rare or niche things outside of Sonarr/Radarr.
So I have both installed and configured, but only ever use prowlarr for manual searches cause jackett is working and i’m too lazy to change all my settings in my 6 separate ARR instances.
Made the reverse. Switched to prowlarr and keeping jackett if something does not work on prowlarr.
I have all of these programs running on raspberry pi, including Flood (mobile friendly UI for qBittorrent, also supports Deluge), and plex media server. It can’t be easier to watch movies and tv shows that way.
Are they all running on the Pi, or just the torrenting tools?
Everything is running on Pi. But I have Raspberry Pi 4 with 4GB of ram. Actually I have Raspberry Pi 400, which is basically 4GB variant of Raspberry Pi 4, with slightly overclocked CPU and passive cooling, inside small keyboard, but I only got that because Raspberry Pi 4 was out of stock.
My 5¢, got a similar stack running fine on a Pi 4B 8GB (with Jellyfin instead of Plex). Just gotta make sure to direct play, it does not like transcoding too much, even with hw acceleration
Transcoding is also turned off in my case. But I couldn’t get used to Jellyfin. I tried, but I just couldn’t.
Works flakey at best. I could transcode but only 1080p anime caused by SSA subs. And it would buffer. A lot.
Today Jellyfin is really good with not causing uneccessary transcoding
That’s fair, never used Plex but I suppose it’s more polished being a product and all. In my case, I read Plex requires an internet connection to work and I needed my media server to be available offline, so it was a deal-breaker
Jellyfin is actually very polished in my opinion. Using it very often
I’ve tried just about every type of automated system Sonarr, Radarr fully integrated with usenet and my libraries etc.
After a while I realised I quite enjoy doing things manually. I get to vet the content a little before I grab it, a bit like going to the video store.
deleted by creator
I only auto-dl with sonarr for anime and groups I know like SubsPlease, EraiRaws etc.
Movies are capped to FHD-BD and remuxes are only downloaded manually.
Also because I use a seedbox my storage quota is usually 99% in use and filling it 100% up causes me issues so I am usually paranoid about 1. the quality and 2. what size is being downloaded
As long as you have your quality profiles set up correctly they very rarely grab a bad release, I’ve maybe had to throw out 3 movies and one season of anime it grabbed during the past year I’ve been using a full *arr setup combined with jellyfin and jellyseerr.
And generally it grabbing a bad release is due to it being uploaded on a tracker with little moderation. I tend to blacklist a site once this happens more than once or twice.
deleted by creator
Anime is my biggest use case, and it’s worked great for me.
If you set the series to “Anime” it should use both episode number and absolute numbering when searching for anime. It’s certainly not perfect but it gets the job done most of the time.
deleted by creator
Have you set it up like trash-guides does? Works well for almost any anime I watch. The only issues I have is not finding something because of localized/JP name release that are with embedded subs.
Sometimes it’s cool to browse sites for FL alone.
When TorrentDB existed I liked zo browse the current hot section just to download stuff and 1. profit from it being FL and 2. increasing my ratio.
Other times I got a fee good recommendations because I was curious why so many downloaded something
Thank you for this. I set this up yesterday and started combing through my list of things that I’ve wanted to download but couldn’t find even on my private trackers. I wish I knew about this sooner!
Get Prowlarr instead of Jackett and then install sonarr/radarr too. No more manual searching at all!
As a person who is not an advanced pirate, I’m reading the Jackett page and I have no idea what it is or how it works.
I was looking into this like last week but paused it because I’m an idiot who can’t figure out which package to grab off their git lol. I think it is amdx64 but I have intel everything, I know it isn’t arm though.
It’s called amd64 because AMD invented the x86-64 processor instruction set, it works both on Intel and AMD
Thank you! I’m just not used to seeing things named like that, it’s usually just x86 in my experience for some reason so I wasn’t sure, and had nobody to ask haha. Thank you, setting that up immanently!
type
uname -m
in your terminalThanks!