• merthyr1831
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    Good stuff. So is Usenet like a message board? forum? Like technology wise it’s obviously not as simple as a file host or it’d be down by now

    • Dyskolos@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      Aye, it was originally (and still is) just a gargantuan forum which has no owner and is federated. It also has binary groups, which are “abused” by pir8s since forever. Dmcas happen sometimes, but not that often.

      I somewhere commented a full how-to for a comfortable *arr-setup. But the most simple way is just using some newsreader.

    • bay400@thelemmy.club
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 days ago

      Yes, here’s my understanding:

      it’s essentially a massive collection of forum posts – all text.

      Files/binaries are encoded into text, and split into multiple posts if they exceed the max size for a single post. The names of posts and relationships between multiple posts can be obfuscated too.

      Indexers provide .nzb files which are kinda like .torrent files, they indicate where in Usenet all the posts needed for a complete download are located.

      You give an .nzb file to an nzb downloader, which finds the post(s), downloads, (merges,) decodes the final result into its original binary form, and does a hash check to make sure everything is correct.

      There’s some open source software like Radarr, for example, which can automate the entire process start to finish (in Radarr’s case, for movies specifically)

      With Radarr it goes like this: Add movie -> Radarr searches via indexer(s) for a .nzb matching the criteria -> .nzb gets sent to nzb downloader -> downloaded from usenet server(s) -> completed download is moved (and optionally renamed) by Radarr to desired location