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
|
Kanzi: Amazon Alexa skill for Kodi - m0ngr31 - 2016-01-02 Tutorial about how to setup everything: https://lexigr.am Most everything you can do with a remote or keyboard is supported in the skill, and more:
Instead of providing the exact verbiage here for each command, we strive to make the experience as natural as we can. Simply try asking for what you want in a way that feels right to you. Here's some demo videos: RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-01-02 Here's another video since it only let me do 2 in the initial post: RE: Amazon Echo skill for Kodi - lakram - 2016-01-08 Thanks this is fantastic! One question would this work equally if you have setup a MySQL library on multiple machines? RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-01-08 It should work fine, it'll just talk to whichever Kodi box you have it pointing to. RE: Amazon Echo skill for Kodi - lakram - 2016-01-09 Thanks, I have been trying for some time to get this to work and have hit a roadblock. The "ask kodi" command works well and echo tells me what commands I are available however as soon as I "ask kodi to play" or any other of the available commands I get "The remote endpoint could not be called, or the response it returned was invalid." Any suggestions you can give me would be most appreciated. RE: Amazon Echo skill for Kodi - lakram - 2016-01-09 Thanks RE: Amazon Echo skill for Kodi - Lunatixz - 2016-01-09 Thanks, looks cool! Below is info on the original code http://www.makermusings.com/2015/08/22/home-automation-with-amazon-echo-apps-part-2/ RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-01-11 (2016-01-09, 05:09)lakram Wrote: Thanks, I have been trying for some time to get this to work and have hit a roadblock. The "ask kodi" command works well and echo tells me what commands I are available however as soon as I "ask kodi to play" or any other of the available commands I get "The remote endpoint could not be called, or the response it returned was invalid." Any suggestions you can give me would be most appreciated. That sounds like it doesn't like the URL you have setup in your AWS account. RE: Amazon Echo skill for Kodi - Echellon - 2016-01-11 EDIT: It's fixed, thanks Could you post to pastebin or on your github the full utterances? It seems like the expander on the makermusings website isn't working. Thanks a lot! Looking forward to trying this out. - Brent RE: Amazon Echo skill for Kodi - MANswers - 2016-01-12 HI, this is amazing. I have always been wanting Amazon Echo and Kodi to work togather, someone earlier had posted something, but it was extremely complicated. Well, your integration is pretty much straightforward and looks like it works. However i've hit a small snag, I was successfully able to signup with OpenShift, was able to install Ruby using Ruby Installer, successfully installed Git, verified both the ruby and the Git versions, they all look good, but during the final step, of installing Gem i get an error, any idea on how to make this work? Please see below. Code: C:\Windows\system32>rhc setup RE: Amazon Echo skill for Kodi - MANswers - 2016-01-12 Never mind i was able to resolve this. google took me to a page, where people has similar issues, and it was recommended to use the older version of Ruby with RubyInstaller. After i uninstalled ruby and installed Ruby v1.9.3 the issue was resolved, moving on the next steps now. Will let u know how it goes and where i get stuck. Hopefully the solution i mentioned above should help someone. RE: Amazon Echo skill for Kodi - MANswers - 2016-01-12 Need a further thrust here guys, i have a few questions. As per the OP's instruction page, its mentioned.. Quote:Once you have setup an OpenShift account setup, go ahead and install the command line tool (You'll need Ruby installed). From the cli, you'll be able to create a new app that will create a folder with a git repo initialized. I understand in order to create an app i have to use the command "rhc app create", but a bit more open instruction will help... whats the full command i should use? rhc app create "kodi"? or should i use the ones thats specified in the list Code: Short Name Full name Towards the end it mentions... Code: Once you have this all setup, you'll need to setup an Amazon developer account and start setting up a new Alexa skill. In the amazon developers page under Alexa Skill, i've chosen the option to create a new skill, but in the end point URL, which OpenShift url should i provide? You've suggest to use OpenShift, but there isnt much info about how one can go about setting up the application, functions for the echo and kodi on openshift on your instruction page. I am sorry, i might sound a bit confused, but i am new to the amazon developer thing.. infact its completely new to me. I am just daring to try this out myself, and see if i can add more details here myself to help others. Can you help RE: Amazon Echo skill for Kodi - MANswers - 2016-01-12 Ok, after spending a few hours on this trial and error, i think i was able to work my self up a few further steps. The end result if i ask Alexa "Ask Kodi", i get the response "there was a problem with the requested skills response" When i try to add an utterance to Amazon developer page to test out the Service Response output is.. There was an error calling the remote endpoint, which returned HTTP 403 : Forbidden Anytips? RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-01-12 (2016-01-11, 20:17)Echellon Wrote: EDIT: It's fixed, thanks I'll be releasing an update today with some cool new features, so I'll create a new fully expanded utterances file for that. I'll post an update in here. (2016-01-12, 00:26)MANswers Wrote: Never mind i was able to resolve this. google took me to a page, where people has similar issues, and it was recommended to use the older version of Ruby with RubyInstaller. After i uninstalled ruby and installed Ruby v1.9.3 the issue was resolved, moving on the next steps now. Will let u know how it goes and where i get stuck. I'll update the tutorial for this! Thanks (2016-01-12, 01:53)MANswers Wrote: Need a further thrust here guys, i have a few questions. Okay, creating the app will go something like this: Code: rhc app create kodi python-2.7 It should give you the URL of your app after the first command. (2016-01-12, 07:27)MANswers Wrote: Ok, after spending a few hours on this trial and error, i think i was able to work my self up a few further steps. That sounds like you have the wrong URL endpoint setup on your Alexa skill. Make sure it matches the one from the commands above. RE: Amazon Echo skill for Kodi - m0ngr31 - 2016-01-12 Okay, I've updated the skill with a few new tricks and updated the README file to hopefully be a little more helpful. |