Skip to content

Commit

Permalink
Add note about backslash in JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 2, 2020
1 parent 72fbdaf commit 38fac0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ strange behaviour when controlled in this manner.
- `mpv_ext` - Enable usage of the external player by default. Default: `false`
- The external player may still be used by default if `libmpv1` is not available.
- `mpv_ext_path` - The path to the `mpv` binary to use. By default it uses the one in the PATH. Default: `null`
- If you are using Windows, make sure to use two backslashes. Example: `C:\\path\\to\\mpv.exe`
- `mpv_ext_ipc` - The path to the socket to control MPV. Default: `null`
- If unset, the socket is a randomly selected temp file.
- On Windows, this is just a name for the socket, not a path like on Linux.
Expand Down

0 comments on commit 38fac0c

Please sign in to comment.