# MPV

## 安装

```bash
pacman -S mingw-w64-ucrt-x86_64-mpv
```

## 配置

在 `mpv.exe` 所在目录新建一个 `scripts` 目录，将 [autoload.lua](https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua) 放在这里。

更多脚本，请参考 <https://github.com/mpv-player/mpv/wiki/User-Scripts>。
