Make WordPress Core


Ignore:
Timestamp:
07/13/2013 12:37:36 AM (12 years ago)
Author:
nacin
Message:

ID3 1.9.7.

props wonderboymusic.
fixes #24737.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ID3/module.tag.id3v2.php

    r23766 r24696  
    668668            if (!empty($parsedFrame['framenameshort']) && !empty($parsedFrame['data'])) {
    669669                // ID3v2.3 specs say that TPE1 (and others) can contain multiple artist values separated with /
    670                 // This of course breaks when an aritst name contains slash character, e.g. "AC/DC"
     670                // This of course breaks when an artist name contains slash character, e.g. "AC/DC"
    671671                // MP3tag (maybe others) implement alternative system where multiple artists are null-separated, which makes more sense
    672672                // getID3 will split null-separated artists into multiple artists and leave slash-separated ones to the user
     
    34123412
    34133413}
     3414
Note: See TracChangeset for help on using the changeset viewer.