[macOS] Set Finder Tags

How-to guides, frequently asked questions, not-so-obvious features, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[macOS] Set Finder Tags

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply