Kodi Community Forum

Full Version: [RELEASE] CollegeHumor Video Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

Image

I am developing an Addon (video plugin) to give access to all videos from http://www.collegehumor.com.

Here is how wikipedia describes the video section of collegehumor.com:
"CollegeHumor produces original comedy videos under the CH Originals (formerly known as CHTV) banner. In addition, the site hosts a large collection of user-submitted viral videos, encompassing home movies, bizarre sports highlights, sketches, and the like."

The Add-on is in the official xbmc.org add-on repository for dharma, eden and frodo.

Changelog:
Quote:2.1.0
Only show original content
Fixed playback
changed from xbmcswift to xbmcswift2 v2.4.0
code cleanup
added translations

2.0.0
Rewrite of most code
Fix all playback URLs
New Icon

1.0.2
changes for eden

0.0.2
dharma released version
Fixed a small typo

0.0.1
First Version

Have fun,
sphere
sphere,
Thanks for the effort, I can not wait for this to be running smooth. I had little to no success with it currently. Windows 7 (32) XBMC 10.1. The addon was able to load, but I was unable to select a category without addon.py failing. here is my log, hope it helps.

EDIT: I misspoke. I am able to get to the categories, just not the top 3 (recent, most viewed, All originals) I'll keep trying it out!
mrdally204 Wrote:sphere,
Thanks for the effort, I can not wait for this to be running smooth. I had little to no success with it currently. Windows 7 (32) XBMC 10.1. The addon was able to load, but I was unable to select a category without addon.py failing. here is my log, hope it helps.

EDIT: I misspoke. I am able to get to the categories, just not the top 3 (recent, most viewed, All originals) I'll keep trying it out!

Hi,

thanks for finding - I fixed this error Smile
Btw. it was caused a last minute change Sad

Here is another version: https://github.com/downloads/dersphere/p...-0.0.2.zip (I also updated the first post)

regards,
sphere
I assume "no feedback" = "it works" ;-)
Great job works...
Hi,

the addon is now in the official xbmc.org addon repository (dharma and eden-pre).

Please provide a pastebin xbmc.log (no need for debug mode enabled) if you have any problems.

regards,
sphere
Run into a little error
While scanning for new videos and you abort by hitting ENTER you get this error
http://paste.ubuntu.com/902529/
(2012-03-27, 19:38)Martijn Wrote: [ -> ]Run into a little error
While scanning for new videos and you abort by hitting ENTER you get this error
http://paste.ubuntu.com/902529/

You know the game - I need to see more from the log Wink

How long did you wait before aborting the script?
(2012-03-27, 19:40)sphere Wrote: [ -> ]
(2012-03-27, 19:38)Martijn Wrote: [ -> ]Run into a little error
While scanning for new videos and you abort by hitting ENTER you get this error
http://paste.ubuntu.com/902529/

You know the game - I need to see more from the log Wink

How long did you wait before aborting the script?

Sorry pretty new to this Rofl

OK how to repro:
Load the plugin -> immediately press backspace or whatever until you get the "loading items ..." dialog
if you have that press it again. (maybe i'm hitting it to fast Wink )

http://paste.ubuntu.com/902642/
(2012-03-27, 20:53)Martijn Wrote: [ -> ]Sorry pretty new to this Rofl
No problem, see Debug Log *g*

OK, I see the problem. But I wont fix it because with "KeyboardInterrupt" (which is the Exception raised in the python code with your cancel in progressdialog) you would exit every loop. In that example my addon framework receives empty data and raises an Exception by design.

How to fix: Don't press backspace/cancel while loading *g*

regards,
sphere

Update is in the Repo - now everything should work again.
As reported here a fixed version is pushed to the official add-on repository for Frodo. It will be available in the next days.

have fun,
sphere
Yay!
If you can't wait, you can download the new version here: http://goo.gl/Ys9du
(2011-09-25, 15:18)sphere Wrote: [ -> ]In addition, the site hosts a large collection of user-submitted viral videos, encompassing home movies, bizarre sports highlights

No longer able to view user submitted content. maybe this is already noticed and fixed at some point? Also all current categories appear twice.
thanks!
citats
Pages: 1 2