Bugzilla – Bug 10962
xPL Heartbeat contains empty title information when playmode = playout-play
Last modified: 2009-10-05 14:36:48 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') {
Timo there were some changes in plugin support for 7.3. Does this also happen in the 7.3x builds?
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.
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.
Seems to work in version 7.3.2
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.