Inhaltsverzeichnis

Kodi

RPC

Diashow starten

{
	"jsonrpc": "2.0",
	"id": 1,
	"method": "Player.Open",
	"params": {
		"item": {
			"directory": "smb://FILESERVER/dokumente/Fotos/Chronik 2016/2016-02-25 Bilderschau Gartenroas/"
		}
	}
}

TV Kanäle

{
"jsonrpc": "2.0",
"id": 1,
"method": "PVR.GetChannels",
"params": {
	"channelgroupid": 1,
	"properties": ["channel", "channeltype", "thumbnail", "broadcastnow", "broadcastnext"]
}
}