Posts: 4
Joined: Apr 2016
Reputation:
0
I finally got this going after a couple of hours and then switching to heroku. This is a cool proof of concept, but you must manually add the names of tv shows and movies to the utterances file. Have you thought of a way to automate adding these names? If we could simply add a way to search our movies or tv shows, that would be ideal.
Posts: 188
Joined: Sep 2011
Reputation:
14
You don't have to add every show, but the more, the better. Most of the slows in the utterances don dike, I don't even have. It works great for me.
Posts: 4
Joined: Apr 2016
Reputation:
0
I'm using the remote with my fire tv to control kodi, so most of the commands are unnecessary for me since navigation is awesome with the remote. The one major feature missing for me is voice search. I would like to say "kodi search for movie shrek" and have it open the search, automatically type shrek, and then press done.
Any ideas how we can add that ability?
Posts: 188
Joined: Sep 2011
Reputation:
14
I don't know if that will be possible with the way the Kodi API works. I'll look into it though.
Posts: 10
Joined: Jul 2010
Reputation:
1
Hey! Just discovered this yesterday and really excited to try it out.
Is OpenShift still having problems? I'm getting the "There was a problem with the requested skill response" error when telling my Echo to "ask kodi", and "The remote endpoint could not be called, or the response it returned was invalid." error when testing on Amazon's web site. But it sounds like people are having trouble with Heroku as well? Which one is the more reliable choice at the moment?
That other one posted by iminsandiego looks nice, but doesn't seem to be as powerful as m0ngr31's, at least in terms of the stuff I want my Echo to do.
Posts: 188
Joined: Sep 2011
Reputation:
14
I updated the documentation, hopefully it's a little more clear now. I've also switched all the code/documentation to run off of Heroku now instead of Openshift.
Posts: 12
Joined: Feb 2016
Reputation:
0
2016-04-08, 04:28
(This post was last modified: 2016-04-08, 04:30 by geman220.)
Just wanted to report that I've been running flawlessly with OpenShift for about a month now. The only minor issue is you have to sort of "wake up" the service. If I haven't asked Alexa to play a movie recently the first time I ask "Alexa ask TV to play the movie Star Wars" it will respond "the requested skill took to long to respond". After that I can ask again and it will work. It will continue working after that until you don't make any requests for several hours. I could not get it to work at all on Heroku in any situation.
Edit:
To clarify things like "pause" "play" etc would work. But asking to play a show/movie or asking if there are new shows/movies would not work on Heroku.
Posts: 53
Joined: Dec 2009
Reputation:
0
2016-04-08, 06:03
(This post was last modified: 2016-04-08, 06:43 by edru.)
nm-found post that addressed my issue.
Posts: 53
Joined: Dec 2009
Reputation:
0
Loving this setup. Favorite thing to do is to ask it to play a random show. Thanks to MakerMusings and yourself this is getting along nice.
Just a few command requests:
Clean Library
Update Library
Play newest episode of SHOW
Play random unseen episode of SHOW
Posts: 188
Joined: Sep 2011
Reputation:
14
I just pushed a pretty big update that should parse phrases better. I also updated to include those commands edru.