forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
71 stars 38 forks source link

Cannot play song with same name as playlist #86

Closed BNolet closed 5 years ago

BNolet commented 5 years ago

Opening this one for the sake of completeness as I'm sure this will be an issue.

I suggest listening for the word "playlist" along with the search request.

For example, if I say "Play beast mode" it should play the first song in a spotify search (I think it's Beast Mode by A Boogie Wit da Hoodie). But if I say "play my beast mode playlist" it should play my playlist titled beast mode.

I know it may sound a little pedantic, but I'm sure this case will pop up in the future with someone else.

forslund commented 5 years ago

Currently songs can't be played through generic play X requests. Instead a song needs to be requested, "play the song X"

BNolet commented 5 years ago

Currently songs can't be played through generic play X requests. Instead a song needs to be requested, "play the song X"

Heheh, I figured that one out after I posted this, which is why I closed it. Thanks for the feedback :)