Bugzilla – Bug 15847
The scanner does not pick up WM/AlbumSortOrder
Last modified: 2010-04-14 13:31:33 UTC
Created attachment 6604 [details] WMA.pm with added line to make WM/AlbumSortOrder work on SB server The scanner does not pick up the values in the WMA tag WM/AlbumSortOrder. This bug is related to the bugs described in 10761 and 15707. I expect the addition of the following line in /usr/lib/perl5/vendor_perl/Slim/Formats/WMA.pm will help -> 'WM/AlbumSortOrder' => 'ALBUMSORT', The attached file is an example of WMA.pm that seems to work on my SB server.
seems simple and reasonable enough. assigning to Andy for the quick fix and to decide which target is best at this time.
Thanks!
== Auto-comment from SVN commit #30601 to the slim repo by agrundman == == http://svn.slimdevices.com/slim?view=revision&revision=30601 == Fixed bug 15847, add mapping for WM/AlbumSortOrder => ALBUMSORT