muzak
muzak is an attempt at a metamusic player.
It indexes a filesystem tree, providing metadata to a user's preferred media player. It also provides a command API for controlling the indexed files and the state of the player.
Screenshot
Usage
Muzak is still a work in process. Don't expect stability or pleasant output.
$ ruby -Ilib bin/muzakd.rb
$ ruby -Ilib bin/muzak-cmd enqueue-artist "The Beatles"
Documentation
API documentation can be found on RubyDoc.
User documentation for commands can be found under COMMANDS, as well as on RubyDoc.
User documentation for configuration can be found under CONFIGURATION, as well as on RubyDoc.
TODO
- GUI "frontend"?
- current indexing/sorting logic is terrible
- figure out how to do events/album art in VLC
- rewrite plugin event system