After setting up the Linux based Music Player Daemon on my Raspberry Pi as my new front-room HiFi server, I looked around at the great number of clients available. I couldn’t find one that exactly suited my needs, so I wrote my own.
- HTML5/CSS3/jQuery front-end providing access to music library, playlists, streaming services and controls for stopping/starting/volume etc.
- Backend connection via PHP with API I wrote myself to MPD Server.
- JSON used for communication between client browser and PHP backend.