Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get multiple values for a tag in ID3v2.4 #54

Open
stkb opened this issue Jul 31, 2019 · 1 comment
Open

Can't get multiple values for a tag in ID3v2.4 #54

stkb opened this issue Jul 31, 2019 · 1 comment

Comments

@stkb
Copy link

stkb commented Jul 31, 2019

In ID3v2.4, frames can have multiple strings (eg multiple artists), separated by null byte(s). But in the code, the null bytes are stripped from the string before it's passed out, resulting in a string that's just a concatenation of all the values.

Is there a way to get the multiple values for a tag?

@dhowden
Copy link
Owner

dhowden commented Oct 31, 2019

The spec [1] is helpfully vague on this, so I'm having trouble working out exactly how this is supposed to work.

If we can be sure it's inline with the spec [1], then I'm happy to make the change/take a pull request to fix it.

Help appreciated!

[1] Spec: http://id3.org/id3v2.4.0-structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants