> If I've understood correctly the MusicIP and iTunes integrations
> currently checks the timestamp of the iTunes and MusicIp libraries and
> trigger a rescan if they have changed.

They send the "rescan" command which would check for a running scan:

        # if we're scanning allready, don't do it twice
        if (!Slim::Music::Import->stillScanning()) {

> Is there any risk that such rescan will occur at the same time as a
> full rescan is in progress ?

It should not.

> I know I did get "database is locked" if Custom Scan scanning was
> performed simultaneously, but that's something I can handle in the
> plugin, I just want to be sure similar issues doesn't also exist in the
> built-in MusicIP/iTunes plugins.

How did you trigger that rescan in your plugin?

-- 

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to