[Release] Bloomberg
#31
Very pleased to say that it's now working perfectly with a fresh build (OpenELEC - Version: devel-20121020212708-r12220) on Rasberry Pi. I thought I was previously running a recent version, perhaps not. Thanks bob_gob and rontbeamer.
Reply
#32
a nice plug-in, but when I try to install the 1.0.5 version, I got dependencies not met..., I am trying to check my log file now.

Code:
14:00:40 T:2785014848  NOTICE: Thread Background Loader start, auto delete: false
14:00:40 T:2785014848 WARNING: CreateLoader - Unsupported protocol(addons) in addons://disabled/folder.jpg
14:00:41 T:2785014848 WARNING: CreateLoader - Unsupported protocol(addons) in addons://enabled/folder.jpg
14:00:41 T:2785014848 WARNING: CreateLoader - Unsupported protocol(addons) in addons://repos/folder.jpg
14:00:41 T:2785014848 WARNING: CreateLoader - Unsupported protocol(addons) in addons://install/folder.jpg
14:00:41 T:2785014848 WARNING: CreateLoader - Unsupported protocol(addons) in addons://search/folder.jpg
14:00:51 T:3042906112   ERROR: Texture manager unable to load file: /media/usb0/plugin.video.bloomberg1.0.5.zip/icon.png

I am using xbian, and I tested on openelec yesterday but the same result.[/code]
Reply
#33
Hi ryantc,
they're very strange looking errors, it looks like the plugin is trying to access you're icons from the original zip file!

/media/usb0/plugin.video.bloomberg1.0.5.zip/icon.png (looks like it was on a USB drive)

Did you install the plugin using the install addon from zip option?
Reply
#34
Just want to give a thanks for this plugin! The live stream works great for me which is the only thing I was interested in!
Reply
#35
Hi, I am fairly new to xbmc and I created an account just got get this add on working. I am using frodo on my nexus 4 and downloaded the zip file plus the cryto patch mentioned in the beginning. I was able to install the addon but I get a script error when I press on it. What can I do now? Thank you very much!
Reply
#36
Damn...this plugin just recently stopped working.
Reply
#37
Until a real fix comes in, this fixed the Live Stream for me:

In scraper.py, add this above embed_code_get():

Code:
    def live_code_get(self, page):
        src = BeautifulSoup(geturl(page)).find("video").find("source")["src"]
        return src[src.rindex("/")+1:].split("_")[0]

In default.py, edit the play2() function to call live_code_get():

Code:
    rtmp        = "rtmp://%s/live?_fcs_vhost=cp116697.live.edgefcs.net/%s_640_360_1000@18679 live=true" % (scraper.rtmp_get(), scraper.live_code_get(params["url"]))
Reply
#38
Thanks...I've give it a shot.
Reply
#39
DrySoup's fix works for me. Thank you.
Reply
#40
Hi Folks
Is there a solid setup in place to stream bloomberg live on the xbmc?
How do I go about installing it?

thanks
Reply
#41
The World New plugin also includes a bloomberg stream.
http://forum.xbmc.org/showthread.php?tid=97488
Reply

Logout Mark Read Team Forum Stats Members Help
[Release] Bloomberg0