#637 closed feature-request (Fixed)
Progress bar for "move storage"
Reported by: | jonesmz@… | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | |
Keywords: | Cc: | lexotron314@…, 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 Changed 15 years ago by civmaniac@…
- Component changed from other to gtkui
- Milestone set to 1.2.0
- Version changed from 1.0.6 to 1.1.0
comment:2 Changed 14 years ago by neggelandia@…
- Priority changed from major to 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 Changed 14 years ago by andar
- Milestone changed from 1.2.0 to Future
- Version 1.1.0 deleted
comment:4 Changed 14 years ago by jasherai
+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 Changed 14 years ago by funkyflash
- Cc lexotron314@… added
- Summary changed from Progress bar for "more storage" to 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 Changed 12 years ago by Cas
- Milestone changed from Future to 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 Changed 12 years ago by s0undt3ch
@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 Changed 11 years ago by Cas
- Milestone changed from 1.3.x to 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:10 Changed 9 years ago by Cas
libtorrent 1.0 now has a moving_storage field in torrent_status
comment:11 Changed 9 years ago by Cas
- Component changed from GTK-UI to Core
- Resolution set to Fixed
- Status changed from new to closed
Fixed in develop: [62cca045be57a]
If we move to lt1.0 moving_storage can replace Torrent.moving_storage.
comment:12 Changed 9 years ago by Cas
- Milestone changed from 2.0.x to 2.0
comment:13 Changed 7 years ago by Cas
- Resolution Fixed deleted
- Status changed from closed to reopened
comment:14 Changed 7 years ago by Cas
- Resolution set to Fixed
- Status changed from reopened to 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.