m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
427 stars 149 forks source link

All responses should use what was matched, not what was heard #154

Closed jingai closed 7 years ago

jingai commented 7 years ago

Currently we use heard_* variables in the responses, which most of the time don't exactly match what the skill matched in the library.

For the voice responses, Alexa should respond with the library title, not what was heard.

jingai commented 7 years ago

The kodi.Find*() methods should probably return the matched titles in addition to the media ID.