Bug 10962 - xPL Heartbeat contains empty title information when playmode = playout-play
: xPL Heartbeat contains empty title information when playmode = playout-play
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: xPL
: unspecified
: PC Other
: -- normal (vote)
: 7.4.0
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-05 04:55 UTC by Timo Krieger
Modified: 2009-10-05 14:36 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 Timo Krieger 2009-02-05 04:55:26 UTC
When the playmode for a SqueezeBox is playout-play, the xPL Heartbeat message does not fill in the title, album, interpret information. So for a xPL client, the SqueezeBox seems to play nothing even if its playing the buffered content.

fix:
In the xPL Plugin.pm method sendXplHBeatMsg line 306 (in 7.2 source):

- if ($playmode eq 'play') {

must be replaced with

+ if ($playmode eq 'play' || $playmode eq 'playout-play') {
Comment 1 Chris Owens 2009-02-09 09:28:20 UTC
Timo there were some changes in plugin support for 7.3.  Does this also happen in the 7.3x builds?
Comment 2 Chris Owens 2009-03-30 17:32:27 UTC
Since there's now a planned 7.3.3 release, bugs which won't make the cut-off are being moved to the next target out.  If you feel that this bug needs to be addressed more (or less) urgently than the 7.4 release, please cc chris@slimdevices.com and leave a comment in the bug to that effect so we can review it.

Thanks.
Comment 3 Chris Owens 2009-03-31 08:54:56 UTC
For some reason Bugzilla did not change the target when I did this yesterday.  Or maybe it was me.  In either case, I'm trying it again.
Comment 4 Timo Krieger 2009-04-06 06:08:18 UTC
Seems to work in version 7.3.2
Comment 5 James Richardson 2009-10-05 14:36:48 UTC
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server!
    * SqueezeCenter: 28672
    * Squeezebox 2 and 3: 130
    * Transporter: 80
    * Receiver: 65
    * Boom: 50
    * Controller: 7790
    * Radio: 7790  

Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes

If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.