I just tried to get Firefox to add any magnet link I click to transmission running on a remote server. Since bt is quickly moving away from actual torrent files, this is the next logical step.
Anyone has a plan on how to do this? I tried writing an apple script or make automator execute a shell ...
Search found 2 matches
- Tue Dec 08, 2009 7:03 pm
- Forum: Web Interface
- Topic: Torrent-Upload Script for Linux/Mac OS X
- Replies: 10
- Views: 16147
- Wed Aug 12, 2009 1:44 pm
- Forum: General
- Topic: Limit active torrents for transmission-daemon?
- Replies: 1
- Views: 4156
Re: Limit active torrents for transmission-daemon?
I'm using a simple bash-script to move finished torrents and add new ones from a folder, as long as the queue isn't full. Maybe you can use it.
#!/bin/sh
#Check if a torrent is finished and not seeding anymore (check ratio-limit in config-file), move it to DESTDIR and remove.
#Check the number of ...
#!/bin/sh
#Check if a torrent is finished and not seeding anymore (check ratio-limit in config-file), move it to DESTDIR and remove.
#Check the number of ...