Page 1 of 1

[macOS] Set Finder Tags

Posted: 14 Jun 2021, 15:50
by rednoah
The Set Finder Tags allows you to add a series of tags to your movie and episode files to make them more accessible in Finder.


e.g. export Finder tags for existing files:

Shell: Select all

filebot -find /input --apply finder
Screenshot

By default, the list of tags for each file is generated by the following format expression:

Format: Select all

FileBot
{ movie; 'Movie' }
{ episode; anime ? 'Anime' : 'TV Show' }
{ movie; genre }
{ movie; '★' * (rating / 2).round() }
{ y }
{ hd == 'UHD' && hdr ? 'HDR 4K' : null }


:idea: The default tags defined by the format above are experimental and subject to change. Please provide feedback if you would like to see different tags by default.