------------------------------------------------------------------------
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)
------------------------------------------------------------------------

i.e. like so:


Code:
--------------------
    --- a/Slim/Utils/Alarm.pm   2020-10-22 20:50:03.000000000 +0200
  +++ b/Slim/Utils/Alarm.pm     2022-11-23 10:42:16.695338858 +0100
  @@ -1977,7 +1977,7 @@
  
        # Don't respond to requests that we created ourselves
        my $source = $request->source;
  -     if ($source && ($source eq 'ALARM' || $source eq 'PLUGIN_RANDOMPLAY')) {
  +     if ($source && (($source eq 'ALARM') || ($source eq 
'PLUGIN_RANDOMPLAY') || (index($source,'playerprefs') != -1))) {
                main::DEBUGLOG && $isDebug && $log->debug('Ignoring 
self-created request');
                return;
        }
  
--------------------


------------------------------------------------------------------------
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

Reply via email to