[RELEASE] SportsDevil - Watch Live Sports and Highlights

  Thread Rating:
  • 22 Votes - 4.36 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #1
[Image: he54f4fc.png]

SportsDevil is a video addon for live sports and highlights, blogs and TV. It's based on VideoDevil, so big thanks to the developers. SportsDevil scrapes and resolves embedded streams from websites so that they can be played with xbmc. It dynamically parses cfg files that contain regular expressions used for scraping.
Please try it out and give me some feedback.

Current Version: 1.8.5.5

Download or install via repo


Before you post, please have a look at the FAQ.


More... (Instructions, Changelog etc.)



[Image: lmo7inv6x5es.jpg]


[Image: okrptesovi7.jpg]
(This post was last modified: 2013-05-04 09:48 by MaxMustermann.)
find quote
perro6969 Offline
Senior Member
Posts: 104
Joined: May 2010
Reputation: 0
Post: #2
this is great! thanks! It works fine for me.
find quote
vinnyduo Offline
Junior Member
Posts: 1
Joined: Feb 2011
Reputation: 0
Post: #3
This works on my mac, but not the apple tv2. Please help.
find quote
Whizz Offline
Junior Member
Posts: 28
Joined: Mar 2009
Reputation: 0
Post: #4
Thanks, really handy. Is there any documentation available on how we can make our own Config files?
find quote
whufclee Offline
Fan
Posts: 391
Joined: Oct 2008
Reputation: 0
Location: Essex
Post: #5
Love it, this is excellent on the PC. Is there any way of making an xbox friendly one?

Also, I still can't work out how to integrate the sopfilter into MPC-HC. Anyone got this working on the 64bit version?

Great work, love the fact that I can now see highlights from XBMC.
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #6
Whizz Wrote:Thanks, really handy. Is there any documentation available on how we can make our own Config files?

My addon is based on VideoDevil/VideoMonkey, so the basic syntax is the same. There is only an example to learn some of the commands. You can find it here.

I only added three commands:
  • @IMPORT=inserthere.txt@
    includes the whole content of inserthere.txt at this place
  • @LANGUAGE@
    is replaced by the language code (en/de)
  • (For search only) once=http://www.google.de/.*
    show search only on urls that match this regex
    (myconfig.cfg is also an url)
(This post was last modified: 2011-04-24 22:31 by MaxMustermann.)
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #7
not working on ATV2Sad
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #8
Hope u can get it to work with atv2

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
Icarus3000 Offline
Senior Member
Posts: 147
Joined: Nov 2009
Reputation: 0
Post: #9
Not working for me.

This is from my debug log:

Quote:21:44:40 T:9068 M:1465614336 NOTICE: -->Python Interpreter Initialized<--
21:44:40 T:9068 M:1463959552 NOTICE: C:\Users\Icarus3000\AppData\Roaming\XBMC\addons\plugin.video.SportsDevil\default​.py:12: DeprecationWarning: os.getcwd() is depreciated for getting addon directory use os.path.dirname(__main__.__file__)
rootDir = os.getcwd()
21:44:40 T:9068 M:1464094720 ERROR: Error Type: <type 'exceptions.SyntaxError'>
21:44:40 T:9068 M:1464094720 ERROR: Error Contents: ("Non-ASCII character '\\xc2' in file C:\\Users\\Icarus3000\\AppData\\Roaming\\XBMC\\addons\\plugin.video.SportsDevil\​\videodevil.py on line 319, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details", ('C:\\Users\\Icarus3000\\AppData\\Roaming\\XBMC\\addons\\plugin.video.SportsDevi​l\\videodevil.py', 319, 0, None))
21:44:40 T:9068 M:1463537664 ERROR: Traceback (most recent call last):
File "C:\Users\Icarus3000\AppData\Roaming\XBMC\addons\plugin.video.SportsDevil\default​.py", line 26, in <module>
win = Main()
File "C:\Users\Icarus3000\AppData\Roaming\XBMC\addons\plugin.video.SportsDevil\default​.py", line 19, in __init__
self.run()
File "C:\Users\Icarus3000\AppData\Roaming\XBMC\addons\plugin.video.SportsDevil\default​.py", line 22, in run
import videodevil
SyntaxError: ("Non-ASCII character '\\xc2' in file C:\\Users\\Icarus3000\\AppData\\Roaming\\XBMC\\addons\\plugin.video.SportsDevil\​\videodevil.py on line 319, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details", ('C:\\Users\\Icarus3000\\AppData\\Roaming\\XBMC\\addons\\plugin.video.SportsDevi​l\\videodevil.py', 319, 0, None))
21:44:40 T:9900 M:1463828480 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.SportsDevil/
21:44:40 T:9900 M:1463812096 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.SportsDevil/) failed
find quote
blueseeka Offline
Junior Member
Posts: 48
Joined: Apr 2011
Reputation: 0
Post: #10
dallasnights Wrote:not working on ATV2Sad

Awesome work can't wait for a ATV2 release.

Wonder if in the future there will be anyway to add UFC Facebook Prelim streams. Since it certainly looks like these streams are here for good now. 5 Facebook streams this upcoming weekend. Although these should be available on myp2p. This is a very exciting release Nod

Thank you very much and great work
Please keep us updated on any progress with ATV2
find quote
Post Reply