artwork.tvdb "Locally"

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Boutzo
Posts: 6
Joined: 01 Jan 2025, 00:27

artwork.tvdb "Locally"

Post by Boutzo »

I've cloned the repository and are tweaking some of the scripts to my liking but artwork.tvdb "Unaltered" throws up this error.

Error: Select all

No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.detectSeries() is applicable for argument types: (ArrayList) values: [[Y:\_preprocess\Book of Boba Fett, The (2021)\Season 1\Book of Boba Fett, The (2021)- S01E01 - Chapter 1? Stranger in a Strange Land.mkv, ...]]
groovy.lang.MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.detectSeries() is applicable for argument types: (ArrayList) values: [[Y:\_preprocess\Book of Boba Fett, The (2021)\Season 1\Book of Boba Fett, The (2021)- S01E01 - Chapter 1? Stranger in a Strange Land.mkv, ...]]
        at Script1$_run_closure1.doCall(Script1.groovy:28)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at net.filebot.cli.ScriptShellMethods.eachMediaFolder(Unknown Source)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at Script1.run(Script1.groovy:13)
        at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
        at net.filebot.cli.ScriptShell.runScript(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
        at net.filebot.Main.main(Unknown Source)
It works with the regular command

Shell: Select all

filebot -script fn:artwork.tvdb "/path to files"
I'm just trying to alter how some of the files are named and to grab what other databases can't get.
Boutzo
Posts: 6
Joined: 01 Jan 2025, 00:27

Re: artwork.tvdb "Locally"

Post by Boutzo »

Edit:

If I add --q "series ID" it picks up some artwork but misses banners and Season posters that I know are there.
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: artwork.tvdb "Locally"

Post by rednoah »

:?: Are you using a recent release? What does filebot -script fn:sysinfo say?
:idea: Please read the FAQ and How to Request Help.
Post Reply