Writing xattr
Posted: 29 Jan 2018, 23:32
Is there a script to write xattr to a file without otherwise touching it or renaming it?
The use case would be to handle episodes not appropriately recognized, for example:
and other fringe cases like so.
The best use I can find is to combine it with the -list command.
I may have missed something but the following invocation:
requires the file to be renamed, and --format '{fn}' skips the rename since the original already exists.
The use case would be to handle episodes not appropriately recognized, for example:
Code: Select all
show.s003e01.mkv => Specials - S00E01
show.s01e03.mkv => S01E02
show.s01e03.real.mkv => S01E03The best use I can find is to combine it with the -list command.
I may have missed something but the following invocation:
Code: Select all
filebot -list -rename --action test --filter 'whatever' filename.mkv