My understanding is that FileBot saves only the file original name, the file original directory and the destination in the history file, bundling elements into sequences in case a single run processes more files.
My question would then be: is it possible to modify this behavior in some way to allow the collection of arbitrary information on processed files in the history file?
In case this isn't, can a similar result be achieved via the exec command? For example by committing certain information to an sqlite or csv file, or even better, to a temporary one?
More information on processed files
More information on processed files
I only work in black and sometimes very, very dark grey. (Batman)
Re: More information on processed files
Yes, absolutely. I'd love it if people could start writing and sharing --def exec scripts:
Code: Select all
--def exec="my-add-file-hook {quote f, original, json}"

Re: More information on processed files
What's the information within the json?
I only work in black and sometimes very, very dark grey. (Batman)
Re: More information on processed files
All the object metadata that is stored as xattr, like movie name/year/id/etc.