https://github.com/9beach/mpv-app-bundle
The missing app bundle for Homebrew mpv.
https://github.com/9beach/mpv-app-bundle
Last synced: 8 months ago
JSON representation
The missing app bundle for Homebrew mpv.
- Host: GitHub
- URL: https://github.com/9beach/mpv-app-bundle
- Owner: 9beach
- Created: 2024-05-26T07:32:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:40:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T20:45:53.339Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpv-app-bundle
The missing app bundle for Homebrew [mpv](https://github.com/mpv-player/mpv).
# Installation
First, You need to install **mpv** on macOS. Run the following command in the terminal:
```bash
brew install mpv
```
Now, you can install **mpv.app**. Run the following command in the terminal:
```bash
curl -L https://raw.githubusercontent.com/9beach/mpv-app-bundle/main/install-raw.sh | bash
```
If 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 ALT_ICON environment variable. Run this command instead:
```bash
curl -L https://raw.githubusercontent.com/9beach/mpv-app-bundle/main/install-raw.sh | ALT_ICON=alternative-02.icns bash
```
After installation, you can find **mpv.app** in the `/Applications` folder and use context menu items to run media files.


For [Lua](https://www.lua.org) scripts and settings for mpv, please visit
[mpv-config](https://github.com/9beach/mpv-config).
