Bugzilla – Bug 17937
Now Playing information can alternate between station and current-track titles at track skip
Last modified: 2012-03-28 02:25:02 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.
== 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.
== 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.