tbayart / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

Seed ratio doesn't stick when pausing/unpausing all from docked icon #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Select all torrents
2.Right click and choose 'Properties'
3.Set seed ratio to anything, like '2.00', at least have a few torrents with 
ratio already above 2
4.Pause ALL torrents from docked icon in tray (rightclick it and choose 'Pause 
All')
5.Unpause ALL torrents from docked icon in tray (rightclick it and choose 
'Start All')

What is the expected output? What do you see instead?
Expected to start all torrents, then put those with seedratio > 2.00 to 
autopause when using 'Start All' from trayicon. When using 'Start All' from 
tray, the seedratios for all the torrents aren't used respectively, all 
torrents are instead started as if seedratios are ignored all together

What version of the products are you using?
OS: Windows XP SP3, all updates as of today
Transmission: 1.92 (10363) (on FreeNAS)
Remote: 3.23 (build 0) (on XP SP3)

Please provide any additional information below. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by madg...@gmail.com on 1 Nov 2010 at 9:36

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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