Bug 11070 - Don't display large V at beginning of browse Artists
: Don't display large V at beginning of browse Artists
Status: RESOLVED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Browser
: unspecified
: All All
: P2 normal (vote)
: 7.5.1
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-13 00:05 UTC by Jim McAtee
Modified: 2010-04-08 15:03 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
patch to suppress VA textkey in artistsQuery() response (459 bytes, patch)
2010-03-22 14:29 UTC, Ben Klaas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2009-02-13 00:05:23 UTC
The VA artist is artificially sorted to the beginning of Artist list.  When browsing quickly through the list and large letters are shown in the background to aid navigation, a V will show when the the first item is reached, usually coming after A.  This V should be suppressed.
Comment 1 Jim McAtee 2009-02-13 01:01:21 UTC
Playing with it a bit more, it's a little bit inconsistent.  Sometimes the last large character displayed will be a '1' (for '10,000 Maniacs') and sometimes it will be the 'V' from Various Artists.
Comment 2 Richard Titmuss 2009-03-26 03:42:42 UTC
Ben I'm assigning this to you now, but we probably need to discuss this before any code changes.
Comment 3 Ben Klaas 2009-08-26 07:52:27 UTC
this is an administrative shuffle on priority fields to help make better judgment on the top end of the priority list. P4->P5, P3->P4, and P2->P3.
Comment 4 Ben Klaas 2010-03-22 14:29:37 UTC
Created attachment 6682 [details]
patch to suppress VA textkey in artistsQuery() response

If $count_va is true and this is the first item in the chunk response, send a " " as the textKey instead of a (localized) "V"
Comment 5 SVN Bot 2010-04-08 15:02:53 UTC
 == Auto-comment from SVN commit #30518 to the slim repo by bklaas ==
 == http://svn.slimdevices.com/slim?view=revision&revision=30518 ==

Fixed Bug: 11070
Description: Do not send V as textkey for Various Artists at top of artist list