jacob / librarian
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit a16b3e7f776300a94c5dd5e3abe20fe9b869593a
tree 0558e7987eecbb8c95292e6690f31a22ae603f94
parent 2ca710b37981819f7b95409d2c0d340172299cfc
tree 0558e7987eecbb8c95292e6690f31a22ae603f94
parent 2ca710b37981819f7b95409d2c0d340172299cfc
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
INSTALL | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
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.

