HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: scalambra on 2009-11-13 16:18:32

Title: Multiple artist tag separator
Post by: scalambra on 2009-11-13 16:18:32
Windows Media Player uses the sequence \\ to separate multiple artists on a single track, i.e.
Artist1\\Artist2
I believe that there is no standard on this...

When Foobar2000 reads this tag it displays only artist1 in the "Artist" field. Is this a bug, or should I use another seperator?

Any help appreciated

Michael
P.S. mp3tag appears buggy with this, it displays Artist1\\Artist2 in the artist selection box on the left but only Artist1 in the main display
Title: Multiple artist tag separator
Post by: Mar2zz on 2009-11-13 18:23:50
Foobar uses ; as a separator. There is a standard for it, not many programs are splitting those values properly, foobar does.
It's easy to convert them to foobar's format. Rightclick your files that you want to separate artists on, choose properties, rightclick the artist field and split values. You can add // there.
Title: Multiple artist tag separator
Post by: Yirkha on 2009-11-13 22:23:08
fb2k uses whatever is the standard for each file format on the low level - NUL for ID3v2.4, '/' for ID3v2.3, real multiple values for "Vorbis" comments, etc.
In the user interface, it's either just ", " (when formatted using %artist%, e.g. in a playlist) or ";" in the Properties dialog, when editing.