Thanks Owen! Applied in r2455. BTW after retrying to import the sqlite branch like 10 times, the Launchpad guys finally decided to try doing something different and marked it for manual import by a human being. (The whiteboard comment updated yesterday says "Assigned to Michael for a manual code import after retrying a couple of times failed.")
Let's keep our fingers crossed.... Albert On Tue, Jul 14, 2009 at 7:48 PM, Owen Williams<[email protected]> wrote: > Mixxx does not discover new files placed in directories that were > already in the mixxx database. This patch fixes the problem. > > > steps to reproduce: > * create a new folder, foo/, and put a song in it > * rescan the library > ** the new file appears in the library > * add another song into foo/ > * rescan the library > > expected result: > ** the new file appears > > actual result: > ** it doesn't > > This bug happens because the bexists variable is not reset for each loop > iteration. Thus, as soon as a single file is rediscovered in the > library, bexists remains true for every other file. > > owen > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
