Page 1 of 1

artwork.tvdb "Locally"

Posted: 20 Feb 2025, 22:52
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.

Re: artwork.tvdb "Locally"

Posted: 20 Feb 2025, 23:10
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.

Re: artwork.tvdb "Locally"

Posted: 21 Feb 2025, 02:31
by rednoah
:?: Are you using a recent release? What does filebot -script fn:sysinfo say?