As a work-around kludge, you could use my PostScan plugin.  It allows
you to automatically run arbitrary update queries after scans.  You
could define the update query to be something like:


Code:
--------------------
    
  UPDATE contributors
  set namesort = 'PREVIN ANDRE'
  where name = André Previn';
  
--------------------


See: http://forums.slimdevices.com/showthread.php?79778


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

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

Reply via email to