JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Not reading entire tag #31

Open spottedmahn opened 4 years ago

spottedmahn commented 4 years ago

This library isn't parsing all of the frames in this file: 01-02- DNA [Explicit] - Copy.zip

For example, if I read that file and then write it back out, I see differences. Here's one:

image

I know some of these frames are not implemented, like TPOS but some are like TCOP.

spottedmahn commented 4 years ago

Before writing w/ library:

image

After writing w/ library:

image

TRCK (track number and total tracks from above) is a known issue being discussed in #29.

MokoPolo commented 3 years ago

Was there a resolution to this? How do you find this library? Is it dead and no more support for it?

spottedmahn commented 3 years ago

Seems dead, haven't gotten any responses. If you're interesting in forking & helping support it, let me know 😊

@MokoPolo

MokoPolo commented 3 years ago

We'll see if I can find the time. Seems like a lot to take on. How did you resolve your issue?