====== MP3 ======
* [[linux:wav2mp3|Linux wav2mp3]]
* [[http://wiki.linuxmce.org/index.php/Converting_MP3_Tags_To_UTF-8|Converting MP3 Tags To UTF-8 - LinuxMCE]]
===== ID3 Tag =====
* [[https://wiki.archlinux.org/index.php/ID3_Tag_Problems|ID3 Tag Problem]]
===== mutagen =====
* https://github.com/quodlibet/mutagen
* https://mutagen.readthedocs.io/en/latest/
* Install
python3 -m pip install mutagen
# or
sudo apt-get install python3-mutagen
mid3iconv -e cp949 *.mp3
===== mp3unicode =====
* https://github.com/alonbl/mp3unicode http://mp3unicode.sourceforge.net
* mp3 tag encoding 변환
===== EasyTag =====
* [[https://wiki.gnome.org/Apps/EasyTAG|EasyTAG]] ID3 tag manager
* **편집 -> 기본 설정 -> ID3 태그** 에서 읽기/쓰기 인코딩을 **한국어(EUC-KR)**, **UTF-8**로 각자 지정해주면 된다.
* 이후 음악 파일 디렉토리를 들어갔다만 나오면서 변경사항을 저장만 해도 변환이 된다.
{{:linux:easy-tag.png|}}
===== quod libet / ex falso =====
* https://github.com/quodlibet/quodlibet
* [[https://quodlibet.readthedocs.io/en/latest/guide/commands/exfalso.html|ex falso]] 명령행/GUI tag 편집기 easytag 보다 좋은듯.
sudo apt install exfalseo