snarlydwarf;366056 Wrote: 
> Shouldn't be... clear-and-scan deletes everything.... ie, the code is
> literally:
> 
> > 
Code:
--------------------
  >   > 
  > Slim::Utils::SQLHelper->executeSQLFile(
  > $driver, $class->storage->dbh, "schema_clear.sql"
  > );
  > 
--------------------
> > 
> and if you look at schema_clear.sql it's a bunch of DELETE FROM's:
> 
> > 
Code:
--------------------
  >   > 
  > DELETE FROM tracks;
  > 
  > DELETE FROM playlist_track;
  > 
  > DELETE FROM albums;
  > 
  > DELETE FROM years;
  > 
--------------------
> > 
> 
> Sort of hard to escape from a DELETE.
> 
> Are you using something like iTunes or MusicIP that could be
> reintroducing things you thought you cleared?  (MusicIP liked to mess
> up my tags greatly, or rather, it overwrote what was so nicely done in
> the first part of the scan when it imported... there is a switch now
> to disable grabbing tags from MusicIP which speeds it up and stops
> that bad behavior.)

I am using MusicIP, what switch disable grabbing tags?


-- 
m1abrams
------------------------------------------------------------------------
m1abrams's Profile: http://forums.slimdevices.com/member.php?userid=850
View this thread: http://forums.slimdevices.com/showthread.php?t=55833

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to