No problem, I have my copy working well enough to use on a gig on Wednesday but the version I've got running is not ready for trunk, as I've got a message box coming up when the program starts to hold up the loading of mixxx until the library scanner completes. i.e. the user interface does not appear until I press 'OK'
While working on this, I found that the commits are also hiding an issue. If a commit takes 5 seconds, that means it is failing - and I mean failing silently. If the transactions stay then you will need some logic around the commits to detect errors. Regards Graeme On Sun, 2010-05-16 at 19:47 -0700, Albert Santoni wrote: > Hi Graeme, > > Thanks for the patch. I'm looking at committing your album searching > fixes, but I'm going to sit on the other changes for a bit. > > Anything that makes it harder to reproduce a bug usually makes debugging > it more difficult, so I probably won't put this in trunk (yet). Remind > me about this patch again after we fix the deadlocking problem for good, > and I'll give it another look. > > I appreciate your effort looking into the database problem though... > > Thanks, > Albert > > On Sat, 2010-05-15 at 15:12 +0100, Graeme Mathieson wrote: > > The following patch is a workaround for the database locking issue on > > mixxx. It > > does not resolve the database locking, it simply forces the library > > scanner to > > abort when it has a database error thus allowing mixxx to exit cleanly. > > > > Have also included the search on album name functionality from my previous > > email. > > > > > > Regards > > > > > > Graeme > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > Mixxx-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > ------------------------------------------------------------------------------ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
