every once in awhile i get a bug up my butt about sharing my massive, curated library… but every time i get distracted by the volume of steps it would take to create the necessary shit to seed and then find a place that would even take those seeds to index.

ami doin it wrong? why is it so hard? napster was easy.

  • Chewy@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    25
    ·
    17 days ago

    Most public trackers don’t take uploads from unknown people to combat spam/malware.

    If you create a torrent and enable DHT/PEX it might get indexed by something like btdigg.com for people to find. It won’t be available on sites like 1337x.to. The advantage is your free to create a single torrent or any other organization you desire.

    Private trackers generally accept uploads or make it simple to request upload access. But they have upload rules you must follow.

    If you want to automate uploading there’s Upload-Assistant. UA makes it easy by creating a proper name and uploading to multiple trackers automatically.

    In any case you must have port forwarding configured to greatly increase the likelyhood of others actually being able to download from you. If you don’t want to do that on your router a VPN with port forwarding is the private option (ProtonVPN, AirVPN, IVPN, njalla and few others).

  • Xanza@lemm.ee
    link
    fedilink
    English
    arrow-up
    12
    ·
    17 days ago
    1. Create Torrent
    2. Upload torrent to torrent cache website
    3. Torrent eventually propagates to DHT network
  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    9
    ·
    17 days ago

    It’s easy. Create the torrent, upload it to a public tracker. Or send it to your friends. Or post the magnet link and rely on DHT.

    • originalucifer@moist.catsweat.comOP
      link
      fedilink
      arrow-up
      4
      ·
      17 days ago

      what are the best tools to automagically create 40k torrent files from their xml metadata. are there tools to automatically bundle seasons/shows/collections?

      • catloaf@lemm.ee
        link
        fedilink
        English
        arrow-up
        10
        ·
        17 days ago

        It depends. If you want to split the library by movies/shows/seasons/whatever, you can probably do that with a small shell script. If it’s by folder, that’s very easy. If for some reason you have an XML database and a flat file backend… well, you’d have to put the files into a folder tree for the torrents anyway. It would be much easier to actually move (or better yet, symlink or hard link) the files into that folder tree, unless there’s some kind of industrial-grade torrent software I’ve never heard of that can integrate with that, instead of just the filesystem. I’m sure they exist, given that bittorrent is used for stuff like video game updates, but that seems like a lot of work for not much gain.

      • zabadoh@ani.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 days ago

        Maybe you want something like a command line torrent client?

        Get a filepath list of all the files you want to torrent, and use a text editor to paste the torrent executable and arguments to turn the file list into a script file, then run it?

        I understand that Deluge can be operated via command line. https://forum.deluge-torrent.org/viewtopic.php?t=47831 I’m not sure whether that works on platforms other than Linux.

        You should probably talk to the tracker admins about before you do this so that you don’t get mistaken as some kind of attack.

        • originalucifer@moist.catsweat.comOP
          link
          fedilink
          arrow-up
          2
          ·
          17 days ago

          im all linux, and have a deluge container already working through a vpn… a scripted solution with symlink to an attached, read-only volume of my library kinda sounds like a start.

          if anything, this all proves my point. its not easy to ‘just create a torrent and upload it’ as mentioned upthread

  • EtzBetz@feddit.org
    link
    fedilink
    arrow-up
    3
    ·
    16 days ago

    I got into a private tracker and setup my stuff with radarr, sonarr, etc. to hardlink between my library and my tracked stuff. That way it’s quite nicely automated at least when downloading stuff there. I once moved my library to a new system which was a bit of a pain and I also dislike creating new stuff in the tracker… but I’m quite happy at how good automated it actually is for not being a product.