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)



- AMRivlin - 2011-09-13

I am running ESPN3 0.8.3 on pre-11.0, and I get "script failed" whenever I try to load any espn streams.

CNN and others do work.


- legazus - 2011-09-14

Can anyone point out to me how to find the location of espn3 addon file in my Linux based receiver (veubox)? I need help to know where to replace the default.py file so that I can get ESPN3 to work.


- Rafiki - 2011-09-14

Is the time it takes to open a stream limited to your hardware capabilities?
It takes approx 2 minutes to open up and buffer a normal recorded steam on my zbox nd22 while it only takes a few seconds on my macbook pro, same goes for live streams. The zbox is using wired ethernet while the macbook is using wireless. Any thoughts?


- myXBMC - 2011-09-15

Livin Wrote:Where in the code did you change this?


change all [int(livequality)] to a numeric 3 or 4 (high/highest)

from:
playpath = soup.findAll('video')[int(livequality)]['src']

to:
playpath = soup.findAll('video')[4]['src']


- emilsvennesson - 2011-09-15

Note: Please restore your ESPN3-addon to the original version as the modified version will no longer work.


- legazus - 2011-09-15

It's working fine here in the US so far


Fyi - locomot1f - 2011-09-15

As dahlSTROM has requested, please restore your default.py to the original installation.

It has come to our attention that ESPN and their affiliated networks have caught on to our "service" -- Nerd
They don't have a problem with the plugin itself, they just have a problem with us sharing our personal credentials with the rest of the world -- copy write infringements, and what-nots.

So... if you LEGALLY get this service, you will have to get your SWID and stick it in the default.py (I'm sure one of us, or someone can help you out with that).

Just know that if you plan on sharing this information with others, YOU HAVE BEEN WARNED.

Sorry for the inconvenience. PM me if you have any questions.


- Slayer_ch - 2011-09-15

Oh no I hate this stupid copy right stuff. Now I have to live with the stupid ESPn Player for europe again. I wanna kill myself.


- hunkyn - 2011-09-15

Hello,

Instead of plugging the SWID manually. is it possible to have the login credential in the add-on settings?

Thanks


Manually Entering SWID in default.py - SEB2012 - 2011-09-15

I know my SWID and I have a valid Time Warner account but I have no idea what I am doing when it comes to updating the default.py.

It seems the SWID would need to be entered somewhere around here:

#Make identityPointId from userdata
userdata = 'http://209.141.56.253/userData.xml'
html = get_html(userdata)
soup = Soup(html)
affiliateid = soup('name')[0].string
swid = soup('personalization')[0]['swid']
identityPointId = affiliateid+':'+swid

I know how to get the plugin to fail, now I just need someone to tell me where in the code to put my SWID, log in info, twc, etc.

Thanks for a great plugin by that way, it was cool for 72 hours!


SWID - Remote Access - beschmid - 2011-09-15

Does anyone have any advice for finding my SWID? I use Remote Access to view ESPN3. Any ideas?


- cfg9000 - 2011-09-16

Damn, this was my favorite add-on. I don't even know what an SWID is, or how to find it.


- bharath23 - 2011-09-16

SEB2012 Wrote:I know my SWID and I have a valid Time Warner account but I have no idea what I am doing when it comes to updating the default.py.

It seems the SWID would need to be entered somewhere around here:

#Make identityPointId from userdata
userdata = 'http://209.141.56.253/userData.xml'
html = get_html(userdata)
soup = Soup(html)
affiliateid = soup('name')[0].string
swid = soup('personalization')[0]['swid']
identityPointId = affiliateid+':'+swid

I know how to get the plugin to fail, now I just need someone to tell me where in the code to put my SWID, log in info, twc, etc.

Thanks for a great plugin by that way, it was cool for 72 hours!

I guess you are correct about that, this what my userdata looks like
Code:
userdata = 'http://broadband.espn.go.com/espn3/auth/userData'

This I believe would be the right way of getting SWID.


- rudawgr - 2011-09-16

can someone please explain how to get the swid? or someting like that please!!!!


- WildBill - 2011-09-16

rudawgr Wrote:can someone please explain how to get the swid? or someting like that please!!!!

http://broadband.espn.go.com/espn3/auth/userData