Skip to content

The Eclectic Light Company

Macs, painting, and more
Main navigation
  • Downloads
  • M1 & M2 Macs
  • Mac Problems
  • Mac articles
  • Art
  • Macs
  • Painting
hoakley July 9, 2021 Macs, Technology

Finder’s metadata puzzles

Finder remains, for all its warts and quirks, an amazingly powerful front end to what’s stored on your Mac. When it comes to metadata, it can be highly informative and at the same time deeply puzzling. This article looks at three different ways Finder presents file metadata, and their peculiarities.

Get Info

Select any file (or folder) and press Command-I to see the Get Info dialog.

findermeta01

Depending on the type of file selected, you should also see in the More info section anything from a blank to this detail for a music track.

Thumbnail Information

If you use the Finder’s Column View and select a file, below its QuickLook thumbnail is another list of information about that item. What is shown again depends on the file type, and for the same music track matches that shown in the Get Info dialog.

findermeta02

List view columns

Depending on where that file is, if you switch the Finder window to List View and Control-click on any of the column headers, you’ll be shown a list of metadata which can be viewed in columns. At first sight, this appears to include the same categories as shown in the Get Info dialog and thumbnail information, but look closely and it isn’t. This list lacks Audio channels and Sample rate, but adds Rating and Track number.

findermeta03

Preview Options

To see the options for displaying metadata of any given file type, find a file of that type and Control-click on it for the contextual menu. Select the Show Preview Options command, and you’ll see a list of the metadata categories which you can select from. But there’s something very strange going on here: the moment that you open Preview Options, the Information displayed under the thumbnail changes to match what’s selected in the list, which is different again from what’s shown in Get Info, thumbnail information, or the options for columns in List view. And the moment you close Preview Options, the information displayed flips back to what it was showing before, which isn’t what’s selected here.

findermeta04

Selected folders only

The final oddity is that extended options for columns in List view only apply to certain folders. In your ~/Documents folder, there are only the standard metadata to choose from. In ~/Movies, ~/Music and ~/Pictures the Finder offers extended options according to the types of file it expects to find there. Not only that, but you can sometimes cheat the Finder into offering those extensions in another folder if you rename it to one of those standard names, and that can persist after you have changed to name to something else.

What to do?

As far as I can see, these behaviours are set by the Finder’s code, its preference file com.apple.finder.plist (which contains many lists of metadata which could be involved), and hidden files such as .desktop.ini and the dreaded .DS_Store (which is so secret that it isn’t shown even when hidden files are listed). I’ve looked for a third-party utility which might be able to take control and iron out some of the strangeness, but can’t find any.

Maybe metadata are just supposed to be a mystifying maze.

Share this:

  • Twitter
  • Facebook
  • Reddit
  • Pinterest
  • Email
  • Print

Like this:

Like Loading...

Related

Posted in Macs, Technology and tagged .DS_Store, Big Sur, Finder, macOS 11, metadata. Bookmark the permalink.

14Comments

Add yours
  1. 1
    winmaciek on July 9, 2021 at 10:44 am

    Excellent article, as always. I wasn’t fully aware of the customisation options available when using non-list view options.
    Personally, I prefer using the Inspector (⌘+⌥+I) rather than Get Info as the former updates its contents whenever file selection changes.

    LikeLiked by 1 person

    • 2
      hoakley on July 9, 2021 at 6:09 pm

      Thank you. Yes, that floating window version of Get Info is ideal when you want to inspect a series of items.
      Howard.

      LikeLike

  2. 3
    Milo on July 9, 2021 at 4:18 pm

    Not related to metadata, but here is another Finder puzzle. Make finder save the viewing preferences for a mounted dmg or sparsebundle. Specifically try to change the settings to list view and make that setting permanent so that it still applies on the the next mount of the volume.

    It’s possible. You have to select and deselect settings in a specific order. Unfortunately I can never remeber the correct order ¯\_(ツ)_/¯ .

    LikeLiked by 1 person

    • 4
      hoakley on July 9, 2021 at 6:11 pm

      Thank you. For that I recommend C-Control’s DropDMG, which is the most complete tool available.
      Howard.

      LikeLike

      • 5
        Milo on July 9, 2021 at 9:33 pm

        Thank you for the suggestion. I am sure DropDMG is a very good app. But it’s a little bit overkill to just change the view setting of a dmg every now and then.

        I found the article that describes how to convince Finder to change the default view. It was suprisingly hard to find it again. Maybe someone finds this useful.

        http://hints.macworld.com/article.php?story=20100924054732907

        According to the aricle the bug was first introduced in Snow Leopard. Seems to be one of those famous regression bugs.

        LikeLiked by 1 person

        • 6
          hoakley on July 9, 2021 at 10:26 pm

          Thanks for that link.
          If you make DMGs with any frequency, DropDMG does a great deal more than just fix view settings – it’s the only specialist app, and make Disk Utility look greatly underpowered. It’s also excellently supported.
          I have no commercial association with C-Command, although DropDMG’s developer is Michael Tsai, who’s very well known in the community.
          Howard.

          LikeLike

  3. 7
    Duncan on July 9, 2021 at 5:58 pm

    For me, the most infuriating aspect of the Get Info panel is its reporting on file size, or inconsistent failure thereof. I rely heavily on that piece of information when copying/moving files around and for comparing what might be duplicates, etc. When doing so for a sufficiently-large folder full of data, the Get Info panel will first present no information while it’s busy calculating the size (so far so good), but will then on many occasions present a number that may or may not get revised later when you’re not watching.

    The reporting of data size should be binary, in all senses of the word. Either show the correct value or don’t show anything at all. Anything in between is worse than useless, as it presents false information that might cause incorrect actions on behalf of the user as a result.

    I thought APFS was supposed to solve this problem but apparently not.

    LikeLiked by 1 person

    • 8
      hoakley on July 9, 2021 at 6:45 pm

      Thank you.
      One of APFS’s many original features was the near-instant calculation of folder sizes. Unfortunately, in the implementation this became a special feature which apparently has to be set when a folder is first created, and it’s not something which has been exposed to the user. I still don’t understand why this isn’t both simpler and more reliable, though.
      Howard.

      LikeLike

    • 9
      John Gilbert on July 10, 2021 at 4:13 am

      I don’t think there is such a thing as “the correct value” for file and folder sizes, particularly with APFS.

      For a folder is the correct value: a) the sum of used bytes in each file, b) the sum of space occupied on disk by the blocks of each file, c) the sum of space occupied on disk but reduced to account for some files sharing disk blocks.

      For your purposes (comparing files for duplicates) you are interested in the space used by the file content and not the space occupied on disk. But when deleting files to increase free space you would want the space used on the disk.

      LikeLiked by 1 person

      • 10
        hoakley on July 10, 2021 at 6:30 am

        Thank you.
        The Finder already sets its standard for this: it produces a byte count for each file, and the space occupied on disk. It ignores any savings obtained by using clones or sparse files, and excludes extended attributes, which are stored in the file system metadata rather than the file itself.
        Yet it seems unable to calculate the sums of those for folders without delay and correction. Why?
        Howard.

        LikeLike

        • 11
          Duncan on July 11, 2021 at 3:42 pm

          The Finder’s standard for file size is as it should be, as that’s what the info panel is for. The user selected a file or folder *in the Finder*, and should expect ‘Finder-appropriate’ values for their inquiry. Yes, there are other meanings to what a file/folder size might be, as John Gilbert points out, but those values are more useful for a task when managing disk space or other file-system operations.

          (A different solution, albeit non-Apple-like, would be an expanded Info panel that shows all types of size data. I used to have the ‘Super Get Info’ utility which might show that, but it’s been years, and beyond what the typical Info inquiry requires.)

          As for APFS having the sizes pre-calculated, these days that should be a given. Spotlight computes far more data analysis on files already; how hard should it be to include the byte count and store that as well?

          LikeLiked by 1 person

        • 12
          hoakley on July 11, 2021 at 7:21 pm

          Thank you.
          Can I offer you the alternative of my free Precize, which even tells you the space occupied by extended attributes, and whether a sparse file, etc.?
          Howard.

          LikeLike

  4. 13
    John Gilbert on July 10, 2021 at 4:34 am

    Path Finder’s list view presents more choice for columns and sorting. And PF is more consistent than Finder in that it doesn’t have different rules for special folders.

    Better than Finder? Yes for metadata, but not perfect. And I find PF rather cumbersome to use compared with Finder.

    LikeLiked by 1 person

    • 14
      hoakley on July 10, 2021 at 6:33 am

      Thank you.
      Yes, Path Finder is an option. As you write, it comes at a cost of being significantly more cumbersome. It also isn’t free and so deeply integrated into macOS (see also Open and Save dialogs, for example).
      Howard.

      LikeLike

·Comments are closed.

Quick Links

  • Downloads
  • Mac Troubleshooting Summary
  • M1 & M2 Macs
  • Mac problem-solving
  • Painting topics
  • Painting
  • Long Reads

Search

Monthly archives

  • February 2023 (10)
  • January 2023 (74)
  • December 2022 (74)
  • November 2022 (72)
  • October 2022 (76)
  • September 2022 (72)
  • August 2022 (75)
  • July 2022 (76)
  • June 2022 (73)
  • May 2022 (76)
  • April 2022 (71)
  • March 2022 (77)
  • February 2022 (68)
  • January 2022 (77)
  • December 2021 (75)
  • November 2021 (72)
  • October 2021 (75)
  • September 2021 (76)
  • August 2021 (75)
  • July 2021 (75)
  • June 2021 (71)
  • May 2021 (80)
  • April 2021 (79)
  • March 2021 (77)
  • February 2021 (75)
  • January 2021 (75)
  • December 2020 (77)
  • November 2020 (84)
  • October 2020 (81)
  • September 2020 (79)
  • August 2020 (103)
  • July 2020 (81)
  • June 2020 (78)
  • May 2020 (78)
  • April 2020 (81)
  • March 2020 (86)
  • February 2020 (77)
  • January 2020 (86)
  • December 2019 (82)
  • November 2019 (74)
  • October 2019 (89)
  • September 2019 (80)
  • August 2019 (91)
  • July 2019 (95)
  • June 2019 (88)
  • May 2019 (91)
  • April 2019 (79)
  • March 2019 (78)
  • February 2019 (71)
  • January 2019 (69)
  • December 2018 (79)
  • November 2018 (71)
  • October 2018 (78)
  • September 2018 (76)
  • August 2018 (78)
  • July 2018 (76)
  • June 2018 (77)
  • May 2018 (71)
  • April 2018 (67)
  • March 2018 (73)
  • February 2018 (67)
  • January 2018 (83)
  • December 2017 (94)
  • November 2017 (73)
  • October 2017 (86)
  • September 2017 (92)
  • August 2017 (69)
  • July 2017 (81)
  • June 2017 (76)
  • May 2017 (90)
  • April 2017 (76)
  • March 2017 (79)
  • February 2017 (65)
  • January 2017 (76)
  • December 2016 (75)
  • November 2016 (68)
  • October 2016 (76)
  • September 2016 (78)
  • August 2016 (70)
  • July 2016 (74)
  • June 2016 (66)
  • May 2016 (71)
  • April 2016 (67)
  • March 2016 (71)
  • February 2016 (68)
  • January 2016 (90)
  • December 2015 (96)
  • November 2015 (103)
  • October 2015 (119)
  • September 2015 (115)
  • August 2015 (117)
  • July 2015 (117)
  • June 2015 (105)
  • May 2015 (111)
  • April 2015 (119)
  • March 2015 (69)
  • February 2015 (54)
  • January 2015 (39)

Tags

APFS Apple AppleScript Apple silicon backup Big Sur Blake bug Catalina Consolation Console diagnosis Disk Utility Doré El Capitan extended attributes Finder firmware Gatekeeper Gérôme HFS+ High Sierra history of painting iCloud Impressionism iOS landscape LockRattler log logs M1 Mac Mac history macOS macOS 10.12 macOS 10.13 macOS 10.14 macOS 10.15 macOS 11 macOS 12 macOS 13 malware Mojave Monet Monterey Moreau MRT myth narrative OS X Ovid painting Pissarro Poussin privacy realism Renoir riddle Rubens Sargent scripting security Sierra SilentKnight SSD Swift symbolism Time Machine Turner update upgrade Ventura xattr Xcode XProtect

Statistics

  • 13,789,579 hits
Blog at WordPress.com.
Footer navigation
  • About & Contact
  • Macs
  • Painting
  • Language
  • Tech
  • Life
  • General
  • Downloads
  • Mac problem-solving
  • Extended attributes (xattrs)
  • Painting topics
  • Hieronymus Bosch
  • English language
  • LockRattler: 10.12 Sierra
  • LockRattler: 10.13 High Sierra
  • LockRattler: 10.11 El Capitan
  • Updates: El Capitan
  • Updates: Sierra, High Sierra, Mojave, Catalina, Big Sur
  • LockRattler: 10.14 Mojave
  • SilentKnight, silnite, LockRattler, SystHist & Scrub
  • DelightEd & Podofyllin
  • xattred, Metamer, Sandstrip & xattr tools
  • 32-bitCheck & ArchiChect
  • T2M2, Ulbow, Consolation and log utilities
  • Cirrus & Bailiff
  • Taccy, Signet, Precize, Alifix, UTIutility, Sparsity, alisma
  • Revisionist & DeepTools
  • Text Utilities: Nalaprop, Dystextia and others
  • PDF
  • Keychains & Permissions
  • LockRattler: 10.15 Catalina
  • Updates
  • Spundle, Cormorant, Stibium, Dintch, Fintch and cintch
  • Long Reads
  • Mac Troubleshooting Summary
  • LockRattler: 11.0 Big Sur
  • M1 & M2 Macs
  • Mints: a multifunction utility
  • LockRattler: 12.x Monterey
  • VisualLookUpTest
  • Virtualisation on Apple silicon
  • LockRattler: 13.x Ventura
Secondary navigation
  • Search

Post navigation

Francisco Goya: 3 Enter the Maja
Reject: Eakins’ unsightly medical history

Begin typing your search above and press return to search. Press Esc to cancel.

  • Follow Following
    • The Eclectic Light Company
    • Join 3,133 other followers
    • Already have a WordPress.com account? Log in now.
    • The Eclectic Light Company
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Copy shortlink
    • Report this content
    • View post in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    %d bloggers like this: