mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Download order for magnet links resets on start #6
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#6
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 @BasioMeusPuga on GitHub (Aug 12, 2012).
Originally assigned to: @cdumez on GitHub.
If multiple torrents are added via magnet links and not explicitly started before a shutdown of qBittorrent, their order of download isn't remembered.
E.g. I add 5 torrents via clickable magnet links (1 2 3 4 5). I then rearrange them to 3 4 1 2 5 and then restart the application, the order will revert to 1 2 3 4 5.
I'm on qBittorrent 3.0.0 on an Arch x64 box.
@cdumez commented on GitHub (Aug 12, 2012):
Are those magnet torrents that have not received their metadata yet? For e.g., their size is still unknown?
@BasioMeusPuga commented on GitHub (Aug 12, 2012):
Yes. I guess that's what I meant by "not explicitly started".
Torrents which have received their metadata have their download order remembered just fine.