2020-05-18, 18:49
I'm trying to use JSON commands from my integration controller to control Kodi. I have most everything working. I am stumped on Netflix though.
I have a command that will open the app which is:
In AeonNox, it will open directly to my user account without asking who I am which is ideal. So I pulled the code I could find from Aeon and came up with this:
Unfortunately this does nothing.
I don't have a deep understanding of JSON, so if someone can help correct my syntax, that would be awesome.
I have a command that will open the app which is:
Code:
{"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"addonid":"plugin.video.netflix","params":{"command":"activate"}},"id":1}
In AeonNox, it will open directly to my user account without asking who I am which is ideal. So I pulled the code I could find from Aeon and came up with this:
Code:
{"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"addonid":"plugin.video.netflix/directory/home/?switch_profile_guid=MYNETFLIXUSERIDFROMAEON","params":{"command":"activate"}},"id":1}
I don't have a deep understanding of JSON, so if someone can help correct my syntax, that would be awesome.