LordSputnik / mutagen

Project to create a Python 3 library, functionally equivalent to mutagen.
GNU General Public License v2.0
37 stars 3 forks source link

Impossible to read "long description" and rating #33

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello,

I'm not able to read the following two fields "desc" and "rtng". for description there are two fields, long description and short description. for long description another atoms need to get implemented into the your lib. for rtng aka rating I have no clue at all, its simply not working no matter what i write into the field (using iTunes/Apple standard here)

for rtng:

File ".../venv/lib/python3.9/site-packages/mutagen/_util.py", line 537, in __getitem__
    return self.__dict[key]
KeyError: 'rtng'

for desc:

File ".../venv/lib/python3.9/site-packages/mutagen/_util.py", line 537, in __getitem__
    return self.__dict[key]
KeyError: 'desc'
ghost commented 3 years ago

using "ldes" as key works for long description, still no Idea about ratings, especially for the non-USA ratings like for Germany