I used to spend a lot of time on news:// protocol back in the 90s, but haven’t touched it for good 20 years or so.

Could anyone point me to a good primer on how to use USENET for piracy? Looking for advice on client software, or webapps, good services worth paying the subscription that will give me access to all the right newsgroups and archives.

Last time I used news, all this stuff was free, so I’m at a bit of a loss on what’s worth paying for.

Btw, I did try looking for answers before turning to Lemmy, but ended up with just a ton of SEO garbage articles designed to serve ads, waste time and provide no real answers :(

  • i_stole_ur_taco@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    I can’t recommend an all-in-one primer, but if you want to look up guides independently, you’ll probably be most interested in these tools/services:

    • a Usenet host (paid. they’re largely the same. Look for deals)
    • a Usenet indexer site (analogous to a Pirate Bay type search engine). I like nzbgeek but there are hundreds. Many require a small annual fee and this may be worth it to you, but you can use free ones to test your initial setup.

    A Usenet indexer is going to let you download .nzb files, which is analogous to downloading .torrent files from a torrent indexer. The nzb describes what posts in what newsgroups contain the files for a particular release.

    • SABnzbd (download client, analogous to a torrent client like Transmission)
    • browser plugins to simplify clicking an nzb download link and sending it to SABnzbd (not always needed if you’re running everything on your local machine, but important if your SAB instance runs on another server or in a Docker container)

    If you’re looking to set up some extra infrastructure for automating a lot of steps, there’s also web apps to cover a ton of video use cases, like:

    • Sonarr and Radarr (for monitoring specific tv shows and movies and automatically searching for nzbs, downloading them, and moving them to a final home on disk)
    • Plex or Jellyfin (for providing a Netflix-like UI you can use to look for something to watch and then stream it to your browser/phone/TV)
    • Overseerr (for a single interface to look for shows and movies and have them automatically added to Sonarr/Radarr.

    I’d highly recommend setting up Docker and putting all of these apps into separate containers. Linuxserver creates easy to setup and update Docker packages for all these things. It’s also a great resource for finding other web apps you didn’t know you needed.