On 2-Jul-07, at 10:40 PM, SumnerBoy wrote:
>
> I might have a look around in the plugin code and see if I can figure
> out what is going on. Never played with Perl before but have a
> programming background so will see how I get on.
>
I don't have your current version of the plugin handy so I can't give 
you the exact line, but look for a line like this:
Slim::Buttons::Common::pushModeLeft($client, 
'PLUGIN.alarmactive.'.$alarmID);

If you comment that out by adding a # at the beginning of the line, 
save it and restart the server then it should leave the
sever to handle the display as it normally would if it had nothing 
whatsoever to do with an alarm.  The problem is that you
would lose the 'snooze' function as this was a custom function of the 
plugin's alarm display mode, as is the method of turning off.
What you get is just normal playback mode which will respond just as if 
you had started playback from browsing.  The auto off function should 
still work,
as this is just setting a sleep time (as if you had pressed the sleep 
button).

-kdf

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

Reply via email to