kodi-json-rpc-interface
Table of Contents
Kodi JSON-RPC Interface
Access interface
$ telnet kodi-host 9090
Initiate video library scan for specific directory
{
"jsonrpc": "2.0",
"method": "VideoLibrary.Scan",
"params": {
"directory": "smb://server/share/Directory/Subdirectory"
},
"id": "test"
}
kodi-json-rpc-interface.txt · Last modified: by baumi
