13th of May 2009 Jaikoz 3.0.0 Build 1061 released
This is a major release that creates the foundations for a full database backed Tagger
New
- Rewrote Coverart memory handling so that fullsize and preview images are all stored in the database, including artwork downloaded from other sources. Generally this doubles the number of files that can be loaded into Jaikoz before hitting memory limits (previously only fullsize artwork was stored in the database, the preview image was stored in memory).
- Jaikoz now stores information about songs within its database as they are loaded, this allows them to be reloaded at least twice as quickly. This is the first step towards allowing complete collections to be loaded into Jaikoz whatever the size.
Enhancements
- Various performance enhancements.
Fixes
- #1678:DataIndexer trying to update a row that doesn't seem to exist anymore
- #1684:Some releases cannot be added to cache database because they are too large for the field (change to use CLOB like Discogs Release)
- #1702:Getting index out of bounds exception in autocorrecter when it trys to reindex rows that have been modified but deleted
- #1701:Taking a very long time to run correct subfolders from tags, added debugging to identify the cause
- #1715:Now retries Get Acoustic Ids when MusicIP complains it is busy, fix required because of a change with MusicIP
- #1716:Error setselectedindex: 1 out of bounds when opening Preferences
- #1726:Contention for the same database connection from multiple threads