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 public playlists #87

Closed BNolet closed 5 years ago

BNolet commented 5 years ago

Not sure if this is going to be implemented but for example if I say "Play beast mode by spotify" it won't work. Seems like there's no language processing for anything more than "play X"

forslund commented 5 years ago

public playlists has by design not been enabled, But there are more and more feature requests for this so we'll probably add some kind of support for it. Basically as a 3rd or 4th step look up when handling generic "play X" requests and secondly for specific playlist requests (after personal playlists)

BNolet commented 5 years ago

Alright, if you need to test later or get more feedback, I'll be watching this

forslund commented 5 years ago

I pushed a first pass at the public playlists to the feature/playlists branch.

play the playlist PUBLIC PLAYLIST should now work. feel free to give it a go.

BNolet commented 5 years ago

I'll be able to test this tonight and I'll let you know my findings 👌 thanks for working on this

BNolet commented 5 years ago

Works quite well! Thank you @forslund