Help me design my torrent management system.
January 26, 2008 7:04 PM
Subscribe
I'm looking for tips, tricks, hacks, scripts, and ideas for managing torrents using Linux.
Here's what I would like to be able to do:
- Automated unpacking. If a torrent contained a zip, rar, etc it should be unpacked automatically.
- Automated move on completion. Move music, television, and movies to their appropriate folders. This can probably be done by looking at file type and size.
- Continued sharing after a file is moved. Is this even possible? I use some torrent sites that require share ratios, plus I want to be a good file sharer and give back. What if the files are further organized by Amarok?
- Remote downloading. I want to be able to go to download a torrent from anywhere. I've already got Apache and PHP setup.
- Other cool things. I want to do as little hands on torrent management as possible. Are there scripts that automatically download things with high scores on MetaCritic, Pitchfork, etc? Can I setup a script to automatically download new episodes of a show when they get hosted? I want to know about them!
I think most of this can be done using shell scripts and CRON jobs, but I figured there may already be existing tools.
posted by christonabike to computers & internet (8 comments total)
4 users marked this as a favorite
If your client supports it and the tracker supports it, RSS does this, where you subscribe to a feed with keywords (e.g., 'Dexter') and your client will automatically add torrents on supporting trackers with the keyword included (e.g., Dexter.S1E10.HDTV.blahblah).
posted by tdischino at 7:27 PM on January 26, 2008