Responsive Web client for Mopidy
Project description
Moped is response HTML5 + JavaScript client for the Mopidy music server.
Installation
Make sure to have Mopidy 0.19 or higher installed on your music server. Also make sure that the HTTP extension is enabled.
Install from PyPI on your music server:
sudo pip install Mopidy-Moped
Alternatively, clone the GitHub repository 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
The Mopidy HTTP frontend uses Web Sockets. Most modern browsers support this but not the default Android browser (4.3 and older). To use Moped on Android you have to use a different browser like Firefox or Chrome;
Searching radio streams is still experimental.
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
Install Nodejs
Install grunt-cli, karma and bower:
npm install -g grunt-cli karma bower
Clone the repository to your local machine:
git clone https://github.com/martijnboland/moped.git
Install dependencies:
npm install bower install
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.4.0 (2014-10-10)
Support for Mopidy browsing (David Tischler, https://github.com/tischlda) Fix for search queries (David Tischler) Backend provider is displayed in track list (Julien Bordellier) Allow special characters in search Interpolation of track position and checking every 10 seconds
0.3.3 (2014-08-03)
Reduced default amount of logging
0.3.2 (2014-08-03)
Fixed volume slider
0.3.1 (2014-07-23)
Fixed PyPI package manifest Support for playlist folders in PyPI package
0.3.0 (2014-06-24)
Moped as installable Mopidy extension
0.2.0 (2013-12-18)
Angular version added.
0.1.0 (2013-12-04)
Initial Durandal version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Mopidy-Moped-0.4.0.tar.gz
.
File metadata
- Download URL: Mopidy-Moped-0.4.0.tar.gz
- Upload date:
- Size: 245.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f8aaaf96c77d3e71446546dacdc7c853964e461fc791aac6bbce9cb39c35bc3 |
|
MD5 | 73297b46ce1dcb79483999e082b9f1fe |
|
BLAKE2b-256 | 0343da7f4862d0bb8973227ee312e37857c5c32f4d753e48d14c3b3563a0ecdc |