Release Kanzi: Amazon Alexa skill for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: Release Kanzi: Amazon Alexa skill for Kodi (/showthread.php?tid=254502) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
RE: Amazon Echo skill for Kodi - Rantlers - 2016-12-31 Hi guys, I had everything working perfectly with Heroku, but while making the switch to AWS I'm having issues. I can get Alexa to navigate and select within Kodi, but whenever I ask her to play any specific movie, tv show, or song, she response with the same thing. For example: "tell media center to play season 1 episode 1 of seinfeld" Lambda Response: { "version": "1.0", "response": { "outputSpeech": { "type": "PlainText", "text": "You can ask me whether there are any new shows, to play a movie, tv show, or artist, or control playback of media." .... EDIT: After a couple more hours of troubleshooting I figured it out. Have a Happy New Year! RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-12-31 Big update coming soon. Will have German translation, session management (keep navigating without having to invoke the session every time and eventually confirmations on lower percentage hits), and eventually full support for streaming audio from your library to your Echo: Amazon Echo skill for Kodi - jouster - 2016-12-31 (2016-12-29, 16:29)Eamonn3 Wrote: Hi, Pretty sure this doesn't work with streaming add ons (which are illegal anyway and not supported here) Sent from my iPhone Amazon Echo skill for Kodi - jouster - 2016-12-31 (2016-12-29, 18:26)Eamonn3 Wrote:(2016-12-29, 16:35)danmedhurst Wrote: I got mine working, i had set up the skill to English (US).. changing it to English (UK) works perfectly All your content is streamed online illegally though. How could you not see that Exodus would be illegal as you are not paying for the premium content you are receiving. Sent from my iPhone RE: Amazon Echo skill for Kodi - SANGER_A2 - 2016-12-31 Ignore this post. Can a mod delete it please? Thank you. RE: Amazon Echo skill for Kodi - nsviper - 2017-01-01 (2016-12-31, 20:59)m0ngr31 Wrote: Big update coming soon. Will have German translation, session management (keep navigating without having to invoke the session every time and eventually confirmations on lower percentage hits), and eventually full support for streaming audio from your library to your Echo: Streaming music to alexa speaker - brilliant, can't wait, if u need testers let me know.... RE: Amazon Echo skill for Kodi - ConstantSphere - 2017-01-01 Great work on this! I just got my Amazon Dot for Christmas and have already integrated it with my Vera home automation system. I spent some time getting it set up following the instructions here: http://www.howtogeek.com/249336/how-to-control-your-kodi-media-center-with-an-amazon-echo/ I had great trouble trying to get the deployment to AWS to work with signature timeouts but finally fixed it by moving my local machine clock forward by 5 minutes even though it was originally correct and synced with a time server. Go figure! I'm now having trouble with "Alexa, ask the media centre to play random songs" which sits doing nothing for 30 seconds then says it's starting party mode but nothing happens. Looking in the Kodi log files I found... Code: 10:16:14 T:139804961732352 ERROR: WebServer: Stopped uploading post since it exceeded size limitations looking into the code, it looks like it tried to get all of my 5000+ songs and form them into a single JSONRPC request which timed out. I tried to modify the code (def alexa_party_play(slots): in wsgi.py) to use the partymode RPC call mentioned in the post below https://www.reddit.com/r/xbmc/comments/1a6ae9/jsonrpc_to_play_music_in_random_order/ but it completely broke and not having used Python before I gave up. Any chance someone could code a fix that works? Many thanks. RE: Amazon Echo skill for Kodi - helmhound - 2017-01-01 First off let me thank m0ngr31. This is Friggin AWESOME. I got it running yesterday with LAMBDA on the AWS servers. My question for anyone that knows is, how do I go about updating the existing LAMBDA function? For testing I decided to use a changing public IP address... I want to change the IP to a DDNS address using https://www.dynu.com/ or whatnot. Is there a simple way to update my EXISTING Lambda function? TIA RE: Amazon Echo skill for Kodi - nsviper - 2017-01-01 (2017-01-01, 16:48)helmhound Wrote: First off let me thank m0ngr31. This is Friggin AWESOME. Yes, make any changes u need to the .env file, then re run the 2nd compile command, thats all u need to do (at least thats what I did to update the port) C:\Python27\Scripts\lambda-deploy.exe deploy RE: Amazon Echo skill for Kodi - bernardlowe - 2017-01-02 @jingai cheers - ive tried that and submitted feedback to amazon. i got an email and then a phone call - they are going to get back to me but not hopeful. in the meantime i thought id share my bodge..... prerequisites android phone yonomi tasker notification watch for tasker add event in tasker/plugin /notification watch for tasker in config - watch notifications from yonomi with the following text in text - itv save and click back new task / click+ / net / http get server port - username:password@youripaddressofkodiwebserver:portnumber path - /jsonrpc?request={%22jsonrpc%22:%222.0%22,%22id%22:1,%22method%22:%22Addons.ExecuteAddon%22%20,%22params%22:{%22addonid%22:%22plugin.video.plugin.video.itv%22,%22params%22:{}}} this is for itv player plugin if you browse to your samba share and into userdata/addon_data you will find the names there. click back in yonomi create a new routine called itv for example add action - notification - change the value to itv this sends the text itv to tasker should see it and run the http get.save etc the last thing is to go to alexa app and discover devices - you should see the yonomi routine...... saying to alexa - turn on itv should run it...... I know its a bodge but works for the time being.......is there away to turn off how kodi remembers your traversing through menus etc? i did think about doing multiple http posts through an add on ie : input.down / input.right / input.select but when you browse it screws it up....... RE: Amazon Echo skill for Kodi - bernardlowe - 2017-01-02 forgot to say - happy new year everyone RE: Amazon Echo skill for Kodi - nsviper - 2017-01-02 @m0ngr31 - Question re playlists Been testing the skill via the AWS page to try and get it to play audio playlists. Inside Kodi, if you create a playlist and save it, it saves it under playlists\music\NameOfPlaylist.m3u (KODI automatically puts the m3u extension on the file) However, using the command "Ask Kodi to play music playlist NameOfPlaylist" fails. If i rename the playlist file and remove the m3u (via putty), then the "ask" command works (although the playlist doesn't actually start playing on Kodi) RE: Amazon Echo skill for Kodi - manics - 2017-01-02 please help im pulling my hair out firstly thanks for this amazing skill much appreciated and Happy New Year!!! I seem for to some functionality with this skill. I am able to use the stop and play commands with alexa and i can successfully play a movie (alexa ask kodi to play movie Avatar ect) However i am unable to specify any TV shows (alexa ask kodi to play season 1 episode 1 of Homeland) i get i do not know how to help you with that. also if i type the same command into the amazon service test it seams to invoke watch latest episode?? Service Request "session": { "sessionId": "SessionId.f78a6b************4ce9a1c50c40", "application": { "applicationId": "amzn1.ask.skill.**********************a42a1b8" }, "attributes": {}, "user": { "userId": "amzn1.ask.account.AEYX5Y***************************************T4L3C66C" }, "new": true }, "request": { "type": "IntentRequest", "requestId": "EdwRequestId.813978f0-674c-4743-8eb7-2b93fc7923fc", "locale": "en-GB", "timestamp": "2017-01-02T11:34:57Z", "intent": { "name": "WatchLatestEpisode", "slots": { "Show": { "name": "Show", "value": "homeland" } } } }, "version": "1.0" } RESPONCE { "version": "1.0", "response": { "outputSpeech": { "type": "PlainText", "text": "Playing season 1 episode 6 of homeland" }, "card": { "content": "Playing season 1 episode 6 of homeland", "title": "Playing the newest episode of homeland", "type": "Simple" }, "shouldEndSession": true }, "sessionAttributes": {} } any help i would be greatfull thanks RE: Amazon Echo skill for Kodi - jingai - 2017-01-02 (2017-01-01, 14:03)ConstantSphere Wrote: I'm now having trouble with "Alexa, ask the media centre to play random songs" which sits doing nothing for 30 seconds then says it's starting party mode but nothing happens. Looking in the Kodi log files I found... This is a known issue and will be addressed soon. RE: Amazon Echo skill for Kodi - jingai - 2017-01-02 (2017-01-02, 12:56)nsviper Wrote: @m0ngr31 - Question re playlists Don't rename the file. Add it to your MUSICPLAYLISTS slot without the extension though, and try again. It's supposed to send the literal string if it can't match to an entry in the slot.. but for some reason it doesn't seem to be doing that atm.. |