------------------------------------------------------------------------
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)
------------------------------------------------------------------------
- (if testing with older version) Apply patch to log the source of the
alarmEnd call:
Code:
--------------------
diff -ru a/Slim/Utils/Alarm.pm b/Slim/Utils/Alarm.pm
--- a/Slim/Utils/Alarm.pm 2022-11-20 11:56:59.616851242 +0100
+++ b/Slim/Utils/Alarm.pm 2020-10-22 20:50:03.000000000 +0200
@@ -1977,6 +1977,7 @@
# Don't respond to requests that we created ourselves
my $source = $request->source;
+ main::DEBUGLOG && $isDebug && $log->debug("stop requested by
'$source'");
if ($source && ($source eq 'ALARM' || $source eq 'PLUGIN_RANDOMPLAY')) {
main::DEBUGLOG && $isDebug && $log->debug('Ignoring
self-created request');
return;
--------------------
- Open a browser into Material and select the player on which you want
to test the alarm
- go to the `settings - player` page and set the alarm 5 minutes (or
more) away from current
note: if you set the time say 2 minutes away the Alarm will usually
fire correctly - made that mistake several times
- return to main page and select a different player
- keep Material open on that second player
Shows the Material client shutting down the alarm 99% of the time in all
8.x versions. Have not been able to trace back further because I used a
different installer back then and it would cost me several hours to run
through all the involved compile actions.
------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=116649
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta