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.
id prolly be happy with it at the series level even, not necessarily the seasons… but one torrent seems like a pain to create… thousands seems arduous. without a lot of scripting that is. i’m checkin out retroshare also, thanks!
Hmm, creating torrents isn’t that hard.
You can add a tracker by adding the
--tracker "$trackerUrl"
option. There isn’t much more scripting involved, AFAIK, unless you want to upload them to the tracker too. But if you join the DHT and share the magnet links somewhere, you should be done. Or is there more to the process I’m missing?Anti Commercial-AI license
that sounds easy enough, i’ll give it a try. i heard transmission was on the outs though…
You can use transmission just for creating the torrent. You don’t have to use the actual client. If qbittorrent is your client, it’s possible to add the torrents to the list at the same time with
Then you create the torrent and start seeding it immediately. If you’ve already created the torrent files
Depending on the setup, you could also just sym link the folder into
qbittorrent
’s download directory and copy your torrents into a folder thatqbittorrent
listens to. There are many ways to skin the cat. Check out the command line parameters for your torrent client.Anti Commercial-AI license
coool, thank you!
Good luck! I hope it all works out for ya 🙂
Anti Commercial-AI license
Can you show your exact folder structure?
very simple
//library/Movies/$movie_title //library/Series/%Series_title/%series_season
Then yes the solution of @[email protected] is fine, no need for anything too complicated.