An open API service indexing awesome lists of open source software.

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.

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.

![mpv app bundle](mpv-app-bundle.jpg)

alt text

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

![mpv app bundle](modernx.png)