mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Magnets with names are always saved to /tmp #1197
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#1197
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 @ValdikSS on GitHub (Feb 8, 2014).
If you try to download a single-file torrent with magnet link with embedded name, e.g.
magnet:?xt=urn:btih:5ZKUZWEBW24Z4DWJGZWHE2CLKTV4JXEU&dn=20140207%20Sochi%20otkrytiye%20igr.ts
It would always be downloaded to /tmp/magnet_id/file_name
But if you remove file name from the magnet, e.g.
magnet:?xt=urn:btih:5ZKUZWEBW24Z4DWJGZWHE2CLKTV4JXEU
everything works as it should. You can download the file wherever you want.
Steps to reproduce:
Expected result:
Torrent file downloads to /home
Actual result:
Torrent file downloads to /tmp/ee554cd881b6b99e0ec9366c72684b54ebc4dc94
@ValdikSS commented on GitHub (Feb 8, 2014):
qBittorrent 3.1.8
libtorrent-rasterbar 1:0.16.12
ArchLinux
@sledgehammer999 commented on GitHub (Feb 8, 2014):
It was fixed with libtorrent 0.16.13 See #994
@ValdikSS commented on GitHub (Feb 8, 2014):
Oh, sorry for the duplicate.