diff --git a/views/commands.html b/views/commands.html new file mode 100644 index 0000000..5ca8360 --- /dev/null +++ b/views/commands.html @@ -0,0 +1,231 @@ + + + +

 

+ +
+

Kodi API

+ +

All commands are for a single kodi instance unless multiple hosts are setup in the kodi-hosts.config.js file and method is set to POST.

+ +
+

Playback Control

+ +

GET /{action}?q={parameter}

+ +

Actions

+ +

Playback

+ + + +

Playback

+ + + +

Volume

+ + + +

Subtitles \ Audio

+ + +
+ +
+

Media Control

+ +

GET /{action}?q={parameter}&e={parameter2}&delay={delay}

+ +

*delay is an optional command

+ +

Actions

+ +

TV

+ + + +

Movies

+ + + +

Music

+ + + +

Files

+ + + +

Now Playing

+ + +
+ +
+

TV Control

+ +

GET /{action}?q={parameter}

+ +

Actions

+ +

PVR

+ + + +

TV

+ + +
+ +
+

Addon & Favorite Control

+ +

GET /executeaddon?q={addon_name}

+ +

GET /playyoutube?q={youtube_title}

+ +

GET /playfavourite?q={favourite_name}

+
+ +
+

System Control

+ +

GET /{action}?q={parameter}

+ +

Actions

+ +

Navigation

+ + + +

Power

+ + + +

Misc

+ + +
+ +
+

Multi-User Control

+ +

POST /{action}?q={parameter}

+ +

Headers

+ + + +

Body

+ + +
+ + +
+ +