[RELEASE] SportsDevil - Watch Live Sports and Highlights

  Thread Rating:
  • 22 Votes - 4.36 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Abe Froman Offline
Senior Member
Posts: 173
Joined: Apr 2010
Reputation: 7
Thumbs Up  Hockey Post: #11
This is the best plugin ever as it has the hockey playoffs on it.
find quote
Jammer Offline
Junior Member
Posts: 28
Joined: Apr 2010
Reputation: 0
Post: #12
Not working on AppleTV G1 either
find quote
Bas_h78 Offline
Junior Member
Posts: 40
Joined: Oct 2010
Reputation: 0
Post: #13
whufclee Wrote: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.

+1, please some help for the 64bit MPC_HC. Problem is that the sopfiter is not visible under options of MPC-HC. You can select it with browse but nothing happens.....

Further great release, thank you for your effort!!!!
find quote
spong_miester Offline
Member
Posts: 58
Joined: May 2010
Reputation: 0
Location: UK
Post: #14
So far as my testing works it's hit and miss for me, some load just fine but others just return links that go nowhere, Truly excellent app you have here just needs a little refinement. Thanks Smile
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #15
spong_miester Wrote:So far as my testing works it's hit and miss for me, some load just fine but others just return links that go nowhere, Truly excellent app you have here just needs a little refinement. Thanks Smile

Do these links work in your browser? If they don't play there, they won't play in my addon. I know that myp2p & co are hosting some dead links sometimes.
Please post if you find a link that works in your browser but not in my addon and that is not one of the streams in my todo list (ustream, freedocast...).
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #16
Bas_h78 Wrote:+1, please some help for the 64bit MPC_HC. Problem is that the sopfiter is not visible under options of MPC-HC. You can select it with browse but nothing happens.....

Further great release, thank you for your effort!!!!

Can you open sop://... urls with the standard WMP? Maybe SopFilter is not compatible with 64bit...
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #17
Jammer Wrote:Not working on AppleTV G1 either

Unfortunately, I have no ATV to test. What does your log look like? Is it rather because of the filepaths or because of the encoding?
Did VideoDevil work for you? I took the whole VideoDevil 1.6.2 and just changed three small things in videodevil.py.

@addon-devs:
Does anyone have a clue what could be the reason for this?
find quote
Icarus3000 Offline
Senior Member
Posts: 147
Joined: Nov 2009
Reputation: 0
Post: #18
Icarus3000 Wrote:Not working for me.

This is from my debug log:

Am I the only one that can't get this to run? (Windows 7 32bit)
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #19
Icarus3000 Wrote:Am I the only one that can't get this to run? (Windows 7 32bit)

Could you please try to:
  1. Close XBMC
  2. Delete 'videodevil.pyo'
  3. Insert this line at line 1 of videodevil.py: # -*- coding: latin-1 -*-
  4. Save 'videodevil.py'
  5. Start XBMC and try again

?
find quote
jlt822 Offline
Junior Member
Posts: 5
Joined: Apr 2011
Reputation: 0
Post: #20
MaxMustermann Wrote:Unfortunately, I have no ATV to test. What does your log look like? Is it rather because of the filepaths or because of the encoding?
Did VideoDevil work for you? I took the whole VideoDevil 1.6.2 and just changed three small things in videodevil.py.

@addon-devs:
Does anyone have a clue what could be the reason for this?

@Max, Thanks for working on this, I'm excited to try and get this on my ATV 2. I have VideoDevil 1.7.2 working fine, but get a script error when starting SportsDevil. New to xbmc, so I'm not sure I can be much help, but this is what I got from the log (hope it helps for ATV2):

13:35:47 T:130686976 M:100216832 DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil
13:35:47 T:130686976 M:100216832 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.SportsDevil" dependent on version 1.0 of the xbmc.python api
13:35:48 T:104005632 M:100216832 DEBUG: ------ Window Init (DialogBusy.xml) ------
13:35:49 T:132628480 M: 99840000 INFO: Loading skin file: DialogProgress.xml
13:35:49 T:132628480 M: 99840000 DEBUG: DialogProgress::StartModal called
13:35:49 T:132628480 M: 99840000 DEBUG: ------ Window Init (DialogProgress.xml) ------
13:35:49 T:104005632 M:100052992 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
13:35:49 T:130686976 M:100077568 ERROR: /var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/default.py:12: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
rootDir = os.getcwd()
13:35:49 T:130686976 M:100077568 INFO: -->Python script returned the following error<--
13:35:49 T:130686976 M:100077568 ERROR: Error Type: <type 'exceptions.SyntaxError'>
13:35:49 T:130686976 M:100077568 ERROR: Error Contents: ("Non-ASCII character '\\xc2' in file /var/mobile/Library/Preferences/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", ('/var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/videodevil.py', 319, 0, None))
13:35:50 T:130686976 M:100077568 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/default.py", line 26, in <module>
win = Main()
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/default.py", line 19, in __init__
self.run()
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/default.py", line 22, in run
import videodevil
SyntaxError: ("Non-ASCII character '\\xc2' in file /var/mobile/Library/Preferences/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", ('/var/mobile/Library/Preferences/XBMC/addons/plugin.video.SportsDevil/videodevil.py', 319, 0, None))
13:35:50 T:130686976 M:100077568 INFO: -->End of Python script error report<--
find quote
Post Reply