Next idea…
posted by CodeGirlI want to write an app that will let me catalog all my cds, MP3s, DVDs, and books. It will support the CueCat scanner to make for easy entry of items (I won’t assume that all people have their CueCat hacked, as I do). It will be in perl of course because I just can’t seem to get anything written in Java in a timely manner as it is such a PITA about everything. I found a few abandoned projects on SourceForge that either never got past the planning stage, or never got much useful code written.
It started out as just something to catalog MP3s. It would read the ID3 tags (if there were any) and use that data to populate the db entry or supplement data found on FreeDB.org. A perl/tk app was going to run on any desktop/laptop with MP3s but no
internet access, which would grab as much data as possible about the mp3s and dump the output to a flatfile. A second perl/tk app would send that output file to a cgi/webapp that would get the data into the db after looking up whatever it needed on FreeDB.
It will be stored in a mysql db and have a web interface for searching and adding new data.
This entry was posted on Wednesday, June 16th, 2004 at 5:29 pm and is filed under Dev, Perl, linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





August 6th, 2006 at 10:12 am
Good job.