Help - Search - Members - Calendar
Full Version: How to make a list of multiple tag values
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Tvk
I'm using foo_uie_trackinfo_mod. Let's say I have multiple values for genre on an album, like Hard Rock, Classic Rock and Progressive Rock. Normally this would display like this:

Genre: Hard Rock, Classic Rock, Progressive Rock

How can I get the trackinfo panel to display it like this?

Genre: Hard Rock
------->Classic Rock
------->Progressive Rock
(ignore the arrows)
tomthomson
Use the $meta_sep(tag without %%,seperator) function.
To create a new line for each tag use $meta_sep(genre,$char(10))
To get the right indention you need to add some spaces after the the line break, i.e. $meta_sep(genre,$char(10)' ').
Tvk
Thanks, that worked perfectly. smile.gif
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.