When using the dynamic bitrate option, the display for my mp3 files mirror that for my mpc files, instead of showing the fixed frame sizes inherent in the mp3 format.
I am just wondering if this may be a bug, or a configuration error on my side.
I am using FB2k 0.7.4.
Standard Inputs > VBR bitrate display, "Real-time display for VBR files" is checked, and frame update interval is set to every 32 frames.
I am using UpNorth's "dynamic" (no pun intended) title formatting script, and I made a modification in the status bar script by simply changing
CODE
$puts(text_bitrate,[%__bitrate%'kbps'])
to CODE
$puts(text_bitrate,[%__bitrate_dynamic%'kbps'])
Can anybody reproduce this quirk?