1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
Go to file
2014-08-22 17:40:15 +01:00
assets Update AngularJS. 2014-08-22 17:40:15 +01:00
lib Start of refactor. Rendering initial view works. 2014-03-19 16:58:13 +00:00
public Can browse down through library. 2014-04-24 16:17:02 +01:00
spec Move assets to be more consistent with Rails. 2014-04-11 12:42:46 +01:00
views Can show and hide library. 2014-04-15 15:32:17 +01:00
.gitignore WIP: Refactor and Gemify 2013-12-12 11:51:59 +00:00
.rspec Start of refactor. Rendering initial view works. 2014-03-19 16:58:13 +00:00
.ruby-version Update ruby and gems. 2014-08-22 17:09:34 +01:00
config.ru Don't like the executable - use config.ru again for now 2013-12-12 11:52:00 +00:00
Gemfile Update ruby and gems. 2014-08-22 17:09:34 +01:00
Gemfile.lock Update ruby and gems. 2014-08-22 17:09:34 +01:00
LICENSE Add license. 2013-08-29 08:23:16 +01:00
Rakefile Added first few Javascript specs. 2014-03-25 17:47:09 +00:00
README.md Update README. 2014-08-22 12:45:18 +01:00

MPD Client

MPD Client built with Sinatra and AngularJS. Uses Server-Sent Events for updating the interface in realtime.

What is MPD?

Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.

Find out more at http://www.musicpd.org.

Instructions

  1. Install and configure MPD. You're on your own with this one.
  2. Install dependencies with bundle install.
  3. Run server with bundle exec thin start.
  4. Connect to http://localhost:3000 with your browser.
  5. Profit!

Todo

  • Library browser
  • Queue editing
  • Tests
  • Better name