-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "remove File" to UI & API #21253
Conversation
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 |
Thanks for the explanation, @Chocobo1. Maybe I was overthinking this and a solution to my problem already exists:
My take from above: For 2) - nothing, works perfect as it is For 3) - I think it would make sense that ongoing downloads also go to the /temp location in cases where the rest of the download has already been completed. What I wonder is how big of a change that would be. If we have a Points 3) and 1) may be related. If we delete .unwanted files when moving to the completed-folder, then an additional (previously unwanted) file is downloaded, but then again marked as as "do not download", this file will completed/.unwanted folder, since the move has already taken place (and the additional download, as per point 3) goes directly to the completed folder). Therefore for 1), rather than doing the deletion of the .unwanted folder together with the moving from temp->completed, I think the setting "delete .unwanted" folder should be called every time when the download gets to 100% (completed)... If done this way, 3) and 1) are completely independent, and it would also work in setups where users do not use temp-locations. Wydt? |
No, you should not delete unwanted files, not automatically nor manually. Because it breaks integrity of adjacent pieces. Which means:
Good news are, you do save the space. After the files deletion and recheck, the broken pieces will be redownloaded into the Ideally, we need to be able to move adjacent pieces into the |
This PR is stale because it has been 60 days with no activity. This PR will be automatically closed within 7 days if there is no further activity. |
By design, qBit does not remove data when setting files to "Do not download".
If users do not want these files, they need to remove them manually from the operating system.
The idea of this PR is to add an additional menu entry, whereby files can explicitly be removed.
This helps in two regards:
The proposal I'd have is that we add a menu entry, maybe like in the picture below.
This would hit a new API end point /fileRemove.
I have started having a go, and would appreciate