All Projects → rbackhouse → mpdjs

rbackhouse / mpdjs

Licence: MIT license
Music Player Daemon client written in javascript

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to mpdjs

angular-cordova
Angular wrapper for Cordova
Stars: ✭ 21 (-19.23%)
Mutual labels:  cordova
openfoodfacts-cordova-app
Open Food Facts mobile app, developed with Cordova, for iOS, Android, Windows Phone, FirefoxOS etc.
Stars: ✭ 24 (-7.69%)
Mutual labels:  cordova
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-30.77%)
Mutual labels:  cordova
mpdq
Automatic MPD "smart playlist" creator with minimal but hackable setup.
Stars: ✭ 18 (-30.77%)
Mutual labels:  mpd
cordova-plugin-dbmeter
🎤📣 Cordova plugin to get decibels from the microphone
Stars: ✭ 33 (+26.92%)
Mutual labels:  cordova
ionic-resource-generator
Painless, Offline First, No Dependency, Ionic resources generator
Stars: ✭ 31 (+19.23%)
Mutual labels:  cordova
quasar-manage
基于 Quasar-cli 的中后台前端解决方案
Stars: ✭ 62 (+138.46%)
Mutual labels:  cordova
ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
Stars: ✭ 16 (-38.46%)
Mutual labels:  cordova
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+180.77%)
Mutual labels:  mpd
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-3.85%)
Mutual labels:  cordova
mpdevil
A simple music browser for MPD
Stars: ✭ 88 (+238.46%)
Mutual labels:  mpd
mobile-messaging-cordova-plugin
Mobile Messaging SDK plugin for Cordova projects
Stars: ✭ 19 (-26.92%)
Mutual labels:  cordova
cordova-common
Apache Cordova Common Tooling Library
Stars: ✭ 30 (+15.38%)
Mutual labels:  cordova
OCaml-libmpdclient
mpd client library implementation in OCaml.
Stars: ✭ 15 (-42.31%)
Mutual labels:  mpd
cordova-plugin-x5-tbs
Use Tencent Browser Service(TBS) instead of System WebView for Cordova App
Stars: ✭ 65 (+150%)
Mutual labels:  cordova
cordova-plugin-webpack
Integrate webpack into your Cordova workflow.
Stars: ✭ 61 (+134.62%)
Mutual labels:  cordova
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (-34.62%)
Mutual labels:  cordova
cordova-gmv-barcode-scanner
A Cordova barcode scanning plugin based on the Google Mobile Vision library for iOS & Android.
Stars: ✭ 48 (+84.62%)
Mutual labels:  cordova
cordova-plugin-background-upload
Cordova plugin for background upload
Stars: ✭ 47 (+80.77%)
Mutual labels:  cordova
cordova-amazon-fireos
[DEPRECATED] Apache Cordova
Stars: ✭ 21 (-19.23%)
Mutual labels:  cordova

mpdjs

Note mpdjs is no longer actively developed. See 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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].