PDA

View Full Version : Funny or Die Plugin


sico99
2008-11-18, 22:15
Just managed to post an updated version of my plugin for Funny or Die. I just kept getting those links like "The Landlord" when I thought I really ought to get this on the XBox. Hopefully others will find it of interest too.

http://code.google.com/p/sico99xbmcstuff/downloads/list

nicoli_k
2009-02-28, 21:35
This is a great plugin with some really funny stuff, but I think the layout must have changed sometime. The titles now look like: <![CDATA[video title]]> and the Next Page button only refreshes the list of videos. This happens inside of Front Page, Categories, and using the Search feature. It's still usable, but not nearly as polished and easy to use as it once was.
Thanks for your hard work and great plugins sico99.

stacked
2009-03-01, 00:01
to fix the title...

edit line 46 of default.py to this:
ALL=re.compile('<item>.*?<title><!\[CDATA\[(.+?)\]\]></title>.*?<viewkey>(.+?)</viewkey>.*?<media\:thumbnail url=\"(.+?)\"').findall(link)

*the bold text are the changes

sorry, but I'm too lazy to go through the rest of the code to fix the "next page" :rofl:

sico99
2009-03-01, 13:50
Thanks for the assist and apologies to everyone for my lack of activity on this. I have decided to do a rewrite of the plugin to fix this problem as well as add some features.

The new version is available from my googlecode page:

http://sico99xbmcstuff.googlecode.com/files/FunnyOrDie1.5.zip

I've added in an auto updater so a little update icon will appear when a new version becomes available.

I have been meaning to get this sorted for some time but made the mistake of installing Windows 7 which knocked out my development XBMC install on the PC.

Any problems let me know and I hope it all works a bit better for everyone.