Help - Search - Members - Calendar
Full Version: track info in status Bar
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
pasta
hey!
How should look string in ststus bar so that he show informations on:


1) the kind of code audio
2) bitrate track
3) mode: mono , stereo, joint stereo, 5.1 .,...
4) if mp3 : show VBR,CBR mode

Simply showed all that possible on of used compression of actualy playing track


Yotsuya
This should get you started:

File> Preferences> Display> Title Formatting> "Status bar" Tab
CODE
$if(%isplaying%,

$rgb()$char(91)Codec$char(93): $rgb(10,36,106)$info(codec)
$rgb()$char(91)Bitrate$char(93): $rgb(10,36,106)$if2(%bitrate%,)kbps $if($strcmp($info(extrainfo),VBR),VBR,CBR)
$rgb()$char(91)Channels$char(93): $rgb(10,36,106)$if2($caps($info(mp3_stereo_mode)) ,$info(channels) )
$rgb()$char(91)Samples$char(93): $rgb(10,36,106)$div(%samplerate%,1000)$ifequal($div($mod(%samplerate%,1000),100),0,,.$div($mod(%samplerate%,1000),100))KHz
$tab()
$rgb()$char(91)Tags$char(93): $rgb(10,36,106)$upper($info(tagtype))

,)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.