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

Syntax of after finished download task #21078

Closed
christianmerges opened this issue Jul 15, 2024 · 1 comment
Closed

Syntax of after finished download task #21078

christianmerges opened this issue Jul 15, 2024 · 1 comment

Comments

@christianmerges
Copy link

qBittorrent & operating system versions

qBittorrent 4.6.3 x64
Ubuntu 24.04

What is the problem?

If I put the following command to run after finished download

find "%F/" -type f -name "*.rar" -exec unrar x -o+ {} \;

I get the following error in the console log:

find: -exec requires an argument

Steps to reproduce

  1. put the follwoing into "run expternal program after finished downlaod":
    find "%F/" -type f -name "*.rar" -exec unrar x -o+ {} \;
  2. wait for a download to finish

Additional context

The goal of the command is to look for all the rar-files in the torrent directory and extract them at the same location as the rar file and overwrite existing files without asking.

Log(s) & preferences file(s)

I think the main issue is that there is something to escape or not to escape corectly.

@christianmerges
Copy link
Author

christianmerges commented Jul 24, 2024

I replaced the command with the docker container of the tool called golift/unpackerr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant