Skip to content

TYER #40

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions