* JJZolx shaped the electrons to say...

Does it make a difference that it's not the installed MySQL?

Yes. If you've changed the settings somehow to not have the InnoDB engine
running.

More importantly, what caused the very first wipe of the database? That's the problem that I'd be worried most about.

And that more than one scanner can easily run simultaneously.

I would also think that the use of db transactions would keep the
scanners, even with more than one running, from repeatedly adding the
same genres, artists and albums into the database.

Only 1 external scanner is allowed to run at a time:

if (!$force && Slim::Music::Import->stillScanning) {

        msg("Import: There appears to be an existing scanner running.\n");
        msg("Import: If this is not the case, run with --force\n");
        msg("Exiting!\n");
        exit;
}

-D
--
On second thought, let's not go to Camelot. It is a silly place.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to