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

Run external program parameters #3053

Closed
Shulander opened this issue May 18, 2015 · 11 comments
Closed

Run external program parameters #3053

Shulander opened this issue May 18, 2015 · 11 comments

Comments

@Shulander
Copy link

I have some issues with the external program parameters.
For a torrent with multiples files i dont receive the correct torrent path, Ex.:

torrent base path: d:\torrents
torrent name: My Torrent Name
torrent subdir: My.Torrent.Name

current parameters

%f: d:\torrents 
%n: My Torrent Name (it's not subdir)

suggestion

%f: d:\torrents\My.Torrent.Name
%n: My Torrent Name (it's not subdir)

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
Copy link
Member

ngosang commented May 20, 2015

Related to #1522, #1291 and #238.

@ngosang
Copy link
Member

ngosang commented May 23, 2015

These are the parameters in uTorrent:

@Yoshi900
Copy link

I would love to move from utorrent as well but i need these parameters to be passed through as well :)

@chrishirst
Copy link
Contributor

In some cases i can use the torrent name but there are torrents with different name and subdir.

Possibly because you have edited the 'name' (the task list caption) or edited the top most folder name.

@rd-su
Copy link

rd-su commented Jul 16, 2015

Please, improve this feature, so we can move from uTorrent... ;)

Thanks

@Chocobo1
Copy link
Member

Should we follow utorrent format (%F, %D, etc.)?
So that user won't have to change their script.

@ngosang
Copy link
Member

ngosang commented Jul 19, 2015

Should we follow utorrent format (%F, %D, etc.)?

I think yes. But we also can keep backwards compatibility:
%f = Torrent path = %D
%n = Torrent name = %N

@Chocobo1
Copy link
Member

Refer to PR #3457.

@rd-su
Copy link

rd-su commented Jul 19, 2015

@Chocobo1,

But if you and others also have some suggestion to make, would be nice... ;)

Thanks

@ngosang
Copy link
Member

ngosang commented Jul 19, 2015

@ruiumbelino you can suggest more parameters here #3457.

@sledgehammer999
Copy link
Member

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.

@qbittorrent qbittorrent locked and limited conversation to collaborators Feb 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants