Sarkonvich
Houseband is a fantastic skill for the dot.
Questions:
Is there one location that contains all the commands?
I have a need to add multiple playlists to playing now and have it shuffled.
I know you can change to another zone, etc. but the controls of playing and knowing where you are and what is in the que, etc.
Learning how to say the command to the skill has been a challenge.
I have lots of music and lots of playlists. I have learned that simple named playlists are the only way to go.
This skill could really use a lot of development as you have only scratched the surface of its capability.
You should consider charging for it so as to have the resources for additional development on the skill.
Thanks for your hard work.
So, the description of the skill in the Alexa app actually has a pretty complete list, though I guess it's not exhaustive. Also, if you say help in the skill, there are several categories of help, and I think they all send a list of relevant commands to a card in the Alexa app. (Honestly, it's been a while since I looked at that part of the code.)
You can add playlists: "Add my [playlist name] playlist"
(Basically, if you say "add" and "playlist" in the same sentence, it should try to add the playlist)
You can shuffle playlists: "Shuffle my [playlist name] playlist."
(Basically, if you say "shuffle" and "playlist" in the same sentence, it should shuffle the playlist)
But there is no way now to add a shuffled playlist, or shuffle what's currently playing. (A "shuffle this" command would be pretty easy to add.)
I agree that the skill could be developed a lot. Not only adding features, but improving basic (search) features. I do mean to get to it! And I would charge, maybe will at some point, but at this point it's just a pet project!