quodlibet / mutagen

Python module for handling audio metadata

Home Page:https://mutagen.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to add track numbers for mp4 files results in error

rickyrorton opened this issue · comments

image
Im trying to add metadata to a m4a file from spotify

image
This is the error im getting

I am using a virtual env and i would appreciate if anyone can tell me how to properly add track number tags

Nevermind I figured it out all you had to do was to use a nested tuple like tags[u'trkn']=((track,total)),)