Python Music On Console is a wrapper over the amazing console music player moc. It currently consist of two modules:
The moc module wraps the mocp console interface and provides an API to all actions listed in mocp --help.
The mocevent module is a tiny and dynamic event system based on the moc module. It makes you able to execute callbacks when moc changed for instance the currently played track.
Python MOC uses github as version control system and bug tracker and so on.
You can get the current development version from github using git clone:
git clone git://github.com/jonashaag/python-moc
Please file bugs and feature requests using the github ticket system.
I’m glad to get any kind of feedback! (critics, thanks, ideas, feature requests, blah)