You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
tag = stagger.read_tag(name)
print(tag[TYER])
output:
KeyError: 'TYER'
>>> tag[TYER]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\prg\Python32\lib\site-packages\stagger-0.4.2-py3.2.egg\stagger\tags.p
y", line 298, in __getitem__
fs = self.frames(key)
File "C:\prg\Python32\lib\site-packages\stagger-0.4.2-py3.2.egg\stagger\tags.p
y", line 245, in frames
if len(self._frames[key]) == 0:
KeyError: 'TYER'
What is the expected output? What do you see instead?
expected: TYER: 2006 (as shown in VLC media player in metadata bookmark
What version of the product are you using? On what operating system?
python: see above
xpsp3
Please provide any additional information below.
I all my mp3s there is in vlc metadata tag TYER: xxxx and I would like to read
it.
Original issue reported on code.google.com by [email protected] on 27 Mar 2012 at 6:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Mar 2012 at 6:14The text was updated successfully, but these errors were encountered: