mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
[Wishlist] Status indicators for file moving operations #5263
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#5263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 25, 2017).
I download torrents to SSD in an "incomplete" folder, and then when my downloads are finished, they get moved to my NAS. The transfer can take a considerable amount of time for 50+GB torrents, but there is no indication of what the progress is within qBittorrent.
There is another scenario where this would be helpful. If you have a bunch of active torrents, and go into qBittorrent's options and change where incomplete files are stored, everything that is currently active stalls out while all of the incomplete torrent content gets moved over to the new location (this process is actually very slick.. kudos). This can take a very long time if there's a lot of active torrents, and it would be really nice to get an idea of how long it will take.
I would suggest adding another status category "Moving", with a progress bar, alongside downloading/seeding/paused/etc
Thanks
@coolio2013 commented on GitHub (Feb 26, 2017):
+1
-an user initiated closing of qbt must be considered as well, while a move is active. A crash while moving is really bad (storing source and target and completion in .fastresume to continue would be awesome)
-since quite a while, only the entire payload (say, a complete folder) is moved, not file by file any more
-finally: moves should be put into the LOG, with source and target and when it is finished
But I assume, all is probably a matter of libtorrent, except logging.
Thanks devs!
@thalieht commented on GitHub (May 3, 2017):
#508 duplicate
@thalieht commented on GitHub (Jul 25, 2018):
Closing as duplicate of #508.