Convert your wma files to mp3 with ID3 tags. / 转换带有歌曲信息的wma文件到mp3。
.\TagsMusicConverter.exe [-h] [-d] input_path [output_path]
The program will traverse all the files in the input path, if output_path
is not specified,
the output will be in the same directory as the input file.
程序会遍历输入路径下的所有文件,如果没有指定 output_path
,输出文件将在输入文件所在的目录下。
If output_path
is specified, the output files will be arranged in the same folder structure as the input files.
如果指定了 output_path
,输出文件将按照原有输入文件夹的结构排列。
-d
option will delete the input file after conversion.
-d
选项会在转换完成后删除输入文件。
- title / 歌曲名
- artist / 艺术家
- album / 专辑
- genre / 流派
- tracknumber / 音轨号
- composer / 作曲家
- albumartist / 专辑艺术家
- date / 日期
Make sure you have installed poetry.
确保你已经安装了 poetry 。
poetry install
# Run
python main.py [-h] [-d] input_path [output_path]
# Build
poetry run pyinstaller main.py -F -n TagsMusicConverter
TagsMusicConverter
is a open-source software licensed under the MIT License.
TagsMusicConverter
是一个使用 MIT 许可证的开源软件。