HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: sollniss on 2013-01-06 12:24:22

Title: foobar not splitting tags
Post by: sollniss on 2013-01-06 12:24:22
I have a few files in my library which foobar refuses to split tags in.
http://pbrd.co/UvGU5e (http://pbrd.co/UvGU5e)

What's going on here?
Files are MP3 CBR, I'm using the splitting function.
Title: foobar not splitting tags
Post by: db1989 on 2013-01-06 12:53:07
What's going on here?
Who knows? You haven’t really provided enough information.

What version of ID3v2 are you using? If it’s v2.3, this is by design (http://en.wikipedia.org/wiki/ID3#Multiple_values_in_v2.3_tags).

Edit: Nope, maybe not; it says TPE1 should be supported, and that is indeed artist, whereas I thought it was album artist.
Title: foobar not splitting tags
Post by: sollniss on 2013-01-06 13:00:50
Yep, those files were indeed 2.3. Tags are split correctly in 2.4.
Thread can be closed.
Title: foobar not splitting tags
Post by: db1989 on 2013-01-06 16:17:10
Thread can be closed.

There’s still the issue of why artist isn’t split. And I would have guessed genre would also be included in the acceptable list for ID3v2.3, at least if that were generally a sensible standard…!

Out of interest, are all fields you wish to split set as multi-value fields in foobar2000’s Preferences? If not, does enabling them make any difference to ID3v2.3?

Someone with more experience of this than me can hopefully shed some light on why artist wasn’t split, etc.
Title: foobar not splitting tags
Post by: sollniss on 2013-01-06 16:27:51
Artist is split, or am I misunderstanding you?
Title: foobar not splitting tags
Post by: db1989 on 2013-01-06 16:44:03
Oh, sorry, so it’s just the genre that isn’t splitting. I find conflicting information online about whether multi-value genres are supported at all, or if so, whether they should be implemented in one or multiple TCON frames (http://mail.kde.org/pipermail/taglib-devel/2011-January/001750.html). Anyway, I’m just thinking aloud, really. If genre is already in fb2k’s list of multi-value fields, I don’t know what else to suggest; perhaps someone else does.
Title: foobar not splitting tags
Post by: BenB on 2013-01-06 17:19:59
Interesting screenshot in that the genre appears to be shown as being split in the "now playing" area but as being not split in the "library tree".

EDIT:
It looks to me as though foobar is splitting the genre but the library tree isn't detecting it for some reason. You could verify that the genre is split by $meta_num(genre). If it returns the correct number of genres for that file then you know the genre is indeed being split.
Title: foobar not splitting tags
Post by: sollniss on 2013-01-06 17:46:22
The genre is not shown split anywhere. The artist is shown split everywhere.
Notice the space between the values for artist and no space on the genre.

I converted the tags to 2.4 and now everything is working as it should.

//Edit
Oh you mean that NowPlaying area. That sure is weird.
So the tag is split but the LibraryTree and PlaylistView cant handle it. Interesting.