mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
prefetch torrent size without having to download parts of it #5339
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#5339
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 @allanlaal on GitHub (Mar 16, 2017).
Use case:
I add hundreds of new torrents (using magnet links) with the intent of downloading them some day, but not just yet, so I add them in Paused state
Expected behaviour:
I see the name and size of each of these new torrents
Actual behavior:
I see the name, but Size is 0B
Workaround:
I temporarily set "active downloads" to 999
then pause all torrents
then resume the new torrents so a piece of them would get downloaded in order for the size to update
then quickly pause the new torrents that got their sizes updated so the next batch would begin downloading and to avoid downloading too much of a torrent by ordering torrents by size DESC and select from first until the last one that has a size (has to be repeated every time a size is updated)
then wait eons until this process is done
then figure out what downloads were active before I had to pause all
@thalieht commented on GitHub (Jul 26, 2018):
You want to download the metadata to get that info not a piece. Closing as duplicate of #929.