![]() |
|
[RELEASE] ESPN3.com Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] ESPN3.com Addon (/showthread.php?tid=95053) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
- AMRivlin - 2011-09-13 08:42 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 05:19 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 11:18 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 03:37 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'] - dahlSTROM - 2011-09-15 15:57 Note: Please restore your ESPN3-addon to the original version as the modified version will no longer work. - legazus - 2011-09-15 16:54 It's working fine here in the US so far Fyi - locomot1f - 2011-09-15 20:01 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" -- ![]() 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 20:45 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 20:53 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 22:05 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! |