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

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
AmitMa
Posts: 4
Joined: 22 Apr 2014, 09:28

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

Post 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 ?(?????)?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

YES

Code: Select all

{'Season '+s}
NO

Code: Select all

{'Season '+{s}
:idea: Please read the FAQ and How to Request Help.
AmitMa
Posts: 4
Joined: 22 Apr 2014, 09:28

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

Post by AmitMa »

It's working. thanks.
Post Reply