Files
mpv-discord-rpc/README.md
2025-12-21 20:31:21 +09:00

31 lines
749 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
```
### Run
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
### Sample
<video width="720" controls>
<source src=".github/assets/example.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>