AMC excluding my files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
juanghurtado
Posts: 2
Joined: 23 Feb 2016, 12:27

AMC excluding my files

Post 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?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC excluding my files

Post 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.
:idea: Please read the FAQ and How to Request Help.
juanghurtado
Posts: 2
Joined: 23 Feb 2016, 12:27

Re: AMC excluding my files

Post 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!
Post Reply