erland;484462 Wrote: 
> For each scanning module in Custom Scan settings, there is a checkbox
> "Include in automatic scans and "Scan All"". If this checkbox is
> enabled, a Custom Scan of that scanning module is executed after each
> scanning operation in standard Squeezebox Server.
> 
> You can disable this, but it means that you will need to launch Custom
> Scan scanning modules separately, they will never be executed
> automatically after a standard Squeezebox Server rescan.
> 

OK, thought there was a way to turn off the standard auto scanning. 
But I don't even have AutoRescan installed.  A question for another
subforum, though.  

Having to click a few more buttons on the "Manage Custom Scanning" page
is not onerous, and for scheduled scans I can always go back to a cron
script, something like

Code:
--------------------
    
  #!/bin/sh
  telnet localhost 9090 <<EOF
  rescan
  customscan clear Plugins::CustomScan::Modules::CustomTag
  customscan clear Plugins::CustomScan::Modules::MixedTag
  customscan scan Plugins::CustomScan::Modules::CustomTag
  customscan scan Plugins::CustomScan::Modules::MixedTag
  exit
  EOF
  
--------------------


> 
> Which Custom Scan version are you using ?
> There was a bug similar to this earlier but it should be corrected if
> you have the latest version.
> 

OK, upgraded from 2.7.2 to 2.7.4.  We'll see what happens after the
next scan.  Thanks!


-- 
Daverz
------------------------------------------------------------------------
Daverz's Profile: http://forums.slimdevices.com/member.php?userid=32335
View this thread: http://forums.slimdevices.com/showthread.php?t=71302

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

Reply via email to