mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Load torrent metadata by magnet, hash... in qBittorrent-nox #15846
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#15846
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 @NikcN22 on GitHub (Jun 17, 2024).
Suggestion
Add an API that will take magnet, hash and so on as a parameter and return torrent metadata.
Use case
This will allow to create a window for selecting the priority of the torrent content at the stage of adding a torrent using a magnet-link, hash and so on
Extra info/examples/attachments
No response
@Piccirello commented on GitHub (Jun 29, 2024):
I'm going to explore implementing this. Once this API exists, other work will still be needed to allow for the modification of content priority when adding a torrent.
@NikcN22 commented on GitHub (Jun 30, 2024):
Thank you very much!
I understand what you are talking about. Of course, it would be ideal if the .../torrent/add method had an option to set file priority. However, using the available APIs and a couple of tools, you can set the priority of files when adding a new torrent.
@sdugoten commented on GitHub (Jun 30, 2024):
would torrent meta also include file contents inside the magnet link and allow you to choose which files to download?
@Piccirello commented on GitHub (Jun 30, 2024):
The metadata will include file contents. Support for selecting which files to download would need to be added to the add torrent API and will not be part of this work.
@sdugoten commented on GitHub (Jun 30, 2024):
I was about to migrate from Deluge to qBittorrent-nox, and the only thing keep me from moving to qBittorent-nox is the lack of magnet preview content.............
Most of the Anime BT site only provide magnet link, and a lot of those magnet link might include way more files than you want to download. Having a way to preview the magnet link content and choose what to download just like the qBittorent Windows client would be prefect.
@Piccirello commented on GitHub (Jun 30, 2024):
Totally understand the use case. Just FYI, you're able to do accomplish today but with more steps. When adding the torrent you can tell qBittorrent to pause downloading once the metadata has been received. That way you can select the content you want before any files have been downloaded. You can also set this as the default option in qBittorrent's preferences.
@sdugoten commented on GitHub (Jul 1, 2024):
Wonder if there is any bounty I can put so that some free developer can work on something like this for a magnet preview content before download on WEB UI? Yes, I really want to move away from deluge...so bad that I am willing to put a bounty to get this done.
The following is the magnet preview window from a BT client called Xunlei Thunder. The preview window even have sorting and file extension type filtering based on what file type are in the content. It also comes with a working directory hierarchy which you can just click on a check box to select all files within that folder. Partial selection for that folder will display a "-" sign instead of a check mark to indicate only partial files are selected.
I have yet seen another BT client with a magnet/torrent file content preview window as user friendly as this one. I think the only missing thing in the window below is the category/tag which allow you to pick whatever category/tag you want.
@NikcN22 commented on GitHub (Jul 1, 2024):
I have already implemented this functionality for torrent files in qBittorrent remote GUI for macOS. For now, this functionality is in the alpha testing stage, but some things can be tested now.

@sdugoten commented on GitHub (Jul 1, 2024):
If you can give me the version that comes with that option, I am happy to test it. Too bad it's only Mac only. I use both PC and Mac.
@Piccirello commented on GitHub (Sep 21, 2024):
Here's what I've been working on for the WebUI. It's nearly 1:1 with the experience provided by the GUI.
@sdugoten commented on GitHub (Sep 21, 2024):
I can't wait to see it. This will be an awesome replacement for deluge.
@sdugoten commented on GitHub (Oct 9, 2024):
Just curious if we are going to get this new web UI in v5.0? Thanks.
@Piccirello commented on GitHub (Oct 9, 2024):
v5.0 has already shipped, but I'm aiming to get this in v5.1.
@NikcN22 commented on GitHub (Nov 12, 2024):
Do you have an approximate release date of v5.1?
@ackvf commented on GitHub (Nov 16, 2024):
I don't understand why this is being ignored so much, yet it is being requested times and time again. Surely it also can't be such a difficult request, since the functionality is already there. We just need a way to Pause automatically, without manual interaction.
#7605 #929
@xavier2k6 commented on GitHub (May 25, 2025):
ANNOUNCEMENT!
For anybody coming across this "Feature Request" & would like/love to see a potential implementation in the future!
Here are some options available to you:
Please select/click the 👍 &/or ❤
reactionsin the original/opening post of this ticket.Please feel free (If you have the "skillset") to create a "Pull Request" implementing what's being requested in this ticket.
(new/existing contributors/developers are always welcome)
DO:
DO NOT:
(These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)
@sdugoten commented on GitHub (Jun 17, 2025):
I saw v5.1 is now available. I wonder how do I turn on the magnet preview content feature?
@thalieht commented on GitHub (Jun 17, 2025):
First of, the linked PR was just merged. Of course you won't see it in a current release, probably in 5.2 And secondly this issue was about the WebAPI. #21645 will do the WebUI part.