I have a problem with using the awesome filebot.
I have a folder which include all types of files (.mp4, .rar, .zip, .mkv, folder)
See the screenshot attached as an example how i start:
INPUT FOLDER (SOURCE)

Then i want to use following cmd line with a .bat
Code: Select all
filebot -script fn:amc --output "C:\Users\*****\Downloads\Test Folder Filebot\Output" --log-file amc.log --action copy -non-strict "C:\Users\*****\Downloads\Test Folder Filebot\Input" --def subtitles=en --def artwork=y --def music=y --def pushbullet=***** --def deleteAfterExtract=y --def clean=y --def excludeList=amc.txt
Code: Select all
--def deleteAfterExtract=y --def clean=y
ok i start the script that is the output what filebot creates:
OUTPUT FOLDER

seems fine but.....
subtitles werent downloaded

as well as the input folder were all the source data was looks now like that:

the .zip file is deleted (as well as the extracted files from the zip)
but the .mp4 and the folder with the .mkv file is still there and wasnt deleted,
So two question:
1) how can i automatically delete not zipped/rared files after processing?
2) what went wrong with the subtitles. in my previous test runs it worked now it did not anymore
3) how can i extract the log of the cmd script which is running. it closes to fast after finishing so i cant copy paste it somewhere.
thanks for your help