Dan Sully Wrote: > * dip shaped the electrons to say... > > >"Clear library before rescan" seems not in all cases really clean the > >database. I changed for some file the filenames (removed accented > >characters) and after a rescan with cleaning the library there were > two > >entries when I search for the song title. One was pointing to the old > >filename (which did no longer exist) and one to the new (correct) > one. > > Run with --d_sql - you'll see it dropping all of the tables in the > database. > > There's something else going on. Do you have a playlist that refers to > the old file? A 'clear library' actually drops the tables and then recreates them? Can't you just clear the table and then recover any unused space (in MySQL this would be an 'optimize table' statement)?
I've had the idea of adding columns to some tables for my own use and doing a drop table would, of course, wipe out any changes. -- JJZolx Jim _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
