On 7-Feb-07, at 8:06 PM, grimholtz wrote:

>
> Got it resolved.
>

glad to hear it.
>
> 1. How can I get "fade-in seconds" more than 90 seconds? I'm willing to
> edit code.
>
edit the PLUGIN.alarmfadeseconds.* prefs

or, edit the line (around line 900)
'validateArgs' => [0,90,1,1]

set 90 to whatever maximum that you want.

and if you want to edit the player UI, change the following lines:

                                'header'         => 'ALARM_FADE',
                                'stringHeader'   => 1,
                                'headerValue'    =>'unscaled',

to something like:
                                'header'         => 'ALARM_FADE',
                                'stringHeader'   => 1,
                                'maximum'        => 150,
                                'headerValue'    =>'scaled',

> 2. Is there a support forum or thread here in these forums for your
> plugin where I should post these questions in the future?
>
Third Party Plugins  is the usual spot for dealing with plugins.

cheers,
kdf

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

Reply via email to