Skip to content
/ mpyc Public

Web-based MPD client using Flask and associated gizmos.

Notifications You must be signed in to change notification settings

phyber/mpyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

mpyc

Web-based MPD client using Flask and associated gizmos.

Requirements

Installation

$ virtualenv $ENV_NAME && cd $ENV_NAME
$ bin/pip install flask
$ bin/pip install python-mpd2
$ bin/pip install -e git+https://github.com/phyber/flask_mpd#egg=flask-mpd
$ git clone https://github.com/phyber/mpyc

Configuration

Copy mpyc/default_settings.py to the top-level directory (same directory as runserver.py) as local.cfg. Change settings as needed.

Running

After configuration just execute bin/python2.7 mpyc/runserver.py in the top-level directory of your virtualenv, and then connect to it with your browser on the port that you configured (5000 by default).

Todo

  • Track time should progress.
  • Track position display at foot of page.

About

Web-based MPD client using Flask and associated gizmos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published