init
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user