[Release] Joe Rogan Experience Ustream Channel

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lexandstuff Offline
Junior Member
Posts: 15
Joined: Sep 2011
Reputation: 0
Location: Melbourne, Australia
Post: #1
[Image: podcastimage_215815.gif]

Available here

My very first XBMC script.

There's a fair bit of work I plan to do on it, including getting the titles from the JoeRogan.net site (since Redban is too high to keep the Ustream feed up to date), and eventually getting all the content from the main site.

The episode images don't work yet but I'll have that fixed this weekend.

Any other issues with it let me know.
find quote
mistermisfit Offline
Junior Member
Posts: 7
Joined: Feb 2009
Reputation: 0
Post: #2
Thanks for the Joe Rogan addon

Its great, but the live stream doesnt seem to work when Rogans live. How can we fix this?

Tnx man
find quote
lexandstuff Offline
Junior Member
Posts: 15
Joined: Sep 2011
Reputation: 0
Location: Melbourne, Australia
Post: #3
Hey mistermisfit,

Thanks heaps for that. Glad to see another JRE fan on here.

Re the live stream, I haven't been able to test it properly yet; I always seem to miss JRE when it's live. But leave it with me, I'll get it working soon.
find quote
lexandstuff Offline
Junior Member
Posts: 15
Joined: Sep 2011
Reputation: 0
Location: Melbourne, Australia
Post: #4
v0.2.1 available now

Get it here: https://github.com/lextoumbourou/xbmc-jo.../downloads

Version 0.2.1
* Removed the broken live link (will add it in future releases, when I've got it working properly)
* Changed the behaviour to scrape the joerogan.net page for correct titles and links, using Vimeo where available
* Added the Video Blog
find quote
matmabro Offline
Junior Member
Posts: 24
Joined: Jul 2011
Reputation: 0
Post: #5
Can this be updated for Eden? Thanks for your work!
find quote
Zeee1 Offline
Member
Posts: 75
Joined: Nov 2011
Reputation: 0
Post: #6
I am running into trouble installing this plugin on my ATV2. When I install the plugin I get an error message that says dependencies not met. Can you tell me where I'm suppose to install the plugin??

Thank you,

Zeee1
find quote
Zeee1 Offline
Member
Posts: 75
Joined: Nov 2011
Reputation: 0
Post: #7
Can someone tell me where to extract this zip file in an Apple TV 2? I am getting dependencies not meet.

Thank you,

Zeee1
find quote
paddycarey Offline
Senior Member
Posts: 246
Joined: Sep 2009
Reputation: 8
Post: #8
This is an addon that I've really wanted but hadn't been able to use since it was dharma only. So I've forked the repo and updated the plugin for eden along with a little bit of other cleanup.

You can find the current version here: https://github.com/paddycarey/plugin.vid...experience

I'll make a zip release when I'm sure It's working ok.
find quote
iDude Offline
Member
Posts: 79
Joined: Aug 2009
Reputation: 0
Post: #9
Doesn't work for me:
Code:
17:03:56 T:6808  NOTICE: -->Python Interpreter Initialized<--
17:03:56 T:6808   ERROR: Error Type: <type 'exceptions.ImportError'>
17:03:56 T:6808   ERROR: Error Contents: No module named utils
17:03:56 T:6808   ERROR: Traceback (most recent call last):
                                              File "C:\Users\iDude\AppData\Roaming\XBMC\addons\plugin.video.joeroganexperience\defau​lt.py", line 8, in <module>
                                                from resources.lib import joerogan
                                              File "C:\Users\iDude\AppData\Roaming\XBMC\addons\plugin.video.joeroganexperience\resou​rces\lib\joerogan.py", line 7, in <module>
                                                import resources.lib.utils as utils
                                            ImportError: No module named utils
17:03:56 T:3048   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.joeroganexperience
17:03:56 T:3048   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.joeroganexperience) failed

XBMC Beta 3

Edit: I see you just uploaded the utils.py
Now everything seems to be working
(This post was last modified: 2012-02-20 18:08 by iDude.)
find quote
paddycarey Offline
Senior Member
Posts: 246
Joined: Sep 2009
Reputation: 8
Post: #10
fixed, do another pull
find quote
Post Reply