24 lines
583 B
Markdown
24 lines
583 B
Markdown
# ⚠️ This is a public mirror
|
|
|
|
Main repo is self hosted on gitea
|
|
|
|
# mpv Discord RPC
|
|
For updating discord music status when playing with mpv
|
|
|
|
## Note
|
|
For Linux only
|
|
|
|
|
|
### Build
|
|
```
|
|
cd scripts
|
|
./build.sh
|
|
|
|
# this creates mpv-discord-rpc binary in the root project folder
|
|
```
|
|
|
|
Running the built binary `mpv-discord-rpc` the first time will create the config file in `~/.config/mpv-discord-rpc`, fill in the config with the correct data:
|
|
- `client_id`: Your own created discord application's `application id`
|
|
- `music_folders`: The folder(s) of music that you want discord to see
|
|
|