Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 404 Bytes

EmbedLrc

将歌词(非同步)嵌入到 ID3 标签中

使用方法

直接将歌词文件和音频文件所在的目录作为参数传递进脚本即可

运行环境

Python 3.0+
mutagen,chardet

第三方包

mutagen (GPL v2)
chardet (LGPL v2.1)
可以使用 Pip 快速的安装:

pip install mutagen chardet

协议

GPL v3