dmhacker / alexa-youtube-skill

Allows Alexa to play audio from YouTube videos
MIT License
243 stars 109 forks source link

"Ask YouTube to..." issues #49

Open Kizzon opened 5 years ago

Kizzon commented 5 years ago

If I say "Ask YouTube to Pause" it works. If I ask Alexa to stop, that is the only way I can pause the music, but I can't resume it if I do so. Also, is there any way to skip songs? Or to play a different song than the one playing? Does this Skill work in the way that if you ask Alexa to play a song in the middle of playing another song, she is supposed to play it instantly, or is there a queue system?

dmhacker commented 5 years ago

This skill doesn't have a playlist system unfortunately, although it is something planned for the future. You can use pause/resume to halt and then play the music where you left off. The stop intent is broken; you need to use cancel instead. Since there is no concept of a playlist in the skill right now, any new song you ask Alexa to play will simply overwrite the one you are currently playing.