v19 Translating Kodi paths to filesystem paths (and back again)
#16
I stand corrected! This: http://127.0.0.1:9091/#lab/api-browser/

does eventually return if I'm lucky and very very patient. And lists something like (though it seems never to stop spinning the wheel in the Firefox tab):

json:

{
    "jsonrpc": "2.0",
    "method": "Playlist.OnClear",
    "params": {
        "data": {
            "playlistid": 0
        },
        "sender": "xbmc"
    }
}{
    "jsonrpc": "2.0",
    "method": "Playlist.OnAdd",
    "params": {
        "data": {
            "item": {
                "id": 229106,
                "type": "song"
            },
            "playlistid": 0,
            "position": 0
        },
        "sender": "xbmc"
    }
}{
    "jsonrpc": "2.0",
    "method": "Playlist.OnAdd",
    "params": {
        "data": {
            "item": {
                "id": 229107,
                "type": "song"
            },
            "playlistid": 0,
            "position": 1
        },
        "sender": "xbmc"
    }
}...
Reply

Logout Mark Read Team Forum Stats Members Help
Translating Kodi paths to filesystem paths (and back again)0