personel CDDB

Jim Dennis jimd at vega.starshine.org
Tue Mar 26 00:55:26 EST 2002


In article <4a7fde99.0203251840.2aafdf58 at posting.google.com>, Ryan wrote:

> I'm thinking about writting a personel CD database that links into RDB
> so you can put in a cd and have python link to crdb and make a
> personel database to keep track of your cd's (and maybe rip mp3s from
> it and store them in the database to)  I'm wondering if many people
> would have an interest in this so I will know whether to just write it
> so it works, or write it the right way, (ie. pure python and a gui
> using anydb).  If it's just for me it won't be nearly as robust and
> will use a lot of win32 extensions (for speed).  If there is enough
> interest I may even post to source-forge.
> Thx
> Ryan

 I would think that at tool to query online CDDB and post to a 
 local PostgreSQL or MySQL (or any dbm) database would be useful.

 I'm not so sure about the idea of posting BLOBs (binary large objects)
 into the db, but that would be almost trivial as an option (in
 supported DBMSes).





More information about the Python-list mailing list