https://github.com/gerev/mpdisco
A team-controlled music server based on mpd.
https://github.com/gerev/mpdisco
Last synced: about 1 year ago
JSON representation
A team-controlled music server based on mpd.
- Host: GitHub
- URL: https://github.com/gerev/mpdisco
- Owner: GeReV
- License: mit
- Created: 2013-06-13T14:58:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T17:12:25.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T11:39:19.162Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://gerev.github.io/mpdisco/
- Size: 15.7 MB
- Stars: 27
- Watchers: 4
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mpdisco
=======
[MPDisco Homepage](http://gerev.github.io/mpdisco)
A team-controlled music server based on mpd.
Accessing the MPDisco server puts each user, after logging in, in a rotating DJ queue.
Each user will be given one hour (by default) to control the playlist and music player.
Installation
------------
First off, MPDisco depends on the installation of [MPD](http://www.musicpd.org/) on the server.
Follow the [installation instructions](http://mpd.wikia.com/wiki/Install) to install.
Using NPM, run:
```npm install mpdisco```
Modify `config.json` to change the music directory, play time for each DJ and session secret (recommended).
Running
-------
To run MPDisco, in the installation directory, use:
```node index.js```