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

mp3 recording writes legacy id3v1 tags #8823

Open
mixxxbot opened this issue Aug 23, 2022 · 2 comments
Open

mp3 recording writes legacy id3v1 tags #8823

mixxxbot opened this issue Aug 23, 2022 · 2 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2017-03-01T12:50:36Z
Status: New
Importance: Undecided
Launchpad Issue: lp1668967


This should be improved to write id3v2 tags with proper character encoding.

@mixxxbot
Copy link
Collaborator Author

Commented by: JosepMaJAZ
Date: 2017-03-01T23:24:49Z


http://lame.cvs.sourceforge.net/viewvc/lame/lame/include/lame.h?view=markup

	// force addition of version 2 tag
	void CDECL id3tag_add_v2   (lame_t gfp);            

There are also methods for writing unicode text (utf16) that were added to version 3.99, although I'm not fully sure how they are used.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2017-03-02T10:27:55Z


The Utf16 support is marked as experimental.

I think we should use Utf8 by default.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
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

1 participant