lordpengwin / muzak

Amazon Echo Skill for Logitech/Squeezebox Media Server
MIT License
35 stars 16 forks source link

New implementations and bug fixes #6

Closed MikeDeSantis closed 7 years ago

MikeDeSantis commented 7 years ago

Change log:

Added new utterance permutations

Added intents: (intents.json) NamePlayers RandomizePlayer PreviousTrack NextTrack

Added utterence group expressions: (utterences.txt) NamePlayers RandomizePlayer PreviousTrack NextTrack Help

Implemented new intents and modified method dispatchIntent() accordingly: (muzak.js) namePlayers() randomizePlayer() <rename of startPlayer()> startPlayer() previousTrack() nextTrack() giveHelp()

Small verbage changes (muzak.js)

Bug fix onLaunch, missing ; (muzak.js) Bug fix onIntent, missing ; (muzak.js) Bug fix dispatchIntent, missing = on line 154, 157 (muzak.js)

Commented out copy/paste error in \muzak\node_modules\squeezenode-lordpengwin\squeezeplayer.js, lines 166 - 118.

glacket commented 7 years ago

awesome stuff mike. your build works really well so far. Just curious is it possible to add code for playlists? i know if would have to be specific, i guess that part would have to be user modifiable, but how much code would need to be added for that? would that need to be added to squeezebox.js?

lordpengwin commented 7 years ago

This looks great! Thanks