I am trying to set up scenes to turn lights on and off. I am getting the state of kodi from veralight. When i start the movie, all is good. I pause, fine. The next time I hit play i get the following
1/18/2015 2:26:25 PM 225 [plugin] {
"jsonrpc": "2.0",
"method": "Player.OnPlay",
"params": {
"data": {
"item": {
"id": 334,
"type": "movie"
},
"player": {
"playerid": 1,
"speed": 1
}
},
"sender": "xbmc"
}
}
1/18/2015 2:26:25 PM 225 [vcevent] xJson.duplicateEvent
Is this a vera issue? or just new kodi stuff? I tried the xbmcstate and the kodi remote vera addons and they both produce the same results.
vc 2.1.3.6
The latest Kodi from their download link.