timcupery
Apr 25 2008, 08:28
I'm sure there are reasons for this, but when foobar2000 (I'm using the latest, 0.9.5.1) encounters a forward-slash in the ARTIST field, it displays it as semicolon-space.
So "AC/DC" becomes "AC; DC"
I've checked using mp3tag and Winamp and the characters in the Artist field are actually AC/DC
However, in foobar2000 there is no acknowledgment of a forward-slash character in the artist field, whether in the normal display or when I open up tag-editing or properties box.
This seems to only affect the artist field, as
This is a problem for me, as I would like for the content in the tag to display when I'm using foobar2000 or searching the media library. I understand that use of semicolon is interpreted as breaking up multi-line fields (such as in the COMMENT field).
I figure there's an easy way get foobar2000 to display forward-slash / as just another character instead of interpreting it as a separator. But I have no idea how to change this or what setting it is. Any help would be appreciated. Thanks.
shakey_snake
Apr 25 2008, 08:57
/ character is what separates multivalue fields in id3v2.3 tags.
The work-arounds are:
- use the "Rewrite File Tags" command in the context menu to write id3v2.4 tags (uses null character as a seperator), or APE tags.
(Warning, both will remove your id3v2.3 tags) - Remove ARTIST from the multivalue fields Prefs -> Advanced -> Display -> Properties
- Use $meta_sep(artist,'/') for your title formating where you want to see the artist name instead of the standard %artist%
This has been covered before:http://www.hydrogenaudio.org/forums/index....showtopic=60348http://www.hydrogenaudio.org/forums/index....showtopic=61317http://www.hydrogenaudio.org/forums/index....showtopic=57432http://www.hydrogenaudio.org/forums/index....showtopic=50236Peter's comment, here:http://www.hydrogenaudio.org/forums/index....mp;#entry434649and more:http://www.google.com/custom?q=%22AC%3B+DC...tart=0&sa=NPlease use the search feature before asking a question.
duckpatch
Jul 1 2008, 05:57
I've found that re-writing the tags in id3v2.4 (using mp3tag*) works well for the forward-slash, but as a result, shortens the track name.
For example,
"Sweaty Wet/Dirty Damp (Shirkhan Remix)"
would become
"Sweaty Wet/Dirty Damp (Shirkha"
The title is displayed correctly in foobar but in windows media player, etc.. it is shortened.
Is there a procedure for tagging that will make it forward-slash or/and title-name friendly?
(* when using foobar's compatibility mode, it does the forward-slash as an _ ; but with it off it still shortens the track name)
grommet
Aug 9 2008, 02:31
FYI: It's shortened because many products (including Windows Explorer and WMP 11) don't support ID3v2.4... so it's reading the ID3v1.1 tag, which has severe limitations, including length. Set Mp3tag to use ID3v2.3 (which is it's default) and you'll see the full name again in WMP 11, etc.
Products like WMP 11, Media Monkey, etc. have an explicit workarounds for "AC/DC" -- it does not parse it into two names when reading or writing the IDv2.3 artist tag, even though "/" is the standard delimiter in the actual tag. It looks like foobar2000 doesn't do this.
Since most applications/products (iTunes, Winamp, iPod, etc.) completely ignore the concept of multiple names, this is never a concern there. =)