blgrnt1 / bluecop-xbmc-repo

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

Hulu List Caching #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Variably cache the lists from hulu so that browsing doesn't take as long.

(Possibly re-cache in background mode similar to a "look for new media" ?)

Under TV, things like "Popular TV", & "Recently Added" couldn't be cached for 
obvious reasons, but Channels / Networks, with refreshes maybe once a week / 
whatever. Alphabetical could be a permanent list, since the alphabet doesn't 
change.

Original issue reported on code.google.com by Zxur...@gmail.com on 6 Oct 2010 at 7:38

GoogleCodeExporter commented 8 years ago
I had this on my list also - cache anything the use accesses for the current 
session at least - if that makes sense.

Original comment by puul...@gmail.com on 21 Oct 2010 at 10:46

GoogleCodeExporter commented 8 years ago
most of the slow down with listings is because beautifulsoup is slow. I could 
cache the results but beautiful soup would still be slow processing the cache.

I will experiment a bit and see if I can speed things up. I probably won't be 
caching stuff though. moving from beautilful soup to regular expressions would 
greatly speed things but though but would make the code less dependable.

Original comment by bluecop...@gmail.com on 1 Nov 2010 at 2:22

GoogleCodeExporter commented 8 years ago
Would it be possible to use psyco to speed up beautifulsoup?

Original comment by geir...@gmail.com on 9 Nov 2010 at 3:25

GoogleCodeExporter commented 8 years ago

Original comment by bluecop...@gmail.com on 14 Jan 2011 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by bluecop...@gmail.com on 7 Feb 2011 at 12:42

GoogleCodeExporter commented 8 years ago
Hulu has blocked this plug in.

Original comment by iciconn...@gmail.com on 13 Mar 2012 at 6:54

GoogleCodeExporter commented 8 years ago
no it isn't? 

Original comment by bluecop...@gmail.com on 13 Mar 2012 at 6:58