mp3cdbrowser is a tool to organize collections of music (mp3, ogg/vorbis) on CDs or on harddisk. It stores info about the tracks' name, album, length,... into a database (build-in or MySQL). You can later browse the tracks or search for them.
Be the first to post a text review of mp3cd browser. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Hi, I just released version 1.9.3. It features some minor enhancements: - a splitpane divider between tree view and info panel - a confirm dialog if you have uncommited changes and you are switching to a different track - performance for hsqldb-backend enhanced: Performance was IMO good before with the exception of one special case. If you were trying to browse to the tracks of an album with an empty name (i.e. all tracks where the album was left blank) this took incredibly long. The good news: performance for this case was increased by 100% The bad news: it is still to slow :-( In my case it took 8 seconds before and is now down to 4 seconds. I'm still looking to increase the performance further. Bug fixes: - search for special characters (', _, %) should work now For the technical interested: the performance enhancement was achieved by using hsqldb MEMORY tables instead of CACHED tables. This means that the complete db is now in main memory and is only stored to disk on shutdown.
New in 1.9.3 ============ - Performance with the hsqldb backend was improved (still is to slow in some cases :-( - Splitpane divider between tree view and info panel - Display confirm dialog if you have uncommited changes when switching to a different track Bug Fixes --------- - search for special characters (', _, %) should work now
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?