XBMC Community Forum
[RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC (/showthread.php?tid=99422)



- mclog - 2011-07-02 17:55

np, hopefully be settled in nicely for the fight myself Smile


- mclog - 2011-07-02 18:22

Hey guys, I found another problem from changes on the website. In the Schedule section, it will never give channel links for events.

Similar instruction to fix as before, unless you can wait for repo update:

For people who are impatient and can't wait for the build to come, open the file \XBMC\addons\plugin.video.lof\modules\LOF_Scraper. py and change line 31 from:

self.match_chan_regex = '<a href="watchlive/\?channel(.+?).php">(.+?)</a>'

to:

self.match_chan_regex = '<a href="http://www.liveonlinefooty.com/watchlive/\?channel(.+?).php">(.+?)</a>'

Otherwise, wait for new build to be posted/added to the repo later today, lots of changes on this at the moment Smile


- xcandyman1 - 2011-07-02 19:17

Works with the edit thank you!

One question does anyone know if this plugin works ok with the original Xbox with XBMC?


- VanZan - 2011-07-02 19:18

xcandyman1 Wrote:Works with the edit thank you!

One question does anyone know if this plugin works ok with the original Xbox with XBMC?
I'm using the sodding thing on it! Smile


- xcandyman1 - 2011-07-02 19:40

VanZan Wrote:I'm using the sodding thing on it!

Great thanks


- blankdot - 2011-07-02 21:24

I fixed the login thing with the earlier fix. Now getting '-- You don't have a valid subscription' or similar. I bought the special Haye vs Klitschko sub, and it works on laptop & desktop but not xbmc.

Any ideas anyone?


- mclog - 2011-07-02 22:12

On the member page at Member Page, what does it say in the section with title "Your Subscriptions" ? I have a feeling it's empty, so the plugin can't figure out that you have the special sub.

blankdot Wrote:I fixed the login thing with the earlier fix. Now getting '-- You don't have a valid subscription' or similar. I bought the special Haye vs Klitschko sub, and it works on laptop & desktop but not xbmc.

Any ideas anyone?



- blankdot - 2011-07-02 22:17

Under 'Your Subscriptions' it says:

'David Haye vs Wladimir Klitschko'

How can I disable the subscription check? Really want to watch the boxing on my tv! Smile


- mclog - 2011-07-02 23:13

Go to line 144 in LOF_Scraper.py.

Change return False

to return True.

Note that this won't allow you to watch without a subscription, it's just a workaround on a broken check, so if the subscription is not valid, you can't watch-


- blankdot - 2011-07-02 23:43

Yeah I did it and it works. LOF seems like it's struggling - the site seems super laggy.