mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
22 lines
384 B
Markdown
22 lines
384 B
Markdown
MPD Client
|
|
==========
|
|
|
|
MPD Client built with Sinatra and CanJS. Uses Server-Sent Events for updating
|
|
the interface in realtime.
|
|
|
|
Instructions
|
|
------------
|
|
|
|
1. Install dependencies with `bundle install`.
|
|
2. Run server with `bundle exec thin start`.
|
|
3. Connect to <http://localhost:3000> with your browser.
|
|
4. Profit!
|
|
|
|
Todo
|
|
----
|
|
|
|
- Library browser
|
|
- Queue editing
|
|
- Tests
|
|
- Better name
|