-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
embedart has invalid text encoding? #2264
Comments
embedart
has invalid text encoding?
Looking at |
Interesting! Can you find any other references on the Web that dictate specific encodings for |
I will look to see what I can find. The only reference I have found is http://id3.org/id3v2.3.0, but there is no indication that |
Is this the same problem as #899? |
Good point; it could be! Encoding in |
Here is another investigation showing problems with the EasyTag application: https://mail.gnome.org/archives/easytag-list/2013-March/msg00008.html Seems to be consistent with what I'm seeing. What do we need to take this forward? Is this code in another module? Or is this controlled by beets? |
Does it seem like the right solution is to solve #899 entirely? That is, if we switch to non-Unicode encodings entirely for ID3v2.3, will this problem be solved? If so, you can help by taking a look at |
I don't think we should switch to non-Unicode text encoding for all of On Tue, Nov 15, 2016 at 8:53 AM, Adrian Sampson notifications@github.com
|
OK, good call. In any case, we'll need some mechanism to let that storage style check which encoding it should use—the other issue gives a little more detail. |
I'm new to the code base, but |
Weird. It seems like this could use some more detailed debugging to nail down exactly what's going on… |
When saving text to id3v2.3, mutagen will use utf-16 in case utf-8 was specified since utf-8 isn't available in v2.3. I've opened a PR: #2270 |
That would explain it; thanks! |
Problem
When I try to
embedart
into an entire album, MP3Diag complains that the "text encoding is unsupported for APIC frame in ID3V2 tag".Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: