I've been trying to run a qbittorrent-filebot script on unraid. I don't understand how to edit the file to make it do what I want.
1. I would like it to clean up any left over folders after sorting. I believe this is achieved with --def clean=y\ but it doesn't seem to run the script if i make the change even after restarting the docker, do i have the --def clean in the wrong spot'?
2. Is there a way to have it move the file but not sort files into categories e.g. TV shows=> XXX show => Season 1 etc
On qbittorrent the following commands are set to run external command /data/filebot/fb.sh "%F" "%N" "%L"
tronder wrote: ↑03 Jun 2024, 22:52
1. I would like it to clean up any left over folders after sorting. I believe this is achieved with --def clean=y\ but it doesn't seem to run the script if i make the change even after restarting the docker, do i have the --def clean in the wrong spot'?
What does the log say when it doesn't work?
tronder wrote: ↑03 Jun 2024, 22:52
2. Is there a way to have it move the file but not sort files into categories e.g. TV shows=> XXX show => Season 1 etc
tronder wrote: ↑03 Jun 2024, 22:52
1. I would like it to clean up any left over folders after sorting. I believe this is achieved with --def clean=y\ but it doesn't seem to run the script if i make the change even after restarting the docker, do i have the --def clean in the wrong spot'?
What does the log say when it doesn't work?
So When I edit the script the script seems to not run after a download. I tried changing the 0 to 1 at the top and all diffrent combinations. but if i don't edit the script, this is what it says in the log
tronder wrote: ↑03 Jun 2024, 22:52
2. Is there a way to have it move the file but not sort files into categories e.g. TV shows=> XXX show => Season 1 etc
The console output does NOT show --def clean=y passed along. The clean up behaviour is thus not enabled.
Where did you copy your code from? The --def artwork=y option is being passed in correctly, the value you are passing is /media/y and this will always evaluate to false since it's not y: