muzak icon indicating copy to clipboard operation
muzak copied to clipboard

Amazon Echo Skill for Logitech/Squeezebox Media Server

Results 10 muzak issues
Sort by recently updated
recently updated
newest added

Curious if the README should just suggest that people use 'npm'? e.g.: ``` npm install https://github.com/lordpengwin/squeezenode ```

Is is possible to control the players without interactive mode? I'm trying to get alexa to simply start a player by saying " Alexa, Start Bedroom" but Echo does not...

Is there a way to update the code to just play/pause the player (play whatever is on the current playlist), rather than play random tracks? Even better would be a...

I guess im not understanding how to create the lambda function. What do i code do i use for the body of the function. Can you please give an example....

A few months ago there was a tremendous surge of code development on this project. Lots of forks were created and features developed. Several pull requests made it back into...

Hi, Lately lms has started becoming unresponsive after a day or two and I have to restart the service or entire server in order to connect to it again. The...

Does the skill only work in the us-east-1 region? My account is connected to the London (eu-west-2) so doesn't see skills that aren't available in this region. I ran the...

I screwed something up again when i tried updating my lambda with the new muzak.js file. I deleted my current lambda and added a new one. When this didnt work,...

Hi I'm really hoping you can help me, So I've managed to get muzak Alexa function almost working.... But when I do a simple test of "what is playing" the...

I noticed in \muzak\node_modules\squeezenode-lordpengwin\squeezeplayer.js that methods .next and .previous have the same button push definition. Is this a copy and paste error? Proposing removing method at 116. _Lines 116 and...