blgrnt1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Hulu plugin a small fix for XBMC4XBOX,. a bug, and an issue #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to get the hulu plugin running on xbox you need to change the 
resources/lib/addoncompat.py line 15 from
__addon__ = xbmcaddon.Addon(os.path.basename(os.getcwd()))

to:

 __addon__ = xbmcaddon.Addon("plugin.video.hulu")

----------------------
The issue is when loading the preview images it runs very slow on xbox because 
it needs resize them all.

08:06:07 M: 13348864 WARNING: CGUITextureManager::Load - Texture file 
Q:\plugins\video\Hulu\resources\images\icon_popular.jpg (1417 x 1417) is too 
big! Reloading resized
08:06:08 M: 13348864   ERROR: CGUITextureManager::Load - Texture manager unable 
to load file: Q:\plugins\video\Hulu\resources\images\icon_popular.jpg

------------------------

I am getting this error when trying to play a video though:
                                           start of HULU plugin
08:06:29 M:  7553024  NOTICE: HULU--> common.args.mode -- > TV_play
08:06:30 M:  7540736  NOTICE: 50053446
08:06:30 M:  7540736  NOTICE: false
08:06:30 M:  7540736  NOTICE: HULU --> SMILURL: 
http://s.hulu.com/select?video_id=50053446&v=850037518&ts=1294866343&np=1&vp=1&p
p=hulu&dp_id=hulu&bcs=96c18f452f17a61f772220b4afe49ed9
08:06:30 M:  7540736  NOTICE: HULU --> common :: getHTML :: url = 
http://s.hulu.com/select?video_id=50053446&v=850037518&ts=1294866343&np=1&vp=1&p
p=hulu&dp_id=hulu&bcs=96c18f452f17a61f772220b4afe49ed9
08:06:30 M: 13139968   ERROR: Playlist Player: skipping unplayable item: 0, 
path [plugin://video/Hulu/?url="50053446"&mode="TV_play"&videoid="146708"]

Original issue reported on code.google.com by gml...@gmail.com on 24 Jun 2011 at 12:25