Attributes
- [xattr:net.filebot.metadata] Movie or Episode object (as to remember which file is which movie or episode for future reference)
- [xattr:net.filebot.filename] Original file name (as to remember the original file name for future reference)
- [xattr:net.filebot.mediainfo] MediaInfo table (as to remember the mediainfo table for quick access)
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. Please read Plain File Mode and Re-organize previously organized files using local xattr metadata for details and examples on how to re-match files to previously stored xattr metadata.Disable this feature via the -no-xattr command-line flag:
Shell: Select all
-no-xattr
Shell: Select all
filebot -script fn:properties --def useExtendedFileAttributes=false
Configure FileBot to store xattr metadata in plain text files instead of filesystem xattr streams:
Shell: Select all
filebot -script fn:properties --def net.filebot.xattr.store=.xattr
Shell: Select all
filebot -script fn:properties --def net.filebot.xattr.store=/path/to/.metadata
Unset the net.filebot.xattr.store property to restore the original behaviour:
Shell: Select all
filebot -script fn:properties --def net.filebot.xattr.store=
View or Clear Extended Attributes
with the filebot command-line tool:
View xattr for files:
Shell: Select all
filebot -script fn:xattr /path/to/files
Shell: Select all
filebot -script fn:xattr /path/to/files --def name="value"
Shell: Select all
filebot -script fn:xattr /path/to/files --def net.filebot.mediainfo= net.filebot.mediainfo.mtime=
Shell: Select all
filebot -script fn:xattr /path/to/files --action clear
Shell: Select all
filebot -script fn:xattr /path/to/files --action prune