Giter Site home page Giter Site logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024

Original comment by [email protected] on 28 Jan 2009 at 2:48

  • Changed state: Accepted
  • Added labels: Type-Enhancement, Priority-Low
  • Removed labels: Type-Defect, Priority-Medium

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024

Original comment by [email protected] on 28 Jan 2009 at 2:49

  • Changed title: Seed ratio

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
I'm not sure this should be part of TRG. It would probably better fit in the 
transmission library.

Original comment by [email protected] on 8 Feb 2009 at 10:35

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
well U are 100% right, but it's not there and there is no plan I know of to 
implement
it in near future. Therefore it's implemented in e.g. TorrentWatch (which I 
dont use)
and I'm affraid there's no other way to have this feature like to implement it 
to
some kind of an external "watchdog" utilising functionality like:

Set Ratio(torrentID)=Default.Ratio
 'override ratio settings if a torrent has a custom ratio set
If Custom.Ratio(torrentID)!="" Then Ratio(torrentID)=Custom.Ratio(torrentID)
 'if the torrent is Seeding, check the ratio, if >=, stop torrent
If Torrent.Status(torrentID)="Seed" AND 
Actual.Ratio(torrentID)>=Ratio(torrentID)
then Torrent.Stop(torrentID)

sorry for the lame example, I'm not really a programmer, but U get the idea. 
And to
prevent double functionality when they finally implement it in Transmission, 
there
could be a checkbox in the options, but I think it will need some tweaks anyway 
for
TRGUI to support this functionality of TR, but the UI part would be already 
prepared.

Original comment by [email protected] on 5 Mar 2009 at 10:14

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
This would better be run on the machine running transmission, rather than a 
remote
client.

Maybe a simple bash script would be in order?

Original comment by [email protected] on 20 Mar 2009 at 6:54

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
It seems that this will be added on Transmission 1.60: 
http://trac.transmissionbt.com/ticket/1787 :)

Original comment by [email protected] on 29 Mar 2009 at 9:15

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
nice. so we can consider this ticket closed then. Only thing needed to do is to
implement the new feature to the TrGUI. Thx

Original comment by [email protected] on 30 Mar 2009 at 7:04

from transgui.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024

Original comment by [email protected] on 7 Sep 2009 at 2:24

  • Changed state: Fixed

from transgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.