Help - Search - Members - Calendar
Full Version: wow
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
subq
Just wanted to say that I just converted over to fb2k and I must say this is by far one of the best audio players I have seen.


I do have one quick question while I try to digest the mass amount of info under preferences.

Where can I make fb2k display the stream bitrate when I listen to mp3 streams?

I checked 'show dynamic info' under display settings.

I want to get the actual stream rate.
Lyx
you need to change your formatting string and insert %__bitrate_dynamic% somewhere. If you don't feel ready for string-programming yet, take a look at the fb2k strings formatting site. You can find its URL in the thread "must know fb2k sites" in the general forum.

- Lyx
subq
hmmm this should be displaying in my status bar then

$puts(ext,$upper($if2($ext(%__referenced_file%),$ext(%_path%))))
$puts(codec,$if(%__codec%,$caps2(%__codec%),$get(ext)))
$if($strcmp($get(codec),),
$if($stricmp($left(%_path_raw%,7),'cdda://'),$puts(codec,CDDA),)
,)
' '$get(codec)' '
[%__bitrate%kbps ]['('%__bitrate_dynamic%kbps')' ][%__samplerate%Hz]' '
$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,stereo,mono)),)
[ %__extrainfo%]' ¤ '
$if(%_time_total%,[%_time_elapsed%]' / '[%_time_total%],[%_time_elapsed%])


but all I show is
¤

and then the time which is coming from a setting elsewhere
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.