Page 1 of 1

[Windows-AMC] "Finished without processing any files"

Posted: 24 Oct 2014, 08:42
by AmitMa
Hi. I'm Trying to run a script, but the script failed.

This is the log:

Code: Select all

Parameter: seriesFormat = Z:/TV Shows/{n}/{'Season '+{s}/{fn}
Parameter: movieFormat = Z:/Movies/{n} ({y})/{fn}
Parameter: music = n
Parameter: artwork = y
Parameter: pushover = *****
Parameter: clean = y
Parameter: excludeList = amc-input.txt
Parameter: ut_label = 
Parameter: ut_state = 
Parameter: ut_title = 
Parameter: ut_kind = 
Parameter: ut_file = 
Parameter: ut_dir = Z:\Temp
Input: Z:\Temp\Arrow.S03E02.Sara.720p.WEB-DL.DD5.1.H.264-BS.mkv
Group: [tvs:arrow] => [Arrow.S03E02.Sara.720p.WEB-DL.DD5.1.H.264-BS.mkv]
ScriptException: SyntaxError: missing token: }
Finished without processing any files
Failure (°_°)
This is filebot -script fn:sysinfo output:

Code: Select all

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
FileBot 4.5 (r2612)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 1 Core / 247 MB Max Memory / 11 MB Used Memory
OS: Windows 7 (x86)
Done ?(?????)?

Re: [Windows-AMC] "Finished without processing any files"

Posted: 24 Oct 2014, 12:07
by rednoah
YES

Code: Select all

{'Season '+s}
NO

Code: Select all

{'Season '+{s}

Re: [Windows-AMC] "Finished without processing any files"

Posted: 25 Oct 2014, 19:23
by AmitMa
It's working. thanks.