Changeset 24696 for trunk/wp-includes/ID3/module.tag.id3v2.php
- Timestamp:
- 07/13/2013 12:37:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ID3/module.tag.id3v2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ID3/module.tag.id3v2.php
r23766 r24696 668 668 if (!empty($parsedFrame['framenameshort']) && !empty($parsedFrame['data'])) { 669 669 // ID3v2.3 specs say that TPE1 (and others) can contain multiple artist values separated with / 670 // This of course breaks when an ar itst name contains slash character, e.g. "AC/DC"670 // This of course breaks when an artist name contains slash character, e.g. "AC/DC" 671 671 // MP3tag (maybe others) implement alternative system where multiple artists are null-separated, which makes more sense 672 672 // getID3 will split null-separated artists into multiple artists and leave slash-separated ones to the user … … 3412 3412 3413 3413 } 3414
Note: See TracChangeset
for help on using the changeset viewer.