lllibrary

lllibrary is a Ruby library that manages music libraries. It stores tracks (with metadata) and playlists in a database (using ActiveRecord), and gives you a sort of DSL to build complex playlists with ease.

Install

First, you need taglib. Get it from there and install it, or install it with a package manager. (Apparently Windows users don't have to do this, as the taglib DLL is bundled with the taglib-ruby gem.)

Then, just type:

$ gem install lllibrary

Usage

Erm... read the inline docs.

TODO

  • Better error reporting
  • Tests, documentation, the like