Thanks for replying!
Well i was just curious about dolby stuff, i only have 2.0 system,
i tried free surround with (alessandro ms-1) headphones, with and without dolby hp wrapper and obviously sounded pretty much the same all the way,
that's all,i don't mind that error anymore.
BTW: one little thing that drived me stark raving mad with foobar recently was/is the title formatting of status bar. I wanted it to show VBR or CBR (with mp3's) correspondingly, but only CBR showed up correctly. Well that's almost fixed now except on one album.....
Then i checked out the "Format: MP3 / 192 / VBR / JS"-line(shows the quality of an album) which seems to show the correct CBR/VBR-mode everytime. So i went to prefs/disp/columns ui/pl view/colums/album-mode:
// FILEFORMAT AND REPLAYGAIN
// linepos-check
$select($sub($num($get_global(tracknr),1),$get(lineadjust)),
// fileformat
$get_global(standard_color_low)'Format: '
$get_global(standard_color)$get_global(filetype2)' / '
[b]$get_global(quality2)[/b]
// albumgain
$if(%__replaygain_album_gain%,
$char(9)$get_global(standard_color_low)'Gain: '
$get_global(standard_color)%__replaygain_album_gain%
)
// end linepos-check
)
$puts(lineadjust,$add($get(lineadjust),1))
that quality2 seems to be the linked with bitratemode in Format: ..., so next step was globals/variables:
$puts([b]quality2[/b],$replace($get(quality),[$info(bitrate_dynamic)],[$info(bitrate)]))
that line of code above defines(imo?) the variable quality2, but here's the question: WHY can't i use $get_global(quality2) in status bar? When i try it this comes on status bar: [UNKNOWN FUNCTION]
Maybe i'm an idiot but i just can't get the hang of this. I need help.
Best Regards