Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Problem with creating multiple values in tags (Read 3634 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Problem with creating multiple values in tags

I'm having a problem with entering multiple values in the new properties window. I am seperating the values with a semi-colon, but half the time foobar doesn't read this as a multiple value, it will just output the semi-colon with the rest of the data.

For instance I'll enter into a tag: Singer/Songwriter; Alternative Pop/Rock; Pop/Rock

Sometimes it recognizes they're multiple values and parses them as such, sometimes it doesn't and will read the entire line as one value. My solution when this happens is to use the masstagger to split the value at the semi-colon,  but it shouldn't be happening in the first place unless I'm doing something wrong (which I'm not aware of).

My preferred tagging scheme is set to ID3v2 only.

Problem with creating multiple values in tags

Reply #1
I'm having a problem with entering multiple values in the new properties window. I am seperating the values with a semi-colon, but half the time foobar doesn't read this as a multiple value, it will just output the semi-colon with the rest of the data.

For instance I'll enter into a tag: Singer/Songwriter; Alternative Pop/Rock; Pop/Rock

Sometimes it recognizes they're multiple values and parses them as such, sometimes it doesn't and will read the entire line as one value. My solution when this happens is to use the masstagger to split the value at the semi-colon,  but it shouldn't be happening in the first place unless I'm doing something wrong (which I'm not aware of).

My preferred tagging scheme is set to ID3v2 only.


Check in foobar: file>preferences>Advanced>Display>Properties Dialog>Multivalue Fields and add "STYLE" or what you need.
It's very simple!!!

Romvise

Problem with creating multiple values in tags

Reply #2
Check in foobar: file>preferences>Advanced>Display>Properties Dialog>Multivalue Fields and add "STYLE" or what you need.
It's very simple!!!

Romvise


And what should I do to make Library Filter show the tags separately?

Now it is like this:
-Rock, Acoustic
-Rock
-Pop, Acoustic
-Pop
-Indie
-Acoustic

I want it like this:
Like this:
-Rock
-Pop
-Indie
-Acoustic

I know there is a pretty simple (only one syntax I think) code for this, as I used it before I had to reinstall foobar. I remember I found it after a long time searching the last time, but now I can't find it anywhere...


The tag is set to multiple values, and the values in the tag is separated by ";"

Problem with creating multiple values in tags

Reply #3
sylla,
check this thread -> http://www.hydrogenaudio.org/forums/index....showtopic=52098


Code: [Select]
View by Style:
$if2(%<style>%,<MISSING>)|[%album artist% - ]%album%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%

View by Genre/Style:
$if2(%<genre>%,<MISSING>)|$if2(%<style>%,)|$if2([%album artist% - ]%album%,<MISSING>)|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%


And what should I do to make Library Filter show the tags separately?


also, regarding the original question, if you are using the Tag Panel in Mp3Tag to create multiple values in a specific tag you need to use \\
Examples:
Singer/Songwriter\\Alternative Pop/Rock\\Pop/Rock
Post-Grunge\\Alternative Pop/Rock\\Pop Underground
Pop/Rock\\Alternative Pop/Rock

Problem with creating multiple values in tags

Reply #4
But that thread doesn't help me? I use library filter, not the album list, so "%<tag>%" doesn't work.

 

Problem with creating multiple values in tags

Reply #5
ah, sorry i missed that detail in your post.  my mistake.