Exclude list problem
Posted: 12 Jan 2014, 20:46
Hi, I don't know way, maybe some recent change, maybe not, filebot don't works anymore, any time I try to rename a file via CLI, exclude list come into the argument, but no one has called it
Let's make an example
The script:
The log:
Maybe I miss some update for the CLI, or I made something wrong?
J

Let's make an example
The script:
Code: Select all
filebot -script fn:amc "/media/TwoTera/Download/vari/jumanji.avi" --output "/media/TwoTera/Multimedia" --action move --conflict fail -non-strict --def music=n --log-file amc.log --def artwork=n --def "seriesFormat=Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}" "movieFormat=Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}" --lang it
Code: Select all
Locking /home/xbmc/.filebot/logs/amc.log
Parameter: music = n
Parameter: artwork = n
Parameter: seriesFormat = Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}
Parameter: movieFormat = Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}
Argument: /media/TwoTera/Download/vari/jumanji.avi
Exclude: /media/TwoTera/Download/vari/jumanji.avi
Done ヾ(@⌒ー⌒@)ノ
J