psi / librarian forked from jacob/librarian

indexes audio file collections into a database using id3 tags. Handles mp3, ogg, flac.

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file INSTALL
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory public/
directory script/
directory test/
README
==

Librarian is a utility for scanning a collection of audio files on
disk and importing their tag data into a database. 

Librarian uses the ruby wrapper for taglib, documentation at
http://rtaglib.rubyforge.org , to parse tags in mp3, flac & ogg
files. Tag data is extracted to a single unnormalized table with these
columns: path, file, album, artist, title, genre, year, track.

This project is currently in-development / unfinished.