I am having trouble getting the unrar function working in qbittorrent. I went through multiple posts and I’m pretty sure I did everything right but I had no luck getting archives to unrar.
I added unrar x “%F/.r ” “%F/” inside qbt (Run external program on torrent finished)
But nothing is happening. I think I have the correct version of qbt.
I am running the container through portainer I don’t know if this affects anything.
Same here. It was working properly a few versions ago and suddenly it stopped working.
My run external program command is:
unrar x -o- -r "%F"/*.rar "%F"/
This is what the logs are showing:
[ls.io-init] done.
UNRAR 6.12 freeware Copyright (c) 1993-2022 Alexander Roshal
No files to extract
UNRAR 6.12 freeware Copyright (c) 1993-2022 Alexander Roshal
No files to extract
UNRAR 6.12 freeware Copyright (c) 1993-2022 Alexander Roshal
No files to extract
If I echo the command instead of running it, it shows the proper values for the variables and if I run that output inside the container ti actually works.
I’m using the latest image available at this time, but this has been going on for at least a month.