Kodi Community Forum
[RELEASE] ESPN3.com Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] ESPN3.com Addon (/showthread.php?tid=95053)



RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-10-26

unfortunately... no Sad

without someone with access to all of WATCHESPN and a hefty amount of coding knowledge, that part of this plugin is dead.


RE: [RELEASE] ESPN3.com Addon - Mojonba - 2013-10-26

(2013-10-23, 17:35)locomot1f Wrote: Huh
is that with anything you pick?

is your librtmp up-to-date?

Yes with anything.

I updated lbrtmp with the 10-22-13 version and I video is working fine.

Thanks much!


RE: [RELEASE] ESPN3.com Addon - Michael55123 - 2013-10-27

(2013-10-26, 04:35)locomot1f Wrote: unfortunately... no Sad

without someone with access to all of WATCHESPN and a hefty amount of coding knowledge, that part of this plugin is dead.

Sadly I have access to all of watchespn, but not even coding knowledge...


Re: RE: [RELEASE] ESPN3.com Addon - bradwatson - 2013-11-05

(2013-10-15, 16:34)locomot1f Wrote: http://forum.xbmc.org/showthread.php?tid=173943&pid=1527263#pid1527263

if you're looking to move forward to XBMC 13 (Gotham)

you will need to update the python version of the script.module.mechanize
Code:
<requires>
    <import addon="xbmc.python" version="1.0"/>
  </requires>

changes to ...
Code:
<requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>


also, under the addon itself, you will need to change the addon.xml to read like this
Code:
<requires>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.beautifulsoup" version="3.2.1"/>
        <import addon="script.module.mechanize" version="0.2.5"/>
        <import addon="script.module.elementtree" version="1.2.7"/>
    </requires>

Anyone try this on Gotham yet? I've been running a PR branch of xbmc lately and it's a total mess. Thinking of taking the Gotham snapshot plunge. This app is a must for me. I use it pretty much every time Roger Federer plays tennis.

Also a big thanks to locomot1f for all the work you've done with this add on.


RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-11-05

https://github.com/locomot1f/plugin.video.espn3

here's my github of this addon. it is currently working on my Gotham build.

I'm thinking of scaling this addon back, to just supporting ESPN 3 -- as that's all I have access to.

feel free to fork over this version and keep playing with it. I'm no coder, so don't expect too many changes.
---------------------------------

you might get an error saying that mechanize is marked as broken.
still haven't figured that out. it's been updated, so everything should work. just click 'NO', when it asks if you want to disable it.
hoping that as Gotham becomes more stable, this will correct itself.


RE: [RELEASE] ESPN3.com Addon - bradwatson - 2013-11-05

(2013-11-05, 15:53)locomot1f Wrote: https://github.com/locomot1f/plugin.video.espn3

here's my github of this addon. it is currently working on my Gotham build.

I'm thinking of scaling this addon back, to just supporting ESPN 3 -- as that's all I have access to.

feel free to fork over this version and keep playing with it. I'm no coder, so don't expect too many changes.
---------------------------------

you might get an error saying that mechanize is marked as broken.
still haven't figured that out. it's been updated, so everything should work. just click 'NO', when it asks if you want to disable it.
hoping that as Gotham becomes more stable, this will correct itself.

I wish I had seen your note about mechanize being marked as broken. I said yes to disable it. Does anyone know how to re-enable an add on that you have disabled? I couldn't find it in the list of add-ons and tried to reinstall it. Still failing with the same error about mechanize in the log.


RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-11-05

might reset itself with a reboot of xbmc.

also, just an FYI, there seems to be some issues with RTMP failing.

post a log for me if you get a chance.


RE: [RELEASE] ESPN3.com Addon - nola mike - 2013-11-05

Thanks Loco, that worked. I had to nuke my whole openelec setup to get some other addons working after the gotham upgrade. Should be noted that if you go that route you'll need to reinstall (or I guess create) a ~/.xbmc/userdata/addon_data/plugin.video.espn3/custom directory containing a userdata.xml file.


RE: [RELEASE] ESPN3.com Addon - bradwatson - 2013-11-05

Funny thing... I was having no success re-enabling mechanize so I just blew away my xbmc directory and restored to my backup made prior to upgrading to Gotham today. After the restore the old ESPN plugin is working fine without any changes. I just said no to all broken add on prompts. Cheers!


RE: [RELEASE] ESPN3.com Addon - Astro2004 - 2013-11-18

(2013-10-07, 19:51)locomot1f Wrote: ESPN 3 should work just fine with the default.py i supplied... https://dl.dropboxusercontent.com/u/52776637/default.py

if you are not able to get streams to work, then there is something else going on.
i believe you still need a custom userdata.xml file with your swid

That fixed pat of my issues. Not all of the replays show up and not all of the live events show up.

None are playing


RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-11-18

@Astro2004,

can you supply a debug log?

also, make sure you have the latest and greatest librtmp / rtmpdump files -- http://www.mediafire.com/?x4cvp5hl4m9xr

please remember this is STRICTLY FOR ESPN3 CONTENT. nothing else will play.

you can also try my git repo -- https://github.com/locomot1f/plugin.video.espn3


RE: [RELEASE] ESPN3.com Addon - cordfree - 2013-11-18

@locomot1f,

Something I was going to ask bluecop but never did. Would it be possible to add date / time to the upcoming events, to show when they will start. I find myself going to the website find the schedule. Other than that everything has been working great on windows Gotham 9


RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-11-19

@cordfree,

i just updated my git -- https://github.com/locomot1f/plugin.video.espn3

i have trouble on my screen because of driver issues, so i can't see that section. but i think it got it.
try it out and tell me if anything is missing.


RE: [RELEASE] ESPN3.com Addon - cordfree - 2013-11-19

I had a little trouble to get it to update , but it is now working perfect. At first I overlooked it because I was thinking it was going to show up beside the event itself like the NHL plugin. That is something you could look at later, but it great like this now. Not only does it allow you to see when upcoming events will start, it shows you when the current live games started and the date and time of the archives. Great job again!


RE: [RELEASE] ESPN3.com Addon - locomot1f - 2013-11-20

@cordfree,

can you send me a screenshot of the NHL plugin?
i'll see what i can do.