Skip to content

v0.8.0 — Export Bundle & Show in Finder

Choose a tag to compare

@one-soft-engineer one-soft-engineer released this 15 Jul 12:32
· 307 commits to main since this release

Highlights

📦 Export Bundle

File ▸ Export Bundle… collects a project and every audio file it references into one self-contained folder (<name>/<name>.cuelist + media/). Hand the folder to someone else and, on any machine, opening the .cuelist inside just works — no relink. Duplicate files are copied once, name collisions are auto-renamed, and any media that can't be located is flagged before export so you can continue or cancel.

🔎 Show in Finder

The media list's right-click menu gains Show in Finder, revealing a clip's file at its real on-disk location. It even follows files that moved or whose bookmark no longer resolves, and greys out only when the file is genuinely gone.

Under the hood

  • Project schema v16 adds an optional per-media bundlePath (bundle-only; normal .cuelist files are unchanged) with a migration from v15.
  • Media location now shares one two-step locator (bookmark → cached path → bundle), so playback, reveal, and bundle-open stay consistent.

Install

  1. Download OnlyCue-0.8.0.dmg.
  2. Open the DMG and drag OnlyCue into your Applications folder.
  3. First launch: macOS blocks the app ("Apple could not verify 'OnlyCue' is free of malware…"). Open System Settings → Privacy & Security, scroll to Security, and click Open Anyway next to the OnlyCue notice; confirm and authenticate. (Or run xattr -dr com.apple.quarantine /Applications/OnlyCue.app in Terminal.) Future launches are silent.

Why the extra step? OnlyCue is currently distributed without a paid Apple Developer ID signature. The app and DMG are unsigned but otherwise unmodified. You can also build from source (see the README).

Requires macOS 14.0 or later.