Skip to content

Commit b39bb26

Browse files
committed
updated readme usage
1 parent e957a43 commit b39bb26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ usage: kodi-rpc [options] [method] [params [...]]
1919
2020
Notes:
2121
- If connection-infos AND a config are omitted,
22-
"./kodi-rpc.conf" or "~/.config/kodi-rpc.conf" will be used if it exists
22+
"./kodi-rpc.conf" or "/home/tadly/.config/kodi-rpc.conf" will be used if it exists
2323
2424
- For playerid you may use "active" as value.
2525
kodi-rpc Player.PlayPause playerid active
@@ -31,6 +31,7 @@ Examples:
3131
$ kodi-rpc Application.SetMute mute toggle
3232
$ kodi-rpc Application.SetVolume volume increment
3333
$ kodi-rpc Player.PlayPause playerid active
34+
$ kodi-rpc Player.GetItem playerid active properties '["artist", "album", "title"]'
3435
```
3536

3637
## Installation

0 commit comments

Comments
 (0)