Manufacturer is empty.
Copyright of the font is empty.
Copyright information about this item matches. So that must be what the Finder is finding.
There is some metadata in the file for manufacturer, through. Finder doesn’t see it, Hazel doesn’t see it, but Font Explorer does. It then creates a meta tag file with the tag properly applied.
Here is the metadata for the font I am testing, which is Birra Stout from Darden Studios (mdls in Terminal):
- Code: Select all
com_apple_ats_name_family = (
Birra2
)
com_apple_ats_name_fond = (
"Birra2 Stout"
)
com_apple_ats_name_full = (
"Birra2 Stout"
)
com_apple_ats_name_postscript = (
"Birra2-Stout"
)
com_apple_ats_name_style = (
Stout
)
com_apple_ats_names = (
Birra2,
"Birra2 Stout",
"Birra2-Stout",
"Copyright (c) 2008-2016 by Darden Studio. All rights reserved.",
"Darden Studio",
Stout,
"Version 2.000"
)
kMDItemAuthors = (
"Darden Studio"
)
kMDItemContentCreationDate = 2018-10-22 04:33:04 +0000
kMDItemContentCreationDate_Ranking = 2018-10-22 00:00:00 +0000
kMDItemContentModificationDate = 2018-10-22 04:33:05 +0000
kMDItemContentType = "public.opentype-font"
kMDItemContentTypeTree = (
"public.opentype-font",
"public.font",
"public.opentype-font",
"public.data",
"public.item"
)
kMDItemCopyright = "Copyright (c) 2008-2016 by Darden Studio. All rights reserved."
kMDItemDateAdded = 2018-10-24 15:59:53 +0000
kMDItemDateAdded_Ranking = 2018-10-24 00:00:00 +0000
kMDItemDisplayName = "Birra2 Stout.otf"
kMDItemFonts = (
Birra2,
"Birra2 Stout",
"Birra2-Stout",
Stout
)
kMDItemFSContentChangeDate = 2018-10-22 04:33:05 +0000
kMDItemFSCreationDate = 2018-10-22 04:33:04 +0000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 0
kMDItemFSHasCustomIcon = (null)
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = (null)
kMDItemFSLabel = 0
kMDItemFSName = "Birra2 Stout.otf"
kMDItemFSNodeCount = (null)
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 138436
kMDItemFSTypeCode = ""
kMDItemInterestingDate_Ranking = 2018-10-22 00:00:00 +0000
kMDItemKind = "OpenType® font"
kMDItemLogicalSize = 138436
kMDItemPhysicalSize = 139264
kMDItemPublishers = (
"Darden Studio"
)
kMDItemVersion = "Version 2.000"
Darden is listed five times: three listings for "Darden Stdio" and two copyright references. Hazel is able to find only one instance, the second Copyright reference (note the different ©).

This is the same copyright listed in the Finder’s Get Info window:

Search terms that have not worked in Hazel:
Manufacturer of the font
Copyright of the font
Authors of this item
Publisher of this document
Description of the font
Version of the font
Vendor fo the font
Trademark fo the font
Finder can find at least three:
Copyright information about this item
Publisher of this document
Authors of this item

The font manufacturer is stored in the file in at least five places, but Hazel can only find one of them, and it's not the one I would like.
Edit: Hazel seems to be doing the same thing as the Finder, but the search had to match exactly. Searching for "Darden" failed, but searching for "Darden Studio" worked.


This means I am able to create a subfolder for Publisher (if the tag exists) but not Manufacturer. This is not ideal, but it is an improvement. Thanks for helping me follow through with this. I am constantly impressed with Hazel’s usefulness.