[DEV] LiveOnlineFooty.com

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
nikc0069 Offline
Senior Member
Posts: 252
Joined: Jan 2011
Reputation: 1
Post: #11
Rtmp seems fine in other plugins I'm using Smile login details in settings, like icefilms, would be awesome. As it's on atv2, can't login any other way.
find quote
DazNoonan Offline
Senior Member
Posts: 259
Joined: Feb 2011
Reputation: 0
Post: #12
This looks like its going to be ace... can't wait to test it out.

Devices using XBMC
iMac | MacBook | MacBook Air | AppleTV2 | iPad | iPhone4
[Image: classic]
[Image: widget_1.png?1305454501]
find quote
xDamos Offline
Junior Member
Posts: 3
Joined: Mar 2011
Reputation: 0
Post: #13
When can we expect the plugin? Smile
thanks
find quote
jabba_29 Offline
Member+
Posts: 278
Joined: Oct 2009
Reputation: 2
Location: Finland
Post: #14
Would love to test this - even if it only had channel 1, 2 etc.

Any way to work out the streams and code so it would work with Livestreams plugin would be great. I wouldn't mind hard coded values provided it worked...

--
XBMC HUB - THE NEW HOME FOR ADD-ONS and PLUGINS
Read how my ATV2 installation went
ATV2 one week on ... it's getting better all the time
XBMC/ATV2 - Feeling the love
--
XBMC:
Platform - Darwin iOS (11.0.0 AppleTV2,1, Version 4.3 (Build 8F305)).
11.0-RC2 - Built on Mar 1 2012 (Git:20120229-f38655f)
Platform - Darwin OSX (8.8.2 i386, Version 10.4.7 (Build 8N6014)).
11.0-RC2 - Built on Mar 1 2012 (Git:20120229-f38655f)
find quote
nikc0069 Offline
Senior Member
Posts: 252
Joined: Jan 2011
Reputation: 1
Post: #15
Is this plugin still in development?
find quote
myksterx Offline
Senior Member
Posts: 182
Joined: Jul 2009
Reputation: 0
Post: #16
yes.
hoping someone can help grabbing a line of code from a URL.

to be specific a .php file.
once i can grab the line of code from the .php code (not code, but the match details) and present it in each channel line - i will release - as there wont be anything else that can be done to this plugin, it should be basicly complete.

can someone assist - whoever can do this will be able to do this without having to mess with the code ive currently done.

so if someone can find out how to do this and let me know how its done - i will be able to add this into the plugin and credits will goto the person that helps!
find quote
Justcop Offline
Senior Member
Posts: 226
Joined: Mar 2009
Reputation: 0
Post: #17
But you've done the login?
find quote
tommyj Offline
Junior Member
Posts: 8
Joined: Apr 2011
Reputation: 0
Post: #18
Is there any chance you could release a beta version 'as is', in time for the weekend's games?

Great work btw!
find quote
jorsoban Offline
Junior Member
Posts: 12
Joined: Mar 2011
Reputation: 0
Post: #19
myksterx Wrote:yes.
hoping someone can help grabbing a line of code from a URL.

to be specific a .php file.
once i can grab the line of code from the .php code (not code, but the match details) and present it in each channel line - i will release - as there wont be anything else that can be done to this plugin, it should be basicly complete.

can someone assist - whoever can do this will be able to do this without having to mess with the code ive currently done.

so if someone can find out how to do this and let me know how its done - i will be able to add this into the plugin and credits will goto the person that helps!

If i'm understanding needing help with.. you are trying to get the html source for given url (some main list page), and then want to extract the desired data to show titles and list streamable urls.. correct?

A large number of the existing plugins in the repos are pulling html source from a given url and then either doing a regular expression match on the that data to get urls, titles, etc. Or throwing the data into a xml/html parser like BeautifulSoup.

Check out the daily show plugin in bluecops repo if you want to see one example of regular expression matching, others can pipe in if they know good examples to look at. The example guide in the wiki uses regexps too. http://wiki.xbmc.org/index.php?title=HOW...s_for_XBMC

Without seeing the html source that you are trying to extract data from or how you are currently trying to do it in your script it will be difficult to give any more specific advice than look at how other plugins are doing it.
find quote
tommyj Offline
Junior Member
Posts: 8
Joined: Apr 2011
Reputation: 0
Post: #20
The other thing to be aware of with liveonlinefooty is that the titles are not always accurate. It honestly may be worth just setting it up as a channel list and leaving it as that, given that things tend to jump around a little on there.
find quote
Post Reply