Bugzilla – Bug 14717
Add a urlmd5 field to the tracks table
Last modified: 2011-03-16 04:47:15 UTC
An indexed urlmd5 column containing md5(url) hash values could be helpful for maintaining persistent track data. See: http://forums.slimdevices.com/showthread.php?t=69242 This enhancement could potentially be a trivial one to implement as the md5(url) values could be calculated at scan time in schema_optimize.sql: UPDATE tracks set urlmd5 = MD5(url);
And to the tracks_persistent table too, of course.
Andy: your thoughts on this enhancement?
== Auto-comment from SVN commit #28997 to the slim repo by andy == == https://svn.slimdevices.com/slim?view=revision&revision=28997 == Fixed bug 14717, add urlmd5 column to more efficiently join tracks and tracks_persistent
This bug has been marked fixed in a released version of Squeezebox Server or the accompanying firmware or mysqueezebox.com release. If you are still seeing this issue, please let us know!