[RELEASE] ESPN3.com Addon

  Thread Rating:
  • 9 Votes - 3.89 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
CHRONiC YOUTH Offline
Member
Posts: 62
Joined: Nov 2011
Reputation: 0
Post: #1131
(2012-03-19 21:19)BlueCop Wrote:  CHRONiC YOUTH: that should say replay stream to be more accurate. It isn't recording anything. It is the type of event you are playing from the server. it is ethier live or on demand/recorded.

Ah i see thx for the response, might there ever be the possibility of adding a record feature, it would be awesome to be able to set a time to download or just download the live stream being watched (if that is even possible) and have it stored locally
find quote
al3x1980 Offline
Junior Member
Posts: 10
Joined: Mar 2011
Reputation: 0
Post: #1132
Is there any detailed instructions on how canadians can get this working. I keep getting script errors when I try to configure it.
Thanks
find quote
vi6s Offline
Junior Member
Posts: 9
Joined: Mar 2012
Reputation: 0
Post: #1133
Hello,

I have seen quite a few questions on how to install and make ESPN3 addon work for XBMC on Apple devices. These instructions work for my Ipad 2, my brother's Iphone and my sister's Apple TV. Here we go:

1/
Install ESPN3 from the bluecop repository. Here is the link:
http://code.google.com/p/bluecop-xbmc-repo/
Here is the instruction on how to install repository from zip files
http://wiki.xbmc.org/index.php?title=Add...l_from_zip

2/
Log in to ESPN3
Go to http://broadband.espn.go.com/espn3/auth/userData
On your browser, click File>Save As>userData.xml
Change userData.xml to userdata.xml (trust me, this is important)
Open the userdata.xml using notepad. Near the end, there is this line of code:
<personalization loginStatus="Anonymous Guest" swid="{XXXXXX-XXXXX-XXXXX-XXXXXX}">
Copy down the swid="{XXXXXX-XXXXX-XXXXX-XXXXXX} part.

3/
Go to this link http://pastebin.com/4HUBgjHW
Copy all of those text into a notepad file and name it default.py
Look for the part:
swid = '"Put your <swid> from userdata.xml here"'
req.add_header('Cookie',
'SWID="Put your <swid> from userdata.xml here"')
Replace the "Put your <swid> from userdata.xml here" with your SWID from the userdata.xml
Be careful, that you also replace the " " sign so that it will look like this
swid = 'XXXXX-XXX-XXXX-XXXXX-XXXXXXXXX'
req.add_header('Cookie',
'SWID=XXXXX-XXX-XXXX-XXXXX-XXXXXXXXX')
Look for the part:
affiliateid = '"Put your <name> from userdata.xml here"'
Replace the "Put your <name> from userdata.xml here" with whatever in the <name> part from from the userdata.xml
This is what mine looks like:
affiliateid = 'default_sso'
Save it

4/
Go to XBMC
Change the ESPN addon settings on the Login tab as follows:
Use Custom User Files = On
Enable Login = On
Put in your login info
Change cable provider to whatever you have.

5/
I assume you already have a jailbroken apple devices. Use WinSCP to SSH to your root Apple devices account.
If you don't know what WinSCP and SSH for apple devices, look it up!!! Basically, you must be able to access internal files from your device
Go to \var\mobile\Library\Preferences\XBMC\userdata\addon_data\plugin.video.espn3\
Create a folder name "custom"
Inside that folder, put the userdata.xml and default.py files.

6/
Start up XBMC and enjoy some games!!!
(This post was last modified: 2012-03-31 12:21 by vi6s.)
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #1134
Don't follow those instructions.

he has no concept of what he is doing.
find quote
batarfihm Offline
Junior Member
Posts: 24
Joined: Oct 2011
Reputation: 0
Post: #1135
can somebody help me it's not working, I am using ATV 2
Author: Ksosez, Bluecop
Version: 0.9.9
I got this message:

Error script failed: plugin.video.espn3

here is the Log file link:
http://pastebin.com/D1fTWYEt

thanks.
find quote
vi6s Offline
Junior Member
Posts: 9
Joined: Mar 2012
Reputation: 0
Post: #1136
@batarfihm try the guide I put above

Make sure the userData.xml file renames to userdata.xml. This line of code clearly indicates that you don't have the userdata.xml or did not change it accordingly.

IOError: (2, 'No such file or directory', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.video.espn3/userdata.xml')


Also, not sure why bluecop dismisses my little tutorial. The default.py file I got from a previous poster on this thread. The name change from userData.xml to userdata.xml is necessary because apparently XBMC on apple devices won't recognize the file name.
find quote
batarfihm Offline
Junior Member
Posts: 24
Joined: Oct 2011
Reputation: 0
Post: #1137
(2012-03-27 13:56)vi6s Wrote:  @batarfihm try the guide I put above

Make sure the userData.xml file renames to userdata.xml. This line of code clearly indicates that you don't have the userdata.xml or did not change it accordingly.

IOError: (2, 'No such file or directory', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.video.espn3/userdata.xml')


Also, not sure why bluecop dismisses my little tutorial. The default.py file I got from a previous poster on this thread. The name change from userData.xml to userdata.xml is necessary because apparently XBMC on apple devices won't recognize the file name.

Man I got lost with number 3, please make your steps sample for me and every one.

I don't know were can I find my swid = '"Put your <swid> from userdata.xml here"'

so, please make it easy for us.

or upload the file that you have so we can use it.

regards,
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #1138
vi6s: You don't understand what you are doing.

replacing the default.py completely invalidates everything else you suggest doing.

if you remove step 3 then it would work the same. I am not sure if you meant to replace the default.py or not. replacing it is a bad idea.
(This post was last modified: 2012-03-28 01:37 by BlueCop.)
find quote
batarfihm Offline
Junior Member
Posts: 24
Joined: Oct 2011
Reputation: 0
Post: #1139
(2012-03-27 06:00)batarfihm Wrote:  can somebody help me it's not working, I am using ATV 2
Author: Ksosez, Bluecop
Version: 0.9.9
I got this message:

Error script failed: plugin.video.espn3

here is the Log file link:
http://pastebin.com/D1fTWYEt

thanks.

please I need help !
find quote
Necromancyr Offline
Senior Member
Posts: 209
Joined: Jan 2009
Reputation: 0
Post: #1140
Anyone have an issue where you can't change the layout/view/whatever you want to call it for individual items? In Aeon Nox I'm ALWAYS getting one view once I get to the lowest level no matter what I select in the skin.
find quote
Post Reply