https://github.com/rbackhouse/mpdjs
Music Player Daemon client written in javascript
https://github.com/rbackhouse/mpdjs
cordova ios javascript mpd nodejs objective-c
Last synced: about 1 year ago
JSON representation
Music Player Daemon client written in javascript
- Host: GitHub
- URL: https://github.com/rbackhouse/mpdjs
- Owner: rbackhouse
- License: mit
- Created: 2012-12-19T21:12:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T13:47:12.000Z (over 7 years ago)
- Last Synced: 2025-02-11T01:12:25.315Z (over 1 year ago)
- Topics: cordova, ios, javascript, mpd, nodejs, objective-c
- Language: JavaScript
- Size: 6.93 MB
- Stars: 26
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mpdjs
=====
**Note** mpdjs is no longer actively developed. See [MaximumMPD](https://github.com/rbackhouse/MaximumMPD) for a replacement
Music Player Daemon client written in javascript.
A proxy running on a nodejs server provides the connection to the Music Play Daemon process. The Frontend is written using JQuery/JQuery Mobile/Backbone/Underscore.
JavaScript optimization provided by Zazl (https://github.com/zazl/zazloptimizer). A WebSocket is used to push status updates to the browser.
Install
-------
From npm
npm install mpdjs
From git
git clone git@github.com:rbackhouse/mpdjs.git
(or download the zipped source from https://github.com/rbackhouse/mpdjs/archive/master.zip)
cd mpdjs
npm install
Usage
-----
node node_modules/mpdjs [http port] [MPD hostname] [MPD port] [javascript compression] [MPD password]
e.g
node node_modules/mpdjs 8080 localhost 6600 false mypass
Point browser to http://[host]:[http port]
iOS App
-------
You can install a iOS based version of MPDjs from iTunes via https://itunes.apple.com/in/app/mpdjs/id965553250?mt=8