Page 1 of 1

batch extract

Posted: 01 Apr 2016, 11:38
by Ztrust
Hi Rednoah

I am trying to use

Code: Select all

filebot -extract "/D:/Utorrent/Sonarr" --output "/D:/Utorrent/Sonarr Drone" -r 
to unpack archieves after I read this but filebot unpacks the same archieves over and over again, is there a way to create a history list,so as to only extract new archieves. Ive tried with the exclude list option from on of the other scripts, but of course it dident work

this is from the release page
FileBot 4.5.3
* Batch "Extract" will now only extract new files

is there a way to use batch extract ?

Re: batch extract

Posted: 01 Apr 2016, 12:53
by rednoah
Seems to be working fine:

Code: Select all

$ filebot -extract *.zip
Read archive [Sissi.zip] and extract to [Sissi]
Extracting files [Sissi/Sissi.mkv]

$ filebot -extract *.zip
Read archive [Sissi.zip] and extract to [Sissi]
Skipped extracting files [Sissi/Sissi.mkv]

I'd guess that it has something to do with your weird paths. Windows path starting with /D: is probably not a good idea.

Re: batch extract

Posted: 01 Apr 2016, 12:58
by Ztrust
ok i think i have misunderstood, it will only skip if the extracted file already exists ?

ive run this

Code: Select all

filebot -extract "/D:/Utorrent/Sonarr" --output "/D:/Utorrent/Sonarr Drone" -r
first time it extracts all

second time skips all because the extracted files exsist, when i delete the extracted files and run again they all get extracted again ?