Matthew Job wrote:
> I have installed a fresh install of ubuntu 9.04
>  
> installed kaa-display, kaa-base, kaa-imlib2, kaa-metadata and freevo 1.9
>  
> when I load the appletrailers plugin and select it under movies freevo 
> crashes with the following messages in main.log
>  
> thanks
>  
>
> Freevo 1.9.0 ready
> 2009-08-05 22:51:06,238 INFO     create thread notifier pipe
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.6/dist-packages/freevo/main.py", line 
> 306, in eventhandler
>     app.eventhandler(event)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 
> 842, in eventhandler
>     self._handle_play_item(menu, event)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 
> 654, in _handle_play_item
>     action(arg=arg, menuw=self)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/appletrailers.py",
>  
> line 264, in make_menu
>     [ BrowseByGenre(self),
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/appletrailers.py",
>  
> line 213, in __init__
>     AppleItem.__init__(self, parent)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/appletrailers.py",
>  
> line 85, in __init__
>     self.__load()
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/appletrailers.py",
>  
> line 100, in __load
>     self.trailers.parse(self.__progress)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 112, in parse
>     self.parse_title(title, feed[1])
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 161, in parse_title
>     self.add_trailer(t, title["trailers"][0]["postdate"], 
> title["location"], category)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 166, in add_trailer
>     self._parse_trailer_page(t, url, date, category)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 219, in _parse_trailer_page
>     substreams = self._parse_stream_page(suburl)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 263, in _parse_stream_page
>     lines = self._dl(url).split("\n")
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/video/plugins/applelib.py", 
> line 319, in _dl
>     f = urllib.urlopen(url)
>   File "/usr/lib/python2.6/urllib.py", line 87, in urlopen
>     return opener.open(url)
>   File "/usr/lib/python2.6/urllib.py", line 200, in open
>     return self.open_unknown(fullurl, data)
>   File "/usr/lib/python2.6/urllib.py", line 212, in open_unknown
>     raise IOError, ('url error', 'unknown url type', type)
> IOError: [Errno url error] unknown url type: 'javascript'
> 2009-08-05 22:52:10,566 INFO     osd.py (219): Couldn't load font 
> 'Arial_Bold.ttf'
> 2009-08-05 22:52:10,566 INFO     osd.py (225): Trying alternate: 
> 'VeraBd.ttf'
Looks like Apple have redesigned their trailers page again. I think the 
best suggestion would be to take a look at XBMCs apple trailers plugin 
and copy the needed parts from that to get a patched and working version 
going with freevo if you or someone else has the time.

svn co 
http://xbmc-addons.googlecode.com/svn/trunk/plugins/video/Apple%20Movie%20Trailers%20Lite/

John

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to