Список разделов › foobar2000 › Сборки › Архив
// Volume UP
$if($stricmp(%cwb_volume%,'-100.00'),$imageabs($eval(%_width%-30),$eval(%_height%-34),images\titlebar\up_mute.png,),
$button($eval(%_width%-30),$eval(%_height%-34),0,0,22,22,images\titlebar\up.png,images\titlebar\up_h.png,Volume Up,TOOLTIP:"Volume UP"))
// Volume Down
$if($stricmp(%cwb_volume%,'-100.00'),$imageabs($eval(%_width%-55),$eval(%_height%-34),images\titlebar\down_mute.png,),
$button($eval(%_width%-55),$eval(%_height%-34),0,0,25,22,images\titlebar\down.png,images\titlebar\down_h.png,Volume Down,TOOLTIP:"Volume Down"))
// Mute
$if($stricmp(%cwb_volume%,'-100.00'),
$button($eval(%_width%-80),$eval(%_height%-34),0,0,25,22,images\titlebar\mute.png,images\titlebar\mute_h.png,Volume mute,TOOLTIP:"Mute"),
$button($eval(%_width%-80),$eval(%_height%-34),0,0,25,22,images\titlebar\volume.png,images\titlebar\volume_h.png,Volume mute,TOOLTIP:"Mute"))
$if(%_isplaying%,-%playback_time_remaining%,%length%)
$if(%_isplaying%,%playback_time% / ,)%length%
$if(%_isplaying%,%playback_time%,%length%)