The missing app bundle for Homebrew mpv.
First, You need to install mpv on macOS. Run the following command in the terminal:
brew install mpvNow, you can install mpv.app. Run the following command in the terminal:
curl -L https://raw.githubusercontent.com/9beach/mpv-app-bundle/main/install-raw.sh | bashIf you'd like to install mpv.app with a different icon (e.g., alternative-02.icns, /path-to/your-favorite-icon.icns), you can specify it using the MPV_APP_BUNDLE_ALT_ICON environment variable. Run this command instead:
curl -L https://raw.githubusercontent.com/9beach/mpv-app-bundle/main/install-raw.sh | MPV_APP_BUNDLE_ALT_ICON=alternative-02.icns bashAfter installation, you can find mpv.app in the /Applications folder and use context menu items to run media files.
For Lua scripts and settings for mpv, please visit mpv-config.


