rsummers618 / HTPC_Alexa_Skill

Control Kodi Netflix and Chrome with your Amazon Echo
51 stars 24 forks source link

Exodus Plugin Support #18

Open aquajon opened 8 years ago

aquajon commented 8 years ago

I use the Exodus plugin primarily and was playing around with adding support. I edited supported.xml and settings.xml to add the lines similar to what I saw in your code. When I tell Alexa to play a movie it successfully looks it up on imdb and returns "playing the movie xyz on exodus". Watching the kodi.log I can see it trying to play (see log event below), but nothing actually plays. Have you toyed around with the Exodus plugin, thoughts on what I'm missing? I'm happy to check in my diffs once I get it working,

(I think) relevant kodi.logs: NOTICE: [script.service.alexa] {"params": {"item": {"file": "plugin://plugin.video.exodus/movie/tt0036513/play"}}, "jsonrpc": "2.0", "id": 1, "method": "Player.Open"} ERROR: Traceback (most recent call last): ERROR: File "/storage/.kodi/addons/script.service.alexa/service.py", line 241, in play_movie ERROR: movies = library['result']['movies'] ERROR: KeyError: 'movies'

dtvfire1 commented 8 years ago

Just wondering if you were ever able to get it to work. I tried with exodus, and thinking it was not getting a good source i even tried salts with autoplay on and that didnt work either. Im thinking theres somewhere else we would need to edit some code. Haven't dug too deep yet, and im by no means a great coder. If you figure something out let me know and ill do the same. Thanks.

wiatrM commented 7 years ago

Any results after half year?