- walkman 自动添加中文排序信息的脚本
- SONY Walkman NWZ-A17 不專業的開箱文
- Walkman-sort-by-title
- https://mutagen.readthedocs.org/en/latest/man/index.html
- http://mutagen.readthedocs.org/en/latest/api/mp4.html
- Tag field mappings
理论上支持Windows/Mac/Linux系统,只要有Python即可,个人仅在Mac上测试
理论上支持所有非智能Walkman,个人仅在ZX100上测试
- 安装Git https://git-scm.com/downloads
- 安装Python https://www.python.org/downloads/
- 安装pip https://pip.pypa.io/en/stable/installing/
- 配置环境:(Windows下打开Git提供的命令行)
cd ~/Documents
git checkout [email protected]:twotreeszf/Sony-Walkman-Sorter.git
cd Sony-Walkman-Sorter
pip install -r requirements.txt
- 将需要处理的音乐文件到同一个目录[xxx]下,输入命令批量转换[xxx]下的所有文件(目前支持.mp3, .m4a)例如:
python SortFiles.py ~/Documents/musics
- 然后拷回Walkman,搞定!