Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 2447)

Ticket Resolution Summary Owner Reporter
#153 Duplicate Add move on cleared option to Move Torrent plug-in markybob TomTerrific
Description

I'd like to request an additional feature for the move torrent plug-in.

When a torrent is cleared move it to a new directory.

I use the move plug-in to move my files to a completed directory. But it's hard to have a script determine if it's done seeding.

By having it move to another directory when it's cleared (either manually or by using the clear when done seeding option) then it would be trivial to have a external script watch the directory and take some further option.

It would be great to have a way to hook a external script to the event - but I don't know how hard this would be. I'd really like to have a external perl or java script be executed when the torrent is completed or cleared.

#164 WontFix Change ETA calculation - when seeding & set to stop at ratio, display time to done seeding markybob TomTerrific
Description

I usually seed until I hit a specific ratio for a torrent, such as 1.0.

I often manually use a calculator to estimate how much longer a torrent will seed.

I would like the ETA to show the estimated length of time left to complete seeding instead of the current method of showing ETA infinity.

So my suggested pseudo code would be:

If torrent-state = downloading then{

do what's done now

} else if torrent-state = seeding then {

ETA = infinity if global ratio set or per torrent ratio set then {

ETA = ((torrent-size * ratio) - amount uploaded) / upload speed;

}

}

tom

#168 Duplicate 0.6.0 Peer display bug markybob TomTerrific
Description

While running nightly build 3130-i386-Hardy I found a minor display bug.

When I displayed the peer tab I repeatedly got an error & a sub process crashed.

How to reproduce:

  • Start deluge w/ no torrents in queue
  • Add 2 torrents and both start downloading
  • Go to torrent 1
  • Click on peer tab

Get this error repeatedly:

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/ui/gtkui/peers_tab.py", line 282, in _on_get_torrent_status

icon])

TypeError: value is of wrong type for this column

I didn't try very hard - but this seemed easy to reproduce.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.