mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Run external program parameters #2513
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#2513
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 @Shulander on GitHub (May 18, 2015).
I have some issues with the external program parameters.
For a torrent with multiples files i dont receive the correct torrent path, Ex.:
current parameters
suggestion
For my script i need the complete path (base path + subdir (d:\torrents\My.Torrent.Name)) in order to copy the file to another folder, but the parameter %f only has the base path (the path where all my torrents were downloaded) and i need the full path.
In some cases i can use the torrent name but there are torrents with different name and subdir.
Please add the subdir to the %f parameter or add a new parameter for the subdir.
Thank you.
@ngosang commented on GitHub (May 20, 2015):
Related to #1522, #1291 and #238.
@ngosang commented on GitHub (May 22, 2015):
These are the parameters in uTorrent:

@Yoshi900 commented on GitHub (Jun 10, 2015):
I would love to move from utorrent as well but i need these parameters to be passed through as well :)
@chrishirst commented on GitHub (Jun 10, 2015):
Possibly because you have edited the 'name' (the task list caption) or edited the top most folder name.
@rd-su commented on GitHub (Jul 16, 2015):
Please, improve this feature, so we can move from uTorrent... ;)
Thanks
@Chocobo1 commented on GitHub (Jul 19, 2015):
Should we follow utorrent format (
%F,%D, etc.)?So that user won't have to change their script.
@ngosang commented on GitHub (Jul 19, 2015):
I think yes. But we also can keep backwards compatibility:
%f = Torrent path = %D
%n = Torrent name = %N
@Chocobo1 commented on GitHub (Jul 19, 2015):
Refer to PR #3457.
@rd-su commented on GitHub (Jul 19, 2015):
@Chocobo1,
But if you and others also have some suggestion to make, would be nice... ;)
Thanks
@ngosang commented on GitHub (Jul 19, 2015):
@ruiumbelino you can suggest more parameters here #3457.
@sledgehammer999 commented on GitHub (Oct 25, 2015):
Most of these were implemented in #3457. However, in #3984 we discuss slight changes to them. If anyone has something to say please comment there.