aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
758 stars 127 forks source link

Add support for ID3v2.4 at the end of file #23

Open Jackodyn opened 8 years ago

Jackodyn commented 8 years ago

With ID3v2.4 its allowed to add ID3 Tags at the end of a file (see http://id3.org/FAQ). ID3 Tags added at the end of a file currently cannot be parsed (tested with Version 3.2.2). Some big audio databases as Universal germany (http://www.unippm.de) add the ID3 Tag at the end of their files. It would be very helpful, if jsmediatags could parse these valid ID3 Tags.

aadsm commented 8 years ago

@Jackodyn Can you profile an example file with this?