https://github.com/remko/qlmka
macOS Quick Look plugin for Matroska `.mka` files
https://github.com/remko/qlmka
album-art album-cover finder macos matroska quick-look
Last synced: 3 months ago
JSON representation
macOS Quick Look plugin for Matroska `.mka` files
- Host: GitHub
- URL: https://github.com/remko/qlmka
- Owner: remko
- License: mit
- Created: 2022-01-16T08:45:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T15:32:47.000Z (about 2 years ago)
- Last Synced: 2025-07-06T10:07:34.725Z (3 months ago)
- Topics: album-art, album-cover, finder, macos, matroska, quick-look
- Language: C
- Homepage:
- Size: 139 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `qlmka`: A macOS Quick Look plugin to display Matroska `.mka` covers
This plugin adds support for showing thumbnails of Matroska `.mka` files in macOS Finder.
It uses a [custom Matroska parser](https://github.com/remko/go-mkvparse) for efficient scanning.## Installation
1. Download and unpack the correct binary for your OS from the [Releases page](https://github.com/remko/qlmka/releases)
2. Move the `MKA.qlgenerator` package to `~/Library/QuickLook`. In Finder, use Cmd+Shift+G to enter
the target path if necessary.
3. Restart Finder: Ctrl-Option-clicking the Finder icon in the dock, and choose 'Relaunch'.## Development
Build the plugin:
make
Install the plugin:
make install
Test the plugin:
make test-thumbnail-jpg
make test-thumbnail-png