Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 423 Bytes

mpr

A small serverscript which maintains a voting database for MPD songs.

Current dependencies:

flask - When web comes into the game, flask is the weapon of my choice.
python-mpd2 - Maybe the first MPD-lib i found. It just do the things i want :)

You can install both over pip.

sudo pip install flask && sudo pip install python-mpd2