The alarm volume now increases.
To change the max volume manually, follow these steps (not yet in the
plugin):
1. Log in to the radio using ssh
2. Edit the AlarmSnoozeApplet file:
vi /usr/share/jive/applets/AlarmSnooze/AlarmSnoozeApplet.lua
3. search for 43 (/43)
You will find this function:
function ()
if self.alarmVolume < 43 then
log:info("fading in fallback alarm: ", self.alarmVolume)
self.alarmVolume = self.alarmVolume + 1
self.localPlayer:volumeLocal(self.alarmVolume)
else
log:info("stop self.alarmVolume at reasonable volume (43):",
self.alarmVolume)
self.fadeInTimer:stop()
end
end
4. change the value of 43 to a lower one, e.g. 20:
if self.alarmVolume < 20 then
5. save the file (:w) and it should work
--
gerko
------------------------------------------------------------------------
gerko's Profile: http://forums.slimdevices.com/member.php?userid=34933
View this thread: http://forums.slimdevices.com/showthread.php?t=81115
_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio