https://github.com/wopian/mpv-config
⚙️ Personal mpv configuration
https://github.com/wopian/mpv-config
config mpv
Last synced: 9 months ago
JSON representation
⚙️ Personal mpv configuration
- Host: GitHub
- URL: https://github.com/wopian/mpv-config
- Owner: wopian
- License: unlicense
- Created: 2017-02-18T12:17:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T20:58:25.000Z (12 months ago)
- Last Synced: 2025-04-11T20:07:06.433Z (9 months ago)
- Topics: config, mpv
- Language: Lua
- Homepage:
- Size: 69.3 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mpv config
[![release badge]][release]
## Usage
Requires the following font to be installed on the system: `Alte Haas Grotesk Regular`
### Windows
#### Install
```console
cd $HOME/AppData/Roaming/mpv
git init .
git remote add -t \* -f origin https://github.com/wopian/mpv-config
git checkout master
```
#### Update
```console
git -C $HOME/AppData/Roaming/mpv pull
```
### BSD, Linux & MacOS
#### Install
```console
cd ~/.config/mpv
git init .
git remote add -t \* -f origin https://github.com/wopian/mpv-config
git checkout master
```
#### Update
```console
git -C ~/.config/mpv pull
```
## Example
[diff.pics comparison](http://diff.pics/UasGxbWi3k4W/1)
### Config

### Default (0.24.0)

[release]:https://github.com/wopian/mpv-config/releases
[release badge]:https://flat.badgen.net/github/release/wopian/mpv-config