Custom Query (2447 matches)
Results (157 - 159 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#153 | Duplicate | Add move on cleared option to Move Torrent plug-in | ||
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 | ||
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{
} else if torrent-state = seeding then {
} tom |
|||
#168 | Duplicate | 0.6.0 Peer display bug | ||
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:
Get this error repeatedly: Traceback (most recent call last):
TypeError: value is of wrong type for this column I didn't try very hard - but this seemed easy to reproduce. |