Quoting Aaron, from the post of Mon, 14 Feb: > I want to populate a table in a mysql database with the information in > the tags of the audio files.
while I'm hardly a DB expert, I know how to create a table and do INSERTs. how hard should it be to traverse a directory tree with find or some smarter iterator in a python script and extract the ID3 data and format it to an INSERT command? I bet I can hack this up within an hour and most of the time will be reminding myself a few things I forgot and finding an ID3 tag reader CLI tool or something. question is, do you want it to interface with an existing app? then you just need to use an existing table. will actually save you a step. :) all depends on what you intend to do with the data in the end of course. On my Debian: [EMAIL PROTECTED] ~]$ apt-cache search database|grep music audiolink - makes managing and searching for music easier mserv - local centralised multiuser music server tellico - A collection manager for books, videos, music [EMAIL PROTECTED] ~]$ apt-cache search database|grep mp3 digitaldj - An SQL based mp3 player front-end mp3kult - Organizes your MP3 collection in a MySQL database phpgroupware-dj - phpGroupWare mp3 database interface module prokyon3 - A mp3 and ogg/vorbis manager and tag editor whatdaya know... -- A totally organic experiance Ira Abramov http://ira.abramov.org/email/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]