Piets / Mopidy-MusicBox-Webclient

Web Client for Mopidy Music Server and the Pi MusicBox

Home Page:http://www.pimusicbox.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Mopidy MusicBox Webclient


With Mopidy MusicBox Webclient, you can play your music on your computer (Rapsberry Pi) and remotely control it from a computer, phone, tablet, laptop. From your couch.

This is a responsive html/js/css client especially written for Mopidy, a music server. Responsive, so it works on desktop and mobile browsers. You can browse, search and play albums, artists, playlists, and it has cover art from Last.fm.

Mopidy is a music server which can play music from Spotify, Google Music, SoundCloud, etc or from your hard drive.

Development

Note: this Git-version is under development! As Mopidy changes, this client changes as well. It tries to follow the Master-branch of Mopidy for now, so update Mopidy as you update the client.

Installation

To install Mopidy, check out the installation docs, the settings docs and even more detailed information.

If you want to use the web client on a Raspberry Pi, do yourself a favor and use my custom built SD-image: Pi MusicBox.

Quick install

Drop the 'webclient' folder in a folder on your Mopidy-system. Then change the settings of Mopidy to make it work.

Example (assuming the webclient is in /opt/webclient):

[http]
enabled = true
hostname = ::
port = 6680
static_dir = /opt/webclient

Then point your browser (modern, with websockets: recent versions of Firefox, Chrome, Safari and IE10) to the ip-address and port of your device. e.g. http://192.168.1.5:6680

Security

(Note from Mopidy:) Note that the HTTP frontend does not feature any form of user authentication or authorization. Anyone able to access the web server can use the full core API of Mopidy. Thus, you probably only want to make the web server available from your local network or place it behind a web proxy which takes care or user authentication. You have been warned.

About

Web Client for Mopidy Music Server and the Pi MusicBox

http://www.pimusicbox.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 92.6%Language:CSS 7.4%