Operator == not aceepted anymore after update to 4.1
Posted: 10 Jun 2014, 14:53
Hi,
after updating to Filebot 4.1 I get this error :
This is my command:
As of the output of the filebot command, here it is:
I would really appreciate your help. Thanks!
after updating to Filebot 4.1 I get this error :
Code: Select all
javax.script.ScriptException: SyntaxError: missing token: }
Code: Select all
filebot -script fn:amc "/media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS" --output "/media" --log-file /home/pyload/.pyload/Logs/logfbot.txt --conflict auto -non-strict --action test --def "movieFormat=anarky/MOVIES/{n==primaryTitle ? n.upperInitial().space('.') : primaryTitle.upperInitial().space('.')+'.(.'+n.upperInitial().space('.')+'.).'}.{y}.{vf}.{source}.{vc}.{ac}{'-'+group}/{n == primaryTitle ? n.upperInitial().space('.') : primaryTitle.upperInitial().space('.')+'.(.'+n.upperInitial().space('.')+'.).'}.{y}.{vf}.{source}.{vc}.{ac}{'-'+group}{if (ext == 'srt') '.'+lang}" "seriesFormat=hush/SERIES/{n}/{'Season '+s}/{if (ext == 'srt') 'Subs/'}{n.space('.')}.{'S'+s.pad(2)}E{e.pad(2)}.{t.space('.')}.{vf}.{source}.{vc}.{ac}{'-'+group}{if (ext == 'srt') '.'+lang}" clean=y artwork=n subtitles=en,de,fr deleteAfterExtract=y ignore=hotfolder
Code: Select all
Parameter: movieFormat = anarky/MOVIES/{n
Parameter: seriesFormat = hush/SERIES/{n}/{'Season '+s}/{if (ext
Parameter: clean = y
Parameter: artwork = n
Parameter: subtitles = en,de,fr
Parameter: deleteAfterExtract = y
Parameter: ignore = hotfolder
Parameter: gmail = *****
Parameter: mailto = *****
Argument: /media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS
Input: /media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS/Kung.Fu.Panda.Legends.of.Awesomeness.S03E16.The.Eternal.Chord.1080p.WEB.DL.DD5.1.H.264.BS.mkv
Group: [tvs:kung fu panda legends of awesomeness] => [Kung.Fu.Panda.Legends.of.Awesomeness.S03E16.The.Eternal.Chord.1080p.WEB.DL.DD5.1.H.264.BS.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS/Kung.Fu.Panda.Legends.of.Awesomeness.S03E16.The.Eternal.Chord.1080p.WEB.DL.DD5.1.H.264.BS.mkv
Get [German] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS/Kung.Fu.Panda.Legends.of.Awesomeness.S03E16.The.Eternal.Chord.1080p.WEB.DL.DD5.1.H.264.BS.mkv
Get [French] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /media/hush/Downloads/Kung Fu Panda Legends of Awesomeness S03E16 The Eternal Chord 1080p WEB DL DD5 1 H 264-BS/Kung.Fu.Panda.Legends.of.Awesomeness.S03E16.The.Eternal.Chord.1080p.WEB.DL.DD5.1.H.264.BS.mkv
javax.script.ScriptException: SyntaxError: missing token: }
Finished without processing any files
Failure (°_°)