Read the statement by Michael Teeuw here.
MMM-TouchPlayerBasic - Simple Webradio and mp3 Playlist player.
-
Description:
This module caters to you who are running touch mirrors and want to be able to just choose a radio station or playlist and play it, no fuzz just buzz.
Simple audio controls like volume up/down and mute/unmute.
Pressing stop kills the radio and playlist that is playing and hides all buttons so only the start button is visible.I made this for my intended touch mirror but since plans have changed I can no longer use it, better somebody else that runs touch can!
Thanks to @gismo2006 for making the MMM-Voiceradio that this module is based on.
Screenshots:
Download:
[card:brobergp/MMM-TouchPlayerBasic]
Version 0.1
- First release
- Can play mp3 files, streamed via webradio or playlists (.m3u only)
- Controls master volume of your Pi
-
I did not test it, but the interface on your screenshots looks awesome
-
@yawns Thanks!
For those who don’t want to install it, here is a link to show the animations :
https://www.youtube.com/watch?v=ii-LgaDGUjw&feature=youtu.be -
The design looks great ! Going to try it soon !
-
Got asked how to hide the text above the icons, the easiest way is to add
.MMM-TouchPlayerBasic .rotate {display: none;}
To your custom.css file
-
This post is deleted! -
tnx for this module now i can hook up my squeezebox to my magic mirror since that does not requier touch at all can be remote controlled :)
-
This post is deleted! -
@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!