PostScan is a plugin for Squeezebox Server 7.5 and above.  PostScan
monitors the SBS library database and will automatically execute user
defined SQL queries at the conclusion of the library scan.

An example of such a query:

No Genre to bottom of the list: (moves the 'No Genre' entry to the
bottom of the genres list.)

Code:
--------------------
    
  UPDATE genres
  set namesort = 'ZZZZZZZZ NO GENRE'
  where name = 'No Genre';
  
--------------------


This is a beta version of the plugin.  It has only been tested with SBS
7.6 using SQLite.

Also, there is no extension downloader option for this plugin as of
yet.  It will need to be installed 'manually'.

Please post your experiences with this plugin to this thread.


+-------------------------------------------------------------------+
|Filename: PostScan_BETA_20100617.zip                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10121|
+-------------------------------------------------------------------+

-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=79778

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

Reply via email to