Page 1 of 1

AMC excluding my files

Posted: 23 Feb 2016, 12:29
by juanghurtado
I'm having some issues while trying to sort my files with filebot (v4.6.1) and amc script.

Code: Select all

~
❯ filebot -script fn:amc --output "/Users/juanghurtado/Desktop/amc" --action keeplink -non-strict "/Users/juanghurtado/Desktop/input" --log-file amc.log --def excludeList=amc.txt
Locking /Users/juanghurtado/.filebot/logs/amc.log
Run script [fn:amc] at [Tue Feb 23 13:24:47 CET 2016]
Parameter: excludeList = amc.txt
Argument: /Users/juanghurtado/Desktop/input
Using excludes: /Users/juanghurtado/Desktop/amc/amc.txt (0)
Exclude: /Users/juanghurtado/Desktop/input/LEGO DC Super Heroes. La liga de la justicia. La invasion de Brainiac (2016).mkv
Exclude: /Users/juanghurtado/Desktop/input/The Walking Dead 6x10 - El nuevo mundo.mkv
No files selected for processing
Failure (°_°)
What am I doing wrong?

Re: AMC excluding my files

Posted: 24 Feb 2016, 01:41
by rednoah
Are you using empty files for testing? The amc script will exclude files that are too small or videos that are too short.

Re: AMC excluding my files

Posted: 24 Feb 2016, 07:22
by juanghurtado
Damn… That's exactly what I was doing, since I was on my work laptop, with no real video files.

Thanks for your help!