forslund / spotify-skill

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

play most recent episode of a podcast #126

Open vdmkenny opened 4 years ago

vdmkenny commented 4 years ago

Forgive me if this is possible, but I'd like to be able to play the most recent episode of a podcast.

For example if I ask "play ron burgundy podcast", it will start to play a seemingly random episode, and I can not figure out how to ask for a specific one, or the most recent one.

forslund commented 4 years ago

My guess is it finds a track or playlist and starts playing that. if it is a track it will be the track with the highest rating, if it's a playlist it's likely the episode "EDM with dillon francis".

Anyways the podcast search isn't documented in the api BUT I recently saw that people have discovered that it exists so we can probably add the functionality.