Details:
- [xattr:net.filebot.metadata] Episode or Movie Object (as json)
- [xattr:net.filebot.filename] Original filename
- [basic:creationTime] Episode airdate or Movie release year (disabled by default for compatibility reasons)
Usage:
FileBot and other programs have the original filename and all episode / movie metadata available regardless how the file is named. Sure nice to have full metadata instantly / offline available should you need it.
Disable this feature via the -no-xattr command-line flag:
Code: Select all
-no-xattr
Code: Select all
filebot -script fn:properties --def useExtendedFileAttributes=false
(requires FileBot 4.8.5) Configure FileBot to store xattr metadata in plain text files instead of filesystem xattr streams:
Code: Select all
filebot -script fn:properties --def net.filebot.xattr.store=.xattr

support both native filesystem xattr and .xattr folders by default.
View or Clear Extended Attributes
with the filebot command-line tools and xattr script:
Code: Select all
filebot -script fn:xattr /path/to/files