rosskouk / asknavidrome

An Alexa skill to allow streaming of music from Subsonic API compatible media servers on Amazon Echo devices.
https://rosskouk.github.io/asknavidrome
MIT License
48 stars 7 forks source link

Shuffle queue intent and renew queue intent #9

Closed Raul824 closed 1 year ago

Raul824 commented 1 year ago

If a queue is having 50 songs and you want to re-shuffle them I think it will be good to have a shuffle queue option. Apart from that an option to dump all the queued items and create new queue on same previous rules with new items.

rosskouk commented 1 year ago

The suggestion for renewing the queue happens automatically. If you make a non specific request, like play music by Bob Dylan, the tracks chosen are automatically shuffled, so I feel adding a specific intent for renewing is a bit redundant as you only need to make the same request again and this should happen. I will start working on an intent to shuffle the current queue though. Thanks again for your suggestions.

Raul824 commented 1 year ago

Yup agree with renew queue one. Shuffle queue will also help in playing the playlist as it currently is playing in sequence.