Help - Search - Members - Calendar
Full Version: 0.8.3+Columns UI: Album Artist in Artist field
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
RedAnarchy
in the Default UI there is the function that if an album artist tag is present, the artist field will be that album artist and the title field will be formatted to "title //artist" or something like that.

in the columns ui i didn't get that function running. i tried nearly everything, i even tried to mod that function so it shows it like "album artist //artist" because i thougt maybe it won't work with the title, because its another column or something like that. i also tried
CODE
[%album artist%][        '//' %track artist%]

but that doesn't work in 0.8.3

could somebody help me to get the artist and album artist n the columns ui? if it's possible the way it is in the default ui, it would be great, otherwise it's okay, if they are both in the artist field.

for now i have something like
CODE
[%album artist% '  //'][%artist%]

but it's ugly that it shows twice the same artist, if the album artist and the track artist are the same.

i use foobar 0.8.3 on that machine, because the OS is win98se.

i would be glad if somebody could help me
foosion
The "intelligent" %track artist% and %album artist% fields were introduced in foobar2000 0.9. In 0.8.3 you have to write more code to get a similar behaviour:
CODE
$if($strcmp(%artist%,%album artist%),,[%album artist% // ])[%artist%]
RedAnarchy
thxfor your fast reply, foosion. i tried it, but all i get is an error in the artist field:

CODE
[SYNTAX ERROR IN FORMATTING STRING]
foosion
Apparently, comment processing works differently than the help file claims in 0.8.3. Try this instead:
CODE
$if($strcmp(%artist%,%album artist%),,[%album artist% '//' ])[%artist%]
The only difference is the quotation marks around //.
RedAnarchy
great! that works^^ you are my hero:)
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.