We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e957a43 commit b39bb26Copy full SHA for b39bb26
README.md
@@ -19,7 +19,7 @@ usage: kodi-rpc [options] [method] [params [...]]
19
20
Notes:
21
- If connection-infos AND a config are omitted,
22
- "./kodi-rpc.conf" or "~/.config/kodi-rpc.conf" will be used if it exists
+ "./kodi-rpc.conf" or "/home/tadly/.config/kodi-rpc.conf" will be used if it exists
23
24
- For playerid you may use "active" as value.
25
kodi-rpc Player.PlayPause playerid active
@@ -31,6 +31,7 @@ Examples:
31
$ kodi-rpc Application.SetMute mute toggle
32
$ kodi-rpc Application.SetVolume volume increment
33
$ kodi-rpc Player.PlayPause playerid active
34
+ $ kodi-rpc Player.GetItem playerid active properties '["artist", "album", "title"]'
35
```
36
37
## Installation
0 commit comments