Skip to content
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

qbittorrent not saving the torrent file when adding through WebUI without starting the torrent but saves in UI #9970

Open
Rathna-K opened this issue Dec 5, 2018 · 11 comments
Labels
Waiting info Waiting for participants to supply more info/fulfill template requirements WebUI WebUI-related issues/changes

Comments

@Rathna-K
Copy link

Rathna-K commented Dec 5, 2018

As the Title says, qbittorrent not saving the torrent file when adding through WebUI when the "Start Torrent" settings is turned off. But adding the same torrent through Desktop UI and unchecking the "Start Torrent" saves the torrent in Torrents folder.

@glassez
Copy link
Member

glassez commented Dec 5, 2018

Do you really add .torrent file or just Magnet link?

@glassez glassez added the WebUI WebUI-related issues/changes label Dec 5, 2018
@Rathna-K
Copy link
Author

Rathna-K commented Dec 5, 2018

Good question. in both cases Magnet link. sorry for the confusion.

@glassez
Copy link
Member

glassez commented Dec 5, 2018

qBittorrent can't save torrent file since there is no metadata until you start torrent. But "Add new torrent" dialog from Desktop UI preloads metadata for magnet links (unless you close it earlier).

@Rathna-K
Copy link
Author

Rathna-K commented Dec 5, 2018

Yes should it follow the same method and either show a similar dialog/ call in Web UI or download the meta data without starting the torrent?

@glassez
Copy link
Member

glassez commented Dec 6, 2018

I don't think it's that easy to implement. It seems that the cost-benefit ratio will be very low. @Piccirello?

@Rathna-K
Copy link
Author

Rathna-K commented Dec 6, 2018

If showing the dialog is costly, at least save/ download the metadata/ torrent file automatically without starting the torrent?

@glassez
Copy link
Member

glassez commented Dec 6, 2018

at least save/ download the metadata/ torrent file automatically without starting the torrent?

Why do you really need it?
It's not as easy as it seems at first glance...
In addition, the only reason qBittorrent preloads metadata for magnet links is only to show a list of files (and other info) in the "Add new torrent" dialog.

@Rathna-K
Copy link
Author

Rathna-K commented Dec 6, 2018

Thats the reason I need it. when you add though the WebUI there is no way to see the files or sizes in that magnet file till it starts downloading. it would be really great if the same functionality is available in API and downloads the torrent or at least lets you know the list of files and sizes.

@Rathna-K
Copy link
Author

any further thoughts @glassez ?

@glassez
Copy link
Member

glassez commented Dec 17, 2018

any further thoughts @glassez ?

I'm not web developer so I can't implement GUI-like "Add new torrent" dialog in Web UI (we have no similar behavior even in case of adding .torrent files).
I also find it unacceptable to download metadata for 'paused' torrent (after it is added to session).

@luzpaz
Copy link
Contributor

luzpaz commented Oct 28, 2023

Related to #19498

@luzpaz luzpaz added the Waiting info Waiting for participants to supply more info/fulfill template requirements label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting info Waiting for participants to supply more info/fulfill template requirements WebUI WebUI-related issues/changes
Projects
None yet
Development

No branches or pull requests

3 participants