admin管理员组文章数量:1310392
I am looking for a way to read and modify the rating (popularity meter (POPM) or "stars") of an .m4a music file using Python.
Question: What is the correct tag name for the rating (popularity meter) in .m4a files? How can I read and modify it using Python?
so far, I have successfully modified metadata such as:
- Title
- Author
- etc. However, I am specifically trying to modify the rating (the star rating displayed in Windows Explorer).
I believe this information is stored within the ATOM metadata of .m4a files, but I am unsure of the correct tag name.
What I have tried (without success): I attempted modifying the following tags using mutagen:
'rtng' b'rtng' '\xa9rtg' 'POPM' (which works for MP3 files but not .m4a)
Unlike MP3 files, where the rating can be modified via the POPM (Popularity meter) tag using mutagen.mp3, .m4a tagging seems to work differently.
本文标签: tagsHow to ReadModify the Rating (Popularity Meter) of a m4a Music File in PythonStack Overflow
版权声明:本文标题:tags - How to ReadModify the Rating (Popularity Meter) of a .m4a Music File in Python? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741790425a2397624.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论