martijnboland / moped

Web Client for Mopidy, built with AngularJS
MIT License
419 stars 34 forks source link

Mopidy-Moped


Moped is a responsive HTML5 + JavaScript client for the Mopidy <http://www.mopidy.com/>_ music server.

.. image:: https://github.com/martijnboland/moped/raw/master/screenshots/moped-all-720.png?raw=true

Installation

Make sure to have Mopidy 1.0.0 or higher installed <http://docs.mopidy.com/en/latest/installation/> on your music server. Also make sure that the HTTP extension <http://docs.mopidy.com/en/latest/ext/http/> is enabled.

Install from PyPI on your music server::

sudo pip install Mopidy-Moped

Alternatively, clone the GitHub repository <https://github.com/martijnboland/moped.git>_ and copy all files from the /dist/ directory to the webclient directory on your server.

Usage

Browse to the Moped app on your Mopidy server (e.g. http://localhost:6680/moped).

Known issues

Security warning

(from the Mopidy web site)

As a simple security measure, the web server is by default only available from localhost. To make it available from other computers, change the http/hostname config value. Before you do so, note that the HTTP extension 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.

Development

  1. Install Nodejs <http://nodejs.org/>_

  2. Install grunt-cli, karma and bower::

    npm install -g grunt-cli karma bower

  3. Clone the repository to your local machine::

    git clone https://github.com/martijnboland/moped.git

  4. Install dependencies::

    npm install bower install

  5. Start the build and watch process::

    grunt watch

This will start a local web server on port 3001.

To build the compiled distribution, just enter::

grunt

and to build the Mopidy extension::

grunt build-mopidy-extension

Project resources

Changelog

0.7.1 (2017-05-21)

0.7.0 (2016-10-21)

0.6.4 (2015-10-28)

0.6.3 (2015-09-25)

0.6.2 (2015-09-11)

0.6.1 (2015-06-10)

0.6.0 (2015-05-12)

0.5.0 (2015-04-05)

0.4.4 (2015-03-14)

Fixed search

0.4.3 (2015-03-14)

0.4.2 (2014-11-17)

0.4.1 (2014-11-16)

0.4.0 (2014-10-10)

0.3.3 (2014-08-03)

0.3.2 (2014-08-03)

0.3.1 (2014-07-23)

0.3.0 (2014-06-24)

0.2.0 (2013-12-18)

0.1.0 (2013-12-04)