foo45 / stagger

Automatically exported from code.google.com/p/stagger
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

TYER #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 pavel.ko...@gmail.com on 27 Mar 2012 at 6:14