Auto-pause when uploaded

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
narcisgarcia
Posts: 4
Joined: Fri Oct 30, 2009 7:36 am

Auto-pause when uploaded

Post by narcisgarcia »

A feature could be useful for downloading+sharing equally a large list of files, with a similar hierachy as the bandwith control:

[v] Pause automatically when ratio reaches: [2]
(minimal value 1)

This can ease to guarantee that each file at least is seeded on a ratio [2] (for example), because the fastest seeds pause and leaves bandwith for the rest.
Benton
Posts: 21
Joined: Tue Jan 08, 2008 2:02 am

Re: Auto-pause when uploaded

Post by Benton »

This is already in there. Under Transfers » Management » Stop seeding at ratio. (I have it set to 4.5)
narcisgarcia
Posts: 4
Joined: Fri Oct 30, 2009 7:36 am

Re: Auto-pause when uploaded

Post by narcisgarcia »

In the 1.51 version I don't find this option, I only have these menus:
Torrent, Edit, View, Help.

and in the preferences dialog I only see these tabs:
Torrents, Peers, Network, Desktop, Bandwidth, Web, Trackers.
Rolcol
Posts: 337
Joined: Sun Aug 10, 2008 8:00 am

Re: Auto-pause when uploaded

Post by Rolcol »

Benton's instructions were for the Mac UI. I think 1.51 may be too old to have this feature. The later versions of the GTK+ and Qt interfaces can configure it in the preferences menu.
Edit > Preferences > Torrents
Image
I'm running the latest trunk. This is the preferences window for the upcoming 1.80 release.
narcisgarcia
Posts: 4
Joined: Fri Oct 30, 2009 7:36 am

Re: Auto-pause when uploaded

Post by narcisgarcia »

Anybody knows since which version Transmission has this feature?

Thanks.
volenin
Posts: 16
Joined: Sat Feb 07, 2009 5:44 pm

Re: Auto-pause when uploaded

Post by volenin »

Well, yet another question is whether those options would be available in the WebUI / daemon version of the transmission? If so, what the name of those options will be or at least how to generate a default config file with default settings in (which can be used as a basis for further tunings)...
tarr
Posts: 5
Joined: Wed Dec 02, 2009 9:44 am

Re: Auto-pause when uploaded

Post by tarr »

transmission-daemon 1.76 in combination with transmission-remote-dotnet supports stop-seeding-at-ratio both on a global and a per-torrent override basis.
KyleK
Posts: 57
Joined: Fri Feb 29, 2008 10:41 pm

Re: Auto-pause when uploaded

Post by KyleK »

volenin wrote:Well, yet another question is whether those options would be available in the WebUI / daemon version of the transmission? If so, what the name of those options will be or at least how to generate a default config file with default settings in (which can be used as a basis for further tunings)...
This feature is available since 1.51 I believe.
The WebUI doesn't provide a way to change the settings, but the daemon does:

Code: Select all

KyleK@CH3SNAS:~$ transmission-remote --help | grep seed
  -sr  --seedratio              ratio        Let the current torrent(s) seed until a specific ratio
  -srd --seedratio-default                   Let the current torrent(s) use the global seedratio settings
  -SR  --no-seedratio                        Let the current torrent(s) seed regardless of ratio
  -gsr --global-seedratio       ratio        All torrents, unless overridden by a per-torrent setting, should seed until a specific ratio
  -GSR --no-global-seedratio                 All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio
-sr, -srd and -SR need to be used in conjunction with -t <torrent-id>.
Post Reply