new Winamp ...
Mar. 1st, 2006 01:09 pmI'm seriously pissed off now.
Yesterday I noticed that the vorbis decoder that comes with the most recent version of Winamp doesn't have the display settings previous versions had anymore.
So I can't use the resulting different handling of mp3 and ogg files to my advantage anymore either, sux. ):
Also, when disabling Advanced Title Formatting, it seems mp3s will be shown as Arist - Title, while ogg files are displayed as Title only.
That, also, sux. ):
What's more, if you enable Advanced Title Formatting and then edit the display to this:
%artist% - %title%$if(%album%,' ('$if(%tracknumber%,#$num(%tracknumber%,2)', ',)$abbr(%album%,10)')',)
It won't work properly (feel free to point out any errors in this, since I think it's correct this way ...)
What it should do is this:
If the %album% tag is not present, just display Artist - Title.
If the %album% tag is present, but the %tracknumber% tag is not, it should display as Artist - Title ([abbr]Album).
If both %album% and %tracknumber% tags are present, the display should be Artist - Title (#Tracknumber, [abbr]Album).
It seems that as long as an %album% tag is present everything is displayed properly.
But whenever %album% is not set, Winamp seems to revert to analysing the path structure of the file to guess the album, then uses the parent directory name as %album%.
Which seriously makes me wonder, why, do you think, did I bother with the $if to see if %album% was set or not??!
[edit] Okay, now it's just making stuff up. It stalls and dies with 99% CPU usage when there's an & in the %album% tag??! Seriously, WTF?
Yesterday I noticed that the vorbis decoder that comes with the most recent version of Winamp doesn't have the display settings previous versions had anymore.
So I can't use the resulting different handling of mp3 and ogg files to my advantage anymore either, sux. ):
Also, when disabling Advanced Title Formatting, it seems mp3s will be shown as Arist - Title, while ogg files are displayed as Title only.
That, also, sux. ):
What's more, if you enable Advanced Title Formatting and then edit the display to this:
%artist% - %title%$if(%album%,' ('$if(%tracknumber%,#$num(%tracknumber%,2)', ',)$abbr(%album%,10)')',)
It won't work properly (feel free to point out any errors in this, since I think it's correct this way ...)
What it should do is this:
If the %album% tag is not present, just display Artist - Title.
If the %album% tag is present, but the %tracknumber% tag is not, it should display as Artist - Title ([abbr]Album).
If both %album% and %tracknumber% tags are present, the display should be Artist - Title (#Tracknumber, [abbr]Album).
It seems that as long as an %album% tag is present everything is displayed properly.
But whenever %album% is not set, Winamp seems to revert to analysing the path structure of the file to guess the album, then uses the parent directory name as %album%.
Which seriously makes me wonder, why, do you think, did I bother with the $if to see if %album% was set or not??!
[edit] Okay, now it's just making stuff up. It stalls and dies with 99% CPU usage when there's an & in the %album% tag??! Seriously, WTF?