On Feb 2, 2010, at 7:45 PM, erland wrote: > > andyg;512997 Wrote: >> The scanner should do the right thing when you run it, and yes if a 3rd >> party disables it they should enable it when done. If you don't things >> will be fine, you'll just have slower performance. >> > Just out of interest, does the SQLite solution still use a separate > database file when scanning and replace the main database file it with > the scanned database after the scanning is completed ? > > If so, does this mean that I'll have to be careful to not do something > that modifies tracks_persistent from a third party plugin while scanning > is in progress ?
No, tracks_persistent is not copied like the main database is. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
