Bug 3596 - All Songs for an artist selects ALL the songs
: All Songs for an artist selects ALL the songs
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Database
: 6.5b1
: PC Windows Server 2003
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-17 19:55 UTC by Alex
Modified: 2008-09-15 14:39 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 Alex 2006-06-17 19:55:12 UTC
Not sure if it matters, it happened in the Fishbone skin.
Comment 1 KDF 2006-06-17 20:22:25 UTC
it doesn't in this case.  The descend mappings are wrong for the "all" links:
$VAR1 = {
          'album' => 'track',
          'contributor' => 'album'
        };
$VAR1 = {};
2006-06-17 20:20:31.5145 find:
$VAR1 = {};
2006-06-17 20:20:31.5154 running resultset on: contributor
$VAR1 = {
          'album' => 'track',
          'contributor' => 'album'
        };
$VAR1 = {
          'contributor.id' => '13580'
        };
2006-06-17 20:20:40.2058 working on levelname: [contributor]
2006-06-17 20:20:40.2386 find:
$VAR1 = {
          'album' => {
                       'me.id' => '13580'
                     }
        };
2006-06-17 20:20:40.2395 running resultset on: album
$VAR1 = {
          'album' => 'track',
          'contributor' => 'album'
        };
$VAR1 = {
          'contributor.id' => '13580'
        };
2006-06-17 20:20:42.8801 working on levelname: [contributor]
2006-06-17 20:20:42.9083 find:
$VAR1 = {
          'album' => {
                       'me.id' => '13580'
                     }
        };
2006-06-17 20:20:42.9091 running resultset on: track
Comment 2 Richard Harnwell 2006-07-02 16:15:56 UTC
I also have this. Running Linux / 6.5b1 - 8242 

It happens from my Squeezebox (3) and the web page.
Comment 3 Dan Sully 2006-07-07 15:35:46 UTC
This is working for the web ui now, but not the player ui
Comment 4 Dan Sully 2006-07-13 16:28:19 UTC
Fixed in change 8427