Bug 17174 - Title info doesn't update correctly when multiple SBs are playing same station
: Title info doesn't update correctly when multiple SBs are playing same station
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Metadata (Radio)
: 7.5.4
: PC Windows XP
: P2 normal with 1 vote (vote)
: 7.8.0
Assigned To: Alan Young
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-22 05:14 UTC by Vincent Verschuren
Modified: 2012-03-28 01:37 UTC (History)
3 users (show)

See Also:
Category: Bug


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Verschuren 2011-04-22 05:14:24 UTC
I have 2 squeezeboxes connected to my squeezebox server: a squeezebox 3 and a squeezebox radio.
After upgrading from squeezebox server 7.5.2 to 7.5.4, I noticed te following behavior:

- When one of the squeezeboxes plays a radio stream (mp3), the title info is updated just fine in the now playing screen.
- When both squeezeboxes play the same stream, only the sb3 updates the the title info. The sb radio, seems to fetch title info once when play is pressed, but doesn't update the title info after that.
Comment 1 Alan Young 2011-11-06 23:23:47 UTC
Unassigned bugs cannot have a priority.
Comment 2 Alan Young 2012-03-28 00:25:55 UTC
This is to do with the code for changing the title (Slim::Music::Info::setCurrentTitle()) which only effects a change if the new title is different from the one already recorded for that URL. The new title is propagated to all displays and controllers associated with players in the current sync-group (that of the player on behalf of which the title-change was invoked), so it is not a problem for synced players, and it will always update on ip3k player UIs because they refresh their display all the time, but it may not be propagated to independent SP-based players. The SP player will get the title update if the server happens to process the new metadata for that player first.
Comment 3 SVN Bot 2012-03-28 01:37:56 UTC
 == Auto-comment from SVN commit #33917 to the slim repo by ayoung ==
 == http://svn.slimdevices.com/slim?view=revision&revision=33917 ==

Fixed bug 17174: Title info doesn't update correctly when multiple SBs are playing same station

Inform (the sync-group master) of other players that are playing the same station when a station's
current title is updated.