Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-29 Thread Duncan Webb
John Molohan wrote: > Duncan Webb wrote: > >> John Molohan wrote: >> >> >>> John Molohan wrote: >>> >>> Jason Tackaberry wrote: > On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: > > > >

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-29 Thread John Molohan
Duncan Webb wrote: > John Molohan wrote: > >> John Molohan wrote: >> >>> Jason Tackaberry wrote: >>> >>> On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: > With an update to kaa-metadata the traceback is gone but now when I > pre

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-29 Thread Duncan Webb
John Molohan wrote: > John Molohan wrote: >> Jason Tackaberry wrote: >> >>> On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: >>> >>> With an update to kaa-metadata the traceback is gone but now when I press play on any wma file I have it doesn't play the file instead it

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread Jason Tackaberry
On Wed, 2008-03-26 at 21:07 +, John Molohan wrote: > freevo is now displaying two lists of the same files. The first list is > all the album tracks with their names, clicking on any of these displays > the album cover. Then beneath them is the second list which is the > proper track list wit

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread John Molohan
John Molohan wrote: > Jason Tackaberry wrote: > >> On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: >> >> >>> With an update to kaa-metadata the traceback is gone but now when I >>> press play on any wma file I have it doesn't play the file instead it >>> displays the cover image

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread Jason Tackaberry
On Wed, 2008-03-26 at 20:56 +, John Molohan wrote: > Actually that appears to happen with wmas _and_ mp3s. Flac and ogg play > fine. I'm just doing a search for a small wma and will sent it on shortly. If you run mminfo on the file, does it say the media type is MEDIA_AUDIO? If so, this must

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread John Molohan
Jason Tackaberry wrote: > On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: > >> With an update to kaa-metadata the traceback is gone but now when I >> press play on any wma file I have it doesn't play the file instead it >> displays the cover image fullscreen. I'll email you a wma if tha

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread Jason Tackaberry
On Wed, 2008-03-26 at 20:19 +, John Molohan wrote: > With an update to kaa-metadata the traceback is gone but now when I > press play on any wma file I have it doesn't play the file instead it > displays the cover image fullscreen. I'll email you a wma if that'll help? Please do. Thanks.

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-26 Thread John Molohan
Jason Tackaberry wrote: > On Tue, 2008-03-25 at 18:30 -0400, Jason Tackaberry wrote: > >> The ASF parser is handling the language attribute wrong. John, is it >> possible I can obtain the ASF file you're using >> > > I made some significant changes to the ASF parser. John give it a try >

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread Jason Tackaberry
On Tue, 2008-03-25 at 18:30 -0400, Jason Tackaberry wrote: > The ASF parser is handling the language attribute wrong. John, is it > possible I can obtain the ASF file you're using I made some significant changes to the ASF parser. John give it a try now and let me know. I don't have a multi-lan

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread Jason Tackaberry
On Tue, 2008-03-25 at 21:48 +0100, Duncan Webb wrote: > Try changing the %s to a %r and see what you get: > "/usr/lib/python2.5/site-packages/kaa/metadata/language.py", line 18: > | return code, u'Unknown (%r)' % (code,) > > It will tell what code is, something odd I guess. I committed a rece

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread Duncan Webb
John Molohan wrote: > Duncan Webb wrote: > >> John Molohan wrote: >> >> Try changing the %s to a %r and see what you get: >> "/usr/lib/python2.5/site-packages/kaa/metadata/language.py", line 18: >> | return code, u'Unknown (%r)' % (code,) >> >> It will tell what code is, something odd I gues

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread John Molohan
Duncan Webb wrote: > John Molohan wrote: > > Try changing the %s to a %r and see what you get: > "/usr/lib/python2.5/site-packages/kaa/metadata/language.py", line 18: > | return code, u'Unknown (%r)' % (code,) > > It will tell what code is, something odd I guess. > > Duncan Freevo doesn't crash

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread Duncan Webb
John Molohan wrote: Try changing the %s to a %r and see what you get: "/usr/lib/python2.5/site-packages/kaa/metadata/language.py", line 18: | return code, u'Unknown (%r)' % (code,) It will tell what code is, something odd I guess. Duncan -

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread John Molohan
John Molohan wrote: > John Molohan wrote: > >> Hi, >> >> With current svn of freevo-rel1 and kaa-metadata I'm getting this >> traceback from any directory with wma files: >> >> 2008-03-25 19:47:48,557 DEBUGtrying ext wma >> 2008-03-25 19:47:48,558 DEBUGasf header size: 4140 / 7 objects

Re: [Freevo-devel] kaa-metadata / freevo-rel1 traceback

2008-03-25 Thread John Molohan
John Molohan wrote: > Hi, > > With current svn of freevo-rel1 and kaa-metadata I'm getting this > traceback from any directory with wma files: > > 2008-03-25 19:47:48,557 DEBUGtrying ext wma > 2008-03-25 19:47:48,558 DEBUGasf header size: 4140 / 7 objects > 2008-03-25 19:47:48,559 DEBUG