to change equalizer to Album list just find line
CODE
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end]"}
in foopilot.ski file and change 'Eualizer' to 'Album list' You can try to put it on right button with replace this line into this
CODE
list scripts string {"[function onleftbuttonup(this) fb2k_prefs('Equalizer') end function onrightbuttonup(this) fb2k_prefs('Album list') end]"}
and to make no scroll must replace this part of code:
CODE
sprite scroll1
bool enabled false
bool visible false
list rendermap int {} (...>)
(>...) sprite scroll2
string include scroll
int halign align.Near
into this :
CODE
sprite noscroll
bool enabled false
list rendermap int {render.Text}
list rect int { 172 5 240 11 }
int fontsize 8
int layer 4
list fontcolor color.kolor_tekstu
string Fspec " :: $if(%artist%,%artist% ) - $if(%title%,%title%,%_filename%) :: "
:edit: I think that you mean not this window what I write before in configuration but "activate Album list window" (I see it for the first time huh )
just replace in my hint before:
"fb2k_prefs('Album list')" into ->
"fb2k_menuCommand('Components/Album list')"