mherger wrote: 
> 
> A "clear cache" feature otoh could drop the helper database tables in a
> 
> sane file. Sounds like a reasonable idea for a little plugin.
> 
> -- 
> 
> Michael

Hi Michael,

i dont know why cache.db* are needed :confused:

I drop that on my running system and everything works well.
Ok i only use local files no radiostream snd so on.

In /usr/sbin/squeezeboxserver-scanner is already the "kick templates
folder" after a rescan.
I just added some lines to it and that runs fine - but i really dont
know whats the reason for tzhe cache.db files.


Code:
--------------------
            # Wipe templates if they exist.
  rmtree( catdir($prefs->get('cachedir'), 'templates') );
  
  #wipe cache.db*
  unlink ( catdir($prefs->get('cachedir'), 'cache.db*') );
  
--------------------



Gruss
Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=104564

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to