Filter does not works with movies in AMC
Posted: 12 Apr 2015, 07:31
Hi,
I'm using the AMC script with some filters, which works fine for series but doesn't for movies.
Command:
Output:
So it's ignore the filter, but when I using the same command line with a series as argument, it works and the output contains a line like this:
Any idea what's the problem?
I'm using the AMC script with some filters, which works fine for series but doesn't for movies.
Command:
Code: Select all
filebot -no-xattr -script fn:amc --log-file amc.log --action test -non-strict --conflict auto --def skipExtract=n --def deleteAfterExt
ract=n --def "seriesFormat={n}/Season {s.pad(2)}/{n} - {sxe} movieFormat={n} ({y})/{n} ({y})" --output c:\seed\something someMovie --filter "!n.contains('Seed')"
Code: Select all
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
Parameter: skipExtract = n
Parameter: deleteAfterExtract = n
Parameter: seriesFormat = {n}/Season {s.pad(2)}/{n} - {sxe} movieFormat={n} ({y})/{n} ({y})
Argument: c:\seed\something
Input: c:\seed\something\movieName.mkv
Exclude: c:\seed\something\movieName.nfo
Exclude: c:\seed\something\movieName.sfv
movieName.mkv [series: Seed, movie: movieName]
Unable to differentiate: [movieName.mkv] => [Seed] VS [movieName]
Group: [tvs:null, mov:null, anime:null] => [movieName.mkv]
Finished without processing any files
Failure (┬░_┬░)
Code: Select all
Apply Filter: {!n.contains('Seed')}