#637 closed feature-request (Fixed)
Progress bar for "move storage"
Reported by: | jonesmz@rose-hulman.edu | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | |
Keywords: | Cc: | lexotron314@gmail.com, gymka2 |
Description
A progress bar to give the user feed back on moving the storage of a torrent from one partition or disk to another.
Change History (15)
comment:1 by , 16 years ago
Component: | other → gtkui |
---|---|
Milestone: | → 1.2.0 |
Version: | 1.0.6 → 1.1.0 |
comment:2 by , 15 years ago
Priority: | major → minor |
---|
I think a better idea would be to have a place in the status bar that says "Currently mMoving xx torrents, approx. xx,x GB left".
How many GB left could be calculated by adding the size of all torrents one wants to move and then looking at disk activity to get an estimation of how much data has been moved so far. This is assuming there is no other significant disk activity on the target disk(s).
comment:3 by , 15 years ago
Milestone: | 1.2.0 → Future |
---|---|
Version: | 1.1.0 |
comment:4 by , 15 years ago
+1 on this request.
To expand on this idea, it would be nice to queue these moves and to be able to view/manage such tasks in its own screen...
comment:5 by , 15 years ago
Cc: | added |
---|---|
Summary: | Progress bar for "more storage" → Progress bar for "move storage" |
request++
I'd go for the label "Moving" in the "Progress" column as well.
Note: I'd like more storage as well, but I adjusted the typo of the ticket summary. :)
comment:6 by , 13 years ago
Milestone: | Future → 1.3.x |
---|
As libtorrent does not provide any move_storage progress the best we can do is something like changing the progress bar text for a torrent to 'Moving' until the task is completed.
comment:8 by , 12 years ago
@gymka2
as Cas stated, nothing can be done because deluge does not know anything about the move progress which is being accomplished by libtrorrent.
You could try asking for this feature against libtorrent.
comment:9 by , 12 years ago
Milestone: | 1.3.x → 1.4.0 |
---|
Someone has created a plugin with this feature: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=40835
I think we should revisit the issue for 1.4.
comment:11 by , 10 years ago
Component: | GTK-UI → Core |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Fixed in develop: [62cca045be57a]
If we move to lt1.0 moving_storage
can replace Torrent.moving_storage.
comment:12 by , 10 years ago
Milestone: | 2.0.x → 2.0 |
---|
comment:13 by , 8 years ago
Resolution: | Fixed |
---|---|
Status: | closed → reopened |
comment:14 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | reopened → closed |
Fixed to use lt attribute: [5d7c1336b9]
There is no way to see if 'Move storage' command finished its work in gtkui. Especially when you move storage to other logical volume, it takes quite some time and it would be good to know, when it is done. It could be shown in 'Progress' column with 'Moving' label in progress bar.