Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mix1009/fix_id3_kr_encoding
updates ID3 tags that includes EUC-KR or CP949 encoding to UTF-8 encoding.
https://github.com/mix1009/fix_id3_kr_encoding
Last synced: 29 days ago
JSON representation
updates ID3 tags that includes EUC-KR or CP949 encoding to UTF-8 encoding.
- Host: GitHub
- URL: https://github.com/mix1009/fix_id3_kr_encoding
- Owner: mix1009
- Created: 2015-01-07T01:24:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T00:24:04.000Z (over 1 year ago)
- Last Synced: 2024-04-24T06:46:40.970Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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