Skip to content

feat: add PATH fix for macOS, multi-language detection, and clip open/reveal actions - #42

Open
latif5 wants to merge 1 commit into
JayWebtech:mainfrom
latif5:feat/path-fixes-multilang-and-clip-actions
Open

feat: add PATH fix for macOS, multi-language detection, and clip open/reveal actions#42
latif5 wants to merge 1 commit into
JayWebtech:mainfrom
latif5:feat/path-fixes-multilang-and-clip-actions

Conversation

@latif5

@latif5 latif5 commented Aug 16, 2026

Copy link
Copy Markdown

Summary of Changes

  1. macOS PATH & Binary Discovery:

    • Fixed an issue where packaged .app bundles on macOS failed to find ffmpeg, ffprobe, yt-dlp, and whisper due to the restricted environment PATH assigned by macOS launch services.
    • Added startup PATH extension and resolve_binary() fallback across standard Homebrew (/opt/homebrew/bin, /usr/local/bin) and user bin paths.
  2. Multi-Language Transcription Auto-Detection:

    • Added detect_language=true to the Deepgram Nova-2 listening endpoint so non-English audio (such as Indonesian, Spanish, French, Japanese, etc.) is transcribed accurately instead of forcing English.
  3. Clip Open & Reveal Actions:

    • Added Open Clip button and interactive thumbnail play action to open rendered short video clips directly in the OS default media player.
    • Added Finder / Reveal in Finder button to reveal cut video files in macOS Finder / file manager.
    • Implemented native cross-platform open_file and show_in_folder Tauri backend commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants