after the upgrade to 4.7.2 i have this error:
"seriesFormat " is not a valid identifier
on my script that worked perfectly since then:
Code: Select all
filebot -script fn:amc --output "$HOME/Disco" --log-file amc.log --action move --conflict override -non-strict -no-xattr "$HOME/ArrivoDL" --def "seriesFormat = path/{n.space('.')}/{episode.special ? 'Specials' : \"Serie.\${s.pad(2)}\"}/{n.space('.')}.{episode.special ? 'S00E'+special.pad(2) : s00e00}{'.'+vf.match(/720[pP]|1080[pP]/)}" --def minFileSize=0 minLengthMS=0
Thanks in advantage