Issue with tags script to write mkv metadata

Support for Windows users
Post Reply
trix
Posts: 1
Joined: 01 Oct 2021, 18:06

Issue with tags script to write mkv metadata

Post by trix »

Hi,

I'm trying to update the title in the mkv files with the data from the xattr metadata. mkvpropedit is already installed, but I get the following error for any file I try:

Code: Select all

D:\>filebot.exe -script fn:tags D:\videos
[TAG] Write [The Great Jahy Will Not Be Defeated! - 01 - The Great Jahy Can`t Go Back!] to [D:\videos\The Great Jahy Will Not Be Defeated! S01E01 - The Great Jahy Can`t Go Back!.mkv]
No such property: poster for class: net.filebot.web.SeriesInfo
Possible solutions: order
groovy.lang.MissingPropertyException: No such property: poster for class: net.filebot.web.SeriesInfo
Possible solutions: order
        at Script1.mkv(Script1.groovy:59)
        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_closure6.doCall(Script1.groovy:191)
        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:185)
        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)

Error (o_O)
Any ideas how to fix this?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issue with tags script to write mkv metadata

Post by rednoah »

Which database did you use when renaming the files?

Code: Select all

filebot -script fn:xattr /path/to/files

EDIT:

Fixed. Please try the latest revision with -script dev:xattr and confirm:
https://github.com/filebot/scripts/comm ... 6d8e5db59f
:idea: Please read the FAQ and How to Request Help.
Post Reply