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 - sirbadger - 2017-10-27 (2017-10-26, 22:22)vmantzar Wrote:(2017-10-26, 20:06)sirbadger Wrote:(2017-10-25, 18:10)vmantzar Wrote: Thanks once again, when you say the skill log? Where do i get that from? Or you mean what Alexa understood (typed) when I said something to her Nope :| it's still working though RE: Amazon Echo skill for Kodi - sirbadger - 2017-10-27 (2017-10-27, 02:55)jingai Wrote:(2017-10-26, 12:41)sirbadger Wrote:(2017-10-20, 03:05)jingai Wrote: No, sorry, this skill does not control the PVR aspects of Kodi. Thanks for the reply and yes, I see the potential issues. I'm not overly familiar with python but I might give it a go. RE: Amazon Echo skill for Kodi - 37KDeep - 2017-10-28 (2017-01-28, 10:00)jingai Wrote:(2017-01-28, 01:39)dazz87 Wrote: Just wondering I have several smart playlist and what is the command to have kodi play these playlist? I have try "Alexa ask Kodi listen to (name) playlist" " "Alexa ask Kodi to play (name) playlist" and kodi nothing happens. Is there a command I could say that will work? I too am having this trouble. Originally was testing with just one playlist ("80's") and expanded that name to "Eighty's Hits" thinking that name was too short per the suggestion here. When I ask Alexa to play that playlist, ie. "Alexa, ask kodi to play Eighty's Hits", Alexa responds "playing recently added songs". RE: Amazon Echo skill for Kodi - sirbadger - 2017-10-28 Are you able to add a config setting so that you can disable ssl cert validation if using a self signed cert on a reverse proxy ? RE: Amazon Echo skill for Kodi - 37KDeep - 2017-10-30 (2017-10-28, 22:44)sirbadger Wrote: Are you able to add a config setting so that you can disable ssl cert validation if using a self signed cert on a reverse proxy ? I will need more help with that please. I have no idea what that means. Sorry. RE: Amazon Echo skill for Kodi - jingai - 2017-10-30 (2017-10-28, 21:31)37KDeep Wrote: I too am having this trouble. Originally was testing with just one playlist ("80's") and expanded that name to "Eighty's Hits" thinking that name was too short per the suggestion here. When I ask Alexa to play that playlist, ie. "Alexa, ask kodi to play Eighty's Hits", Alexa responds "playing recently added songs". If it's playing "recently added songs," that generally means Amazon stole the slot value from us. You can verify by checking what she actually heard in the app and what the logs say for the skill wherever you're hosting it. RE: Amazon Echo skill for Kodi - jingai - 2017-10-30 (2017-10-28, 22:44)sirbadger Wrote: Are you able to add a config setting so that you can disable ssl cert validation if using a self signed cert on a reverse proxy ? Probably, but I'm really busy with my real job at the moment, so I'm not sure when I'd get to it. You could always get a cert from letsencrypt.org in the meantime, though. It's free and takes about 1 minute to do. RE: Amazon Echo skill for Kodi - sirbadger - 2017-10-30 (2017-10-30, 14:38)jingai Wrote:(2017-10-28, 22:44)sirbadger Wrote: Are you able to add a config setting so that you can disable ssl cert validation if using a self signed cert on a reverse proxy ? Sure, no rush (I've got it working another way), just thought it might be useful for other people. Appreciate the time you've put into it, controlling Kodi sold me on an echo Not heard of letsencrypt.org before, will check it out. Thanks. RE: Amazon Echo skill for Kodi - digiltd - 2017-11-01 (2017-10-26, 04:19)jingai Wrote: Stop works here just fine. I'm not sure why it's not for you. We use Amazon's built-in Intents for playback controls like this, so we don't need to specify them explicitly. Works fine for me also using "Alexa, ask Kodi to stop" However I did try testing it in the service simulator and was getting inconsistent results using "stop", "to stop", "ask kodi to stop" I put this down to "stop" generally being a bit tricky as this is the global word to say when you want to "stop" a command, if you get tongue tied or know you have said the wrong thing and don't want Alexa to attempt to do something with your wrong command whilst you sit and wait, saying "stop" will escape the command. e.g. you want 'the downstairs temperature' (from a digital thermometer) but accidently ask for "the temperature" (which gives you the weather) "Alexa, what is the temperature STOP STOP STOP" will cancel it Also as well as being a built-in intent (AMAZON.StopIntent) is an Audio Directive (AudioPlayer.Stop) used for Skills that play audio through the device which are not supported for testing in the simulator. So it is no wonder it gets its knickers in a twist RE: Amazon Echo skill for Kodi - djdollar - 2017-11-07 Hey, im getting these errors when I run python generate_custom_slots.py please help C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\fuzzywuzzy\fuzz.py:35: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning') Traceback (most recent call last): File "generate_custom_slots.py", line 89, in <module> retrieved = kodi.GetMusicPlaylists() File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\kodi_voice\kodi.py", line 1293, in GetMusicPlaylists return self.SendCommand(RPCString("Files.GetDirectory", {"directory": "special://musicplaylists"})) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\kodi_voice\kodi.py", line 446, in SendCommand return self.cache.add(cache_file, url, auth, command, timeout, wait_resp) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\kodi_voice\cache.py", line 126, in add r = requests.post(url, data=command, auth=auth, timeout=timeout) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\requests\api.py", line 112, in post return request('post', url, data=data, json=json, **kwargs) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\requests\api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\requests\sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\requests\sessions.py", line 618, in send r = adapter.send(request, **kwargs) File "C:\Users\Asif\Documents\code\kodi-alexa-master\venv\lib\site-packages\requests\adapters.py", line 508, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /jsonrpc (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x03ABBA10>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)) RE: Amazon Echo skill for Kodi - digiltd - 2017-11-07 (2017-11-07, 06:19)djdollar Wrote: Hey, im getting these errors when I run python generate_custom_slots.py please help looks like it can't find your kodi box double check your kodi.config file or just use the online version https://slot-generator.herokuapp.com/ Amazon Echo skill for Kodi - jouster - 2017-11-13 I’m coming back to this after a big length of time. So much so that my AWS account free for a year is about to expire. Going to look at running it from my own NAS (SYNOLOGY ) as I have the kit local. Will get that setup (which I’m sure will take me a while) and try to get things setup again. Hopefully with all the updates I might see a speed increase compared to the issues I was having before win my rather large collection via an SQL KODI database (tv worked great but there were serious delays asking for movies) Sent from my iPad RE: Amazon Echo skill for Kodi - jingai - 2017-11-13 @jouster, there's caching now, too It's not configured by default, but it supports ownCloud if you wanted to host that locally as well. RE: Amazon Echo skill for Kodi - jouster - 2017-11-14 (2017-11-13, 00:38)jingai Wrote: @jouster, there's caching now, too It's not configured by default, but it supports ownCloud if you wanted to host that locally as well. I took a look at hositngbut decided it was a bit above my pay grade...so back to AWS and Lamba...feels like a few things have changed but having gone through everything the first test has thrown up the old The remote endpoint could not be called, or the response it returned was invalid. So something is not right...I will probably have to start again from scratch and see how I get on RE: Amazon Echo skill for Kodi - jouster - 2017-11-14 (2017-11-14, 02:53)jouster Wrote:(2017-11-13, 00:38)jingai Wrote: @jouster, there's caching now, too It's not configured by default, but it supports ownCloud if you wanted to host that locally as well. |