Skip to content

updates ID3 tags that includes EUC-KR or CP949 encoding to UTF-8 encoding.

Notifications You must be signed in to change notification settings

mix1009/fix_id3_kr_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fix id3 kr encoding

Updates ID3 tags that includes EUC-KR or CP949 encoded tags to UTF-8 encoding.

Needs mutagen library.

$ pip install mutagen

$ cd directory_with_mp3_files

$ python fix_kr_id3.py

EUC-KR / CP949 인코딩된 ID3 태그를 UTF-8 인코딩으로 업데이트 해줍니다.

mutagen 라이브러리를 먼저 설치해야합니다.

$ pip install mutagen

원하시는 디렉토리에서 실행하면 현재 디렉토리에 있는 mp3 파일을 업데이트합니다.

$ cd directory_with_mp3_files

$ python fix_kr_id3.py

About

updates ID3 tags that includes EUC-KR or CP949 encoding to UTF-8 encoding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages