rickyphewitt / emby-skill

This skill allows audio playback from an emby server
11 stars 19 forks source link

Feature Request: Playlist support #48

Closed theidiotyouyellat closed 4 years ago

theidiotyouyellat commented 4 years ago

First off, thank you for the skill.

It would be nice to be able to play playlists from emby. For example, "play Christmas mix from emby".

rickyphewitt commented 4 years ago

I like this idea! I don't really use playlists in Emby very much, but I know playlists are a big part of digital music! Let me see what I can do :)

rickyphewitt commented 4 years ago

I've added support for simple playlist functionality. Just Say 'Play playlist {playlistNameHere} from Emby' and if the playlist is found it will play it. This hasn't been merged into the mycroft release yet, so to install you will need to use MSM. See: https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/msm Then its just: msm -l install https://github.com/rickyphewitt/emby-skill
The 'l' is very important on the above command as it pulls latest. Let me know what you think and if you run into any issues :)

theidiotyouyellat commented 4 years ago

Thank you so much this is great!