echo-sonos icon indicating copy to clipboard operation
echo-sonos copied to clipboard

Users report multi-word playlists don't work well

Open rgraciano opened this issue 8 years ago • 4 comments

There are consistent reports that multi-word playlists & favorites don't work well. Need to investigate how multi-word playlists are being interpreted by Alexa.

rgraciano avatar Apr 14 '16 19:04 rgraciano

Don't get me wrong, this is a way cool skill. But this bug seriously limits the flexibility of the application. Is there any way we can fetch the current playlists/favorites and have that information ready for Alexa in advance so there's less guess-work?

nbroberg avatar May 19 '16 15:05 nbroberg

@nbroberg - yes, you can pre-populate the utterances with as many examples as you like

rgraciano avatar Jun 13 '16 05:06 rgraciano

The issue is not really the number of utterances, it's the values in the slot called preset. You need to populate the preset slot values with all the favorites you want to play for accuracy. Unfortunately you have to do this in advance so far as I know. There is no mechanism to dynamically update the slot values.

For example, my preset slot values are

ambient baroque blues blues radio classical country drone zone electronic gangsta rap gangster hearts of space jazz kera lounge ocean waves persian quiet classical rock sahara sunset secret agent shit kicker smooth jazz space station this weeks show thunder toads

which corresponds to every favorite I want it to play.

kshartman avatar Jun 17 '16 14:06 kshartman

In theory, if you give it enough examples, Alexa should be able to pattern match against the examples to make the right decisions. In practice, it would seem like it needs some work

rgraciano avatar Jul 10 '16 23:07 rgraciano