------------------------------------------------------------------------
A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=116649
------------------------------------------------------------------------
Question: On what player types does the alarm fail for you?
    
- Squeezebox Radio (official firmware 7.x) 
- Squeezebox Radio (community firmware 8.x) 
- Squeezebox Touch (official firmware 7.x) 
- Squeezebox Touch (community firmware 8.x) 
- SB Classic/Boom/Receiver/Transporter 
- Other (eg. Raspberry Pi based)
------------------------------------------------------------------------

mherger wrote: 
> > So it looks like the behaviour of pressing pause from a remote
> control
> > device has changed.
> 
> But the change would be in 8.3.0, too?

No this change for me is only apparent after the playerprefs code fix...
i.e. this elseif


Code:
--------------------
    elsif ($source && $source !~ m|^/[a-z0-9]+/slim/request| && $source =~ 
m|^/[a-z0-9]+/slim/\w+/(?:[0-9a-f]+:){5}[0-9a-f]+|i) {
        warn Data::Dump::dump($request, 'Alarm: ignored event');
        main::DEBUGLOG && $isDebug && $log->debug('Ignoring notification to 
subscriber');
        return;
--------------------


If I put the original Alarm.pm from Nov 21 nightly in then pause in
WebUI pauses the alarm and turns off player
If I roll back to 8.3.0 then pause in WebUI pauses the alarm and turns
off player
With 29th Nov nightly then pause in WebUI pauses the stream but leaves
the alarm "running" alarm screensaver is still on and then the fallback
alarm starts.

Attached are log files for the above 3 instances

I wasn't aware there could be a stop button added in Material, so
haven't tested behaviour with that under any version.

Kev


+-------------------------------------------------------------------+
|Filename: 831_playerprefs_fix_29Nov_pausefail.txt                  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39268|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=116649

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to