Bug 2321 - Playing a New Music album adds all new music to playlist
: Playing a New Music album adds all new music to playlist
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.2.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-20 00:45 UTC by Philip Meyer
Modified: 2008-09-15 14:36 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Meyer 2005-10-20 00:45:47 UTC
I can browse new music on a SB1 or SB2 and albums are displayed correctly.

However, if I press play or add on an album within New Music, this actually 
plays all New Music (all tracks on all albums listed under new music).

Playing new music works fine in Web UI.
Comment 1 KDF 2005-10-20 11:25:12 UTC
Looks like the 'allTransform' is being applied too liberally.  In BrowseDB.pm,
change line 182 to:
if ($all && $info->{'allTransform'}) {

it should work ok then, as a single album will skip using the extra field, and
find using only the album id.
 
Comment 2 Dan Sully 2005-10-20 11:34:41 UTC
Thanks kdf - fixed in change 4714