mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.44k stars 1.27k forks source link

mp3 recording writes legacy id3v1 tags #8823

Open mixxxbot opened 2 years ago

mixxxbot commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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


The Utf16 support is marked as experimental.

I think we should use Utf8 by default.