mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Selected files to be downloaded #5225
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#5225
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 @dkalyangoud on GitHub (Feb 12, 2017).
Please provide the following information
qBittorrent version and Operating System:
3.3.10 ; macOS 10.12.3
What is the problem:
Why do all the files get downloaded from a torrent, although i have selected only the desired ones?
What is the expected behavior:
After the metadata has been retrieved, we have an option to select the desired files for download from the Torrent information section.
Once the user selects the files, only those have to be downloaded ignoring the unchecked ones.
But qBittorrent downloads all the files irrespective of those unchecked.
Steps to reproduce:
Open any torrent file which has multiple files within for downloading.
After the metadata is retrieved, uncheck any file and process the torrent for download.
After download completion, check the folder to find even the unchecked file has been downloaded.
@thalieht commented on GitHub (Feb 12, 2017):
https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#I_configured_qBittorrent_to_not_download_some_files_in_a_torrent_but_they_still_appear_on_my_hard_disk_why_is_that
In some future version they will be hidden.
@dkalyangoud commented on GitHub (Feb 12, 2017):
@thalieht : the FAQ says it'll be partially downloaded, but i can see that the complete files are being downloaded even when they're unchecked. Isn't this a waste of bandwidth and disk space ?
I've used other torrent clients like μTorrent, and they seem to be fine while ignoring the unchecked items.
@thalieht commented on GitHub (Feb 12, 2017):
Well those files must be smaller than the torrent's piece size and thus there is no way to download less than the complete piece.
Other clients are downloading the required pieces from those files. They just hide them in some other file out of sight from the user and that is what qbt will do in the future as well.
@Havokdan commented on GitHub (Feb 12, 2017):
Utorrent, I have not used it for some time, but it creates a .dat file with these pieces, Vuze has the option to put those files in a separate folder and so on.
@thalieht commented on GitHub (Dec 23, 2017):
Duplicate of #2659
Version 4.0.x is released. It uses libtorrent 1.1.x which puts the unwanted part files in the hidden file
".<torrent_hash>.parts" which is put in the same folder as the root folder(if any) of the torrent.
For the moment it's not possible to put that file somewhere else.