Search found 4 matches

by Mrtoyotaco
02 Nov 2019, 15:10
Forum: Scripting and Automation
Topic: Filebot extract only
Replies: 6
Views: 4735

Re: Filebot extract only

rednoah wrote: 02 Nov 2019, 05:35 Also make sure you don't type code in MS Word or similar document editors. ;)

YES:

Code: Select all

"..."
NO:

Code: Select all

“...”
:idea: viewtopic.php?t=1899
Yeah. I was on my phone. Not sure why it made the quotes look like backticks.
by Mrtoyotaco
01 Nov 2019, 20:04
Forum: Scripting and Automation
Topic: Filebot extract only
Replies: 6
Views: 4735

Re: Filebot extract only

. would refer to the current working directory but NOT necessarily the parent folder of the archive being extracted. You could use the extract script to run extract commands for each file with different output directory. :?: Why are we using filebot though? Using find and 7z commands would be a muc...
by Mrtoyotaco
01 Nov 2019, 18:46
Forum: Scripting and Automation
Topic: Filebot extract only
Replies: 6
Views: 4735

Re: Filebot extract only

Calling filebot -extract /path/to/files will only extract the given files and folders. As for details on qBT integration, you'll have to see how qBT passes variables to scripts. Using the amc script qBT integration as example, this should work: filebot -extract -r "%F" --output "/pat...
by Mrtoyotaco
01 Nov 2019, 16:44
Forum: Scripting and Automation
Topic: Filebot extract only
Replies: 6
Views: 4735

Filebot extract only

I have a docker container of filebot running on my unraid server along with sonarr, radarr, plex, Jackett and qbitt. All of the automation works wonderfully except radarr not being able to automatically extract rar’s. I have used filebot amc in the past. But, I’d prefer to just set a command in qbit...