Bug 17937 - Now Playing information can alternate between station and current-track titles at track skip
: Now Playing information can alternate between station and current-track title...
Status: RESOLVED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Now Playing
: unspecified
: PC Android (please specify version)
: -- normal (vote)
: 7.8.0
Assigned To: Alan Young
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-28 02:13 UTC by Alan Young
Modified: 2012-03-28 02:25 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 Alan Young 2012-03-28 02:13:11 UTC
This is similar to bug 15815.

When playing a radio station, the title can logically go through a sequence of:
1. Title from browse source;
2. Title provided in stream header upon initial connect (or pre-connect scan);
3. The current-track title, or similar, metadata provided in-band in the stream.

On a player display this can result in it oscillating between 1 and 3 or 2 and 3 as the initial data is buffered.
Comment 1 SVN Bot 2012-03-28 02:24:39 UTC
 == Auto-comment from SVN commit #33919 to the slim repo by ayoung ==
 == http://svn.slimdevices.com/slim?view=revision&revision=33919 ==

Fixed bug 17937: Now Playing information can alternate between station and current-track titles at track skip 

Send an empty string as  the track title to jive in buffering messages. The player will not update the title in this case.
Comment 2 SVN Bot 2012-03-28 02:25:02 UTC
 == Auto-comment from SVN commit #9684 to the jive repo by ayoung ==
 == http://svn.slimdevices.com/jive?view=revision&revision=9684 ==

Fixed bug 17937: Now Playing information can alternate between station and current-track titles at track skip 

Send an empty string as  the track title to jive in buffering messages. The player will not update the title in this case.