Play the next unwatched episode: "Hey Google, kodi play tv show [tv show name]" failed
madmax2 opened this issue · 3 comments
I use the phrase broker to issue command
Play the next unwatched episode: "Hey Google, kodi play tv show [tv show name]" --> will search for the given tv show and play the next unwatched episode.
e.g. route: /broker
query: { phrase: 'play TV show Jack Ryan', q: 'tv show jack ryan' }
But the problem is I get error
error: Error: No fuzzy match for 'tv show jack ryan'
Seems like whatever commands for any tv shows I issue in my library does not match
If I issue specific command like
Kodi play jack ryan season 2 episode 1
It finds a match and plays it
Seems like the command to play the next unwatched episode for a TV show is not working properly even though it has picked up the phrase.
Please fix this.
@jptuomi Excellent, this works. Thanks.
Documentation needs to fix that part
Play the next unwatched episode: "Hey Google, kodi play tv show [tv show name]" --> will search for the given tv show and play the next unwatched episode.
to
Play the next unwatched episode: "Hey Google, kodi play an episode of [tv show name]" --> will search for the given tv show and play the next unwatched episode.
Not sure if I should create a new bug issue to tell them to fix the documentation or not..
or they can read here and fix it?
There's a few other bad documentation that needs fixing as well..else people might get the wrong idea of how to issue the commands..