saving crc32 to xattr

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cheaters
Posts: 214
Joined: 09 Oct 2016, 02:01

saving crc32 to xattr

Post by cheaters »

I have a post download script that uses `crc32` for filenames. Since it's costly to run that while renaming files I was hoping FB would save that in xattr data alongside the metadata. Yet I don't see it in the .xattr directory:
net.filebot.filename
net.filebot.metadata
I don't see it store inside the file xattr either.

:?: Is there a method I am missing?
:?: I remember seeing a forum entry a few years back about crc32 and checking files over time but can't locate that now to reference.

Thank you.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: saving crc32 to xattr

Post by rednoah »

You can pre-compute CRC32 checksums and store them to xattr via the verify script:
viewtopic.php?p=12396#p12396
:idea: Please read the FAQ and How to Request Help.
Post Reply