Bug 15847 - The scanner does not pick up WM/AlbumSortOrder
: The scanner does not pick up WM/AlbumSortOrder
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Scanner
: 7.4.2
: PC SuSE Linux
: -- trivial (vote)
: 7.5.1
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-07 07:58 UTC by jshubertus
Modified: 2010-04-14 13:31 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
WMA.pm with added line to make WM/AlbumSortOrder work on SB server (3.37 KB, patch)
2010-03-07 07:58 UTC, jshubertus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jshubertus 2010-03-07 07:58:45 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.
Comment 1 KDF 2010-04-14 13:17:18 UTC
seems simple and reasonable enough. assigning to Andy for the quick fix and to decide which target is best at this time.
Comment 2 Andy Grundman 2010-04-14 13:30:26 UTC
Thanks!
Comment 3 SVN Bot 2010-04-14 13:31:33 UTC
 == 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