Änderungen

Zur Navigation springen Zur Suche springen
166 Bytes hinzugefügt ,  20:13, 27. Sep. 2016
Zeile 62: Zeile 62:  
== JSON-RPC API ==
 
== JSON-RPC API ==
   −
Auf Kodi kann man auch mittels JSON-API zugreifen. Beispiel:
+
Auf Kodi kann man auch mittels JSON-API zugreifen. Beispiele:
    
   curl  --header 'Content-Type: application/json' --data-binary '{ "id": 1, "jsonrpc": "2.0", "method": "Player.GetActivePlayers" }' 'http://kodibox:8080/jsonrpc'
 
   curl  --header 'Content-Type: application/json' --data-binary '{ "id": 1, "jsonrpc": "2.0", "method": "Player.GetActivePlayers" }' 'http://kodibox:8080/jsonrpc'
 +
  curl  --header 'Content-Type: application/json' --data-binary '{ "id": 1, "jsonrpc": "2.0", "method": "JSONRPC.Version" }' 'http://nuckie.fritz.box:8080/jsonrpc'
 +
    
Einen Überblick der vorhandenen Methoden gibt
 
Einen Überblick der vorhandenen Methoden gibt

Navigationsmenü