2011-10-28, 06:19
Committed the update. Let me know how it works.
It has options on which stations to list for in the setting. I don't have access to a account with espn,espn2 content but if you do then enable login for the provider in the settings. You can enable the ones you are authorized for in the settings. Default is just espn3
The userdata.xml is stored in special://profile/addon_data/plugin.video.espn3/
like the cookies.lwp file.
You can use each one to insert custom swids and providers.
here is how a cookies.lwp should look.
here is how a userdata.xml should look
the bold <provider> should be replaced with the custom provider if you are using one. The others bold XXX are where the SWID goes.
if you edit these files and then turn on the login setting but turn off clear cookies you should be good. It won't touch those files in this situation and just use the information you input.
these files are stored in addon data so will persist between updates.
It has options on which stations to list for in the setting. I don't have access to a account with espn,espn2 content but if you do then enable login for the provider in the settings. You can enable the ones you are authorized for in the settings. Default is just espn3
The userdata.xml is stored in special://profile/addon_data/plugin.video.espn3/
like the cookies.lwp file.
You can use each one to insert custom swids and providers.
here is how a cookies.lwp should look.
Code:
#LWP-Cookies-2.0
Set-Cookie3: SWID="[b]XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX[/b]"; path="/"; domain=".go.com"; path_spec; domain_dot; expires="2031-10-28 03:56:20Z"; version=0
Set-Cookie3: espn360affiliate1=[b]<provider>[/b]; path="/"; domain=".go.com"; path_spec; expires="2012-04-25 03:56:20Z"; version=0
Set-Cookie3: espnAffiliate=[b]<provider>[/b]; path="/"; domain=".go.com"; path_spec; domain_dot; expires="2011-10-28 20:36:20Z"; version=0
here is how a userdata.xml should look
Code:
<?xml version="1.0" encoding="UTF-8"?>
<user>
<affiliate>
<name>[b]<provider>[/b]</name>
<imageUrl></imageUrl>
<websiteUrl></websiteUrl>
<localAdAccountId>null</localAdAccountId>
</affiliate>
<location>
<ip>X</ip>
<country>X</country>
<city>X</city>
<state>X</state>
<continent>na</continent>
<dma>X</dma>
<zipCode></zipCode>
<domain>X</domain>
</location>
<personalization loginStatus="Anonymous Guest" swid="{[b]XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX[/b]}">
<username></username>
</personalization>
</user>
the bold <provider> should be replaced with the custom provider if you are using one. The others bold XXX are where the SWID goes.
if you edit these files and then turn on the login setting but turn off clear cookies you should be good. It won't touch those files in this situation and just use the information you input.
these files are stored in addon data so will persist between updates.