Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TYER #40

Open
GoogleCodeExporter opened this issue Oct 6, 2015 · 0 comments
Open

TYER #40

GoogleCodeExporter opened this issue Oct 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants