Read the statement by Michael Teeuw here.
MMM-TouchPlayerBasic - Simple Webradio and mp3 Playlist player.
-
@johnnyboy Logitech Squeezebox player is an old player (but still developed) that allows you to stream music to small devices like pi or computer or phones for that matter
http://wiki.slimdevices.com/index.php/Logitech_Media_Server
all you need is a client to receive the music via logitechs own protocol or m3u files so you already support it but if you want to implement native support that would be awesome.
for more info on the protocol
http://wiki.slimdevices.com/index.php/SlimProto_TCP_protocol
and i do belive there is a package for nodejs for the protocol
https://www.npmjs.com/package/squeezenode
not sure how good it is.
-
This post is deleted! -
Nice, would be cool to have a fully functional squeezeclient in the mirror :)
-
Hi, I love this TouchPlayer, but Soundconrol didn’t work. Volume up/down and mute/unmute. Anyone could help me?
-
It uses alsamixer command lines in the node helper file, your system probably doesn’t have alsa installed then.
Either install that or check what your linux distribution uses for sound management and change the node helper file accordingly! -
Hi, i run alexa (AVS) at background. I think alexa control alsamixer. Maybe it stop other Programms to control it too.
-
Thanks for the modules works well, instructions were to the tee!.