Closed GoogleCodeExporter closed 9 years ago
Is this issue still exists? i think it was a T bug...
Original comment by elso.and...@gmail.com
on 16 Dec 2010 at 9:43
Dont know if its a Transmission-daemon/server bug, could very well be...
Original comment by gabriels...@gmail.com
on 22 Mar 2011 at 7:59
I reread this issue, and i close this as invalid. Because this is a normal
operation: the seed ratio feature is for T only: if a running torrent reaches
the ratio limit, T stop that torrent. But later, you can restart that torrent
anytime. Start a torrent with TRD do the same. 'start all' command do this too,
with all torrent.
Original comment by elso.and...@gmail.com
on 22 Mar 2011 at 1:12
Good choice! Its a feature (though not very well implemented) not a bug of
Transmission! a Workaround, i use alias for this in my shell setup, which looks
a bit like this:
[code]
alias btpause='transmission-remote yourserverip:port -n username:password
--torrent all --stop'
alias btresume='transmission-remote yourserverip:port -n username:password
--torrent all --seedratio 2.0 --start'
[/code]
Using btpause and btresume to pause and resume all torrents. Just for the
record, by this u set the seedratio for ALL torrents initiated, overwriting any
previous ratios
Original comment by gabriels...@gmail.com
on 22 Mar 2011 at 2:38
Original issue reported on code.google.com by
madg...@gmail.com
on 1 Nov 2010 at 9:36