{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiemo74dbe6tc5saigvggu2ifus2vt3aqlelkzubxmq4djhtvljcgi",
    "uri": "at://did:plc:lzgnpm3hqvq6ff5dickagnyy/app.bsky.feed.post/3mi4sdxela7t2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreid7lmctgzb5k7vcdxnb3wa46t4u35q7jvqmx5k5gkwdcjqizne4su"
    },
    "mimeType": "image/png",
    "size": 231875
  },
  "description": "Back in 2007 Apple released Mac OS X Leopard, which introduced a bunch of cool features including Quick Look. This allowed users to select a file and hit the space bar to preview it in the finder, which is awesome but it also made it so that audio and video files have a play button smack dab in the middle that you have to avoid to actually click the icon.\n\nI hate this feature and I have never once used it intentionally.\n\nAs is so often the case, there is in fact a terminal command you can run to",
  "path": "/blog/removing-macoss-icon-sized-movie-player/",
  "publishedAt": "2026-03-28T14:02:58.000Z",
  "site": "https://birchtree.me",
  "textContent": "Back in 2007 Apple released Mac OS X Leopard, which introduced a bunch of cool features including Quick Look. This allowed users to select a file and hit the space bar to preview it in the finder, which is awesome but it also made it so that audio and video files have a play button smack dab in the middle that you have to avoid to actually click the icon.\n\nI hate this feature and I have never once used it intentionally.\n\nAs is so often the case, there is in fact a terminal command you can run to get rid of this feature.\n\n## How to disable the feature\n\n`defaults write com.apple.finder QLInlinePreviewMinimumSupportedSize -int 99999`\n\nThen restart the Finder by running `killall Finder` and the change will be in place.\n\n## What this is doing\n\nBasically, macOS has a setting that will only show the inline preview on icons of a certain size. It's unset by default, so all icons in icon view, no matter the size, show the preview. By setting it to 99999, you're setting the minimum size so high that you'll never get close to having an icon big enough to hit the threshold.\n\nAnd don't worry, this does not impact the ability to hit spacebar on an icon to see a large preview of it.\n\n## How to bring it back\n\nIf you ever decide you miss this feature, you can bring it back by deleting the setting with this command:\n\n`defaults delete com.apple.finder QLInlinePreviewMinimumSupportedSize`\n\nThen run `killall Finder` to have the setting restored.",
  "title": "Removing macOS's icon-sized movie player",
  "updatedAt": "2026-03-28T14:02:58.416Z"
}