mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
New command line arguments for adding torrents are not recognized #5679
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#5679
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 @barnabyc on GitHub (Jun 18, 2017).
Please provide the following information
qBittorrent version and Operating System:
3.3.13 on Windows 10
What is the problem:
New command line arguments for adding torrents are not recognized.
What is the expected behavior:
--save-pathis a supported argumentSteps to reproduce:
qbittorrent.exe --save-path="d:\foo" bar.torrentReceive dialog stating:
Running
qbittorrent.exe -hdoes not list any of the new command line arguments.Extra info(if any):
The reason I was trying to use
--save-pathis that I read @briankendall's PR #5532 and realized it was included in release 3.3.13 https://github.com/qbittorrent/qBittorrent/compare/release-3.3.13...masterPerhaps it's not enabled yet?
@briankendall commented on GitHub (Jun 18, 2017):
It doesn't look like PR #5532 was included in 3.3.13. I think that's what release-3.3.13...master is showing? In any case, I don't see any of the new command line options mentioned when I execute
qbittorrent --help.@barnabyc commented on GitHub (Jun 18, 2017):
@briankendall Thanks for double-checking. I misread the releases page; the compare link above was from there, but the exact wording is "1420 commits to master since this tag". So your efforts will be in the next release. I'll close this now, and thanks for new options, I'm really excited to start automating more workflows with them!