Under Settings/Advanced/Logging you could enable Info (or higher) for
(scan.scanner) - Media & Playlist Folder Scanning
It should then put something in the logs when timer becomes due ...
unless it thinks that scanning is already in progress.

>From /Slim/Plugin/Rescan/Plugin.pm

Code:
--------------------
    
  sub executeRescan {
        my $rescanType = ['rescan'];
        my $rescanPref = $prefs->get('type') || '';
  
        if ($rescanPref eq '2wipedb') {
  
                $rescanType = ['wipecache'];
  
        } elsif ($rescanPref eq '3playlist') {
  
                $rescanType = [qw(rescan playlists)];
        }
  
        if (!Slim::Music::Import->stillScanning()) {
  
                main::INFOLOG && logger('scan.scanner')->info("Initiating scan 
of type: ", $rescanType->[0]);
  
                Slim::Control::Request::executeRequest(undef, $rescanType);
        }
  }
  
--------------------



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=109404

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

Reply via email to