【问题标题】:Write ID3 tags python mutagen写 ID3 标签 python 诱变剂
【发布时间】:2017-08-24 09:22:35
【问题描述】:

尝试使用 python3 & mutagen 更改 mp3 文件中的 ID3 标签。 trackN.add(mutagen.id3.TIT2(encoding=3, text=dict['title'])) 它适用于 Ubuntu,但在 Windows7 上,所有标签都消失了。 脚本中没有错误。 我该如何解决?

【问题讨论】:

    标签: windows python-3.x id3 mutagen


    【解决方案1】:

    问题是需要在ID3第二版中保存标签

    audio.save(v2_version=3)
    

    【讨论】:

      猜你喜欢
      • 2023-01-16
      • 1970-01-01
      • 2020-08-27
      • 1970-01-01
      • 1970-01-01
      • 2017-04-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多