jacob / librarian

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

This URL has Read+Write access

jacob (author)
Wed Nov 04 21:54:02 -0800 2009
commit  a16b3e7f776300a94c5dd5e3abe20fe9b869593a
tree    0558e7987eecbb8c95292e6690f31a22ae603f94
parent  2ca710b37981819f7b95409d2c0d340172299cfc
name age message
file .gitignore Loading commit data...
file INSTALL
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory lib/
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.