i try:
Code: Select all
filebot -rename --q “24:\ Live\ Another\ Day” --format "{n} {s00e00}" --db thetvdb --filter “s == 9” /volume1/Descargas/AUTOMATIC\ LIBRARY/24/*.*
thanks
Code: Select all
filebot -rename --q “24:\ Live\ Another\ Day” --format "{n} {s00e00}" --db thetvdb --filter “s == 9” /volume1/Descargas/AUTOMATIC\ LIBRARY/24/*.*
Code: Select all
NAS> filebot -rename --q “24:\ Live\ Another\ Day” --format "{n} {s00e00}" --db thetvdb . --filter “s == 9” /volume1/Descargas/AUTOMATIC\ LIBRARY/24/*.*
MultipleCompilationErrorsException: startup failed:
Script4.groovy: 1: Invalid variable name. Must start with a letter but was: “s
. At [1:1] @ line 1, column 1.
“s
^
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script4.groovy: 1: Invalid variable name. Must start with a letter but was: “s
. At [1:1] @ line 1, column 1.
“s
^
1 error
at net.sourceforge.filebot.format.ExpressionFilter.<init>(ExpressionFilter.java:30)
at net.sourceforge.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:86)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:87)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
Code: Select all
filebot -rename --q 24:\ Live\ Another\ Day --filter s==9 --format "{n} {s00e00}" -non-strict --db thetvdb /volume1/Descargas/AUTOMATIC\ LIBRARY/24/*.*