OK can someone post the right way to get this to work tried removing # in first line and # second line but then it says put space in line two would really appreciate it.thanks
(2016-10-16, 15:59)komplex Wrote: [ -> ] (2016-10-16, 15:44)everlast Wrote: [ -> ]OK can someone post the right way to get this to work tried removing # in first line and # second line but then it says put space in line two would really appreciate it.thanks
PHP Code:
if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies
make sure the "t" of "temp" is under the "f" of "if"and it works.
Thanks Erack,it works great again.
(2016-10-16, 16:31)everlast Wrote: [ -> ]OK does feature work.
featured doesnt but im not bothered about that,live does.
(2016-10-15, 12:56)morph78 Wrote: [ -> ]should be
if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies
make sure you put a space in the second line.
Making it a bit clearer, in the second line, leave a space(at the very beginning) before temp_url = temp_url...etc
OK doing right way but still no audio can someone post the global psy file fixed already on media fire would really appreciate it tried since this morning.thanks
For some reason I can not get playback. The addon asks the stream quality I would like to run, then "Playback failed".
EDIT: I'm using DirectTV and I'm in Los Angeles
(2014-10-24, 14:47)eracknaphobia Wrote: [ -> ]***** Current Version 2016.10.7 *****
Most Content Requires a Valid Cable / Satellite TV Subscription. If you do not have a valid login please do not use this thread to ask others for a login. All Users who do so will be reported.
The latest version can be found in My repo
Features
Live & Upcoming
Featured
Spotlight
TV Providers
Code:
- Bright House
- Cable One
- Charter
- Comcast (xfinity)
- Cox
- Direct TV
- Dish
- Frontier
- Optimum
- Time Warner Cable
- Verizon
*If your provider isn't listed you can:
A) PM me your login credentials and I could code it. (If you can't PM yet please get more involved with the Kodi community. At least 10 forum posts are required to PM other users.)
- Or -
B) You can take what I've written and adapt your providers login to it and submit the code to me.
Color Coding of List Items
LIVE *A valid TV Provider subscription is required to view premium content
FREE LIVE
UPCOMING
FREE UPCOMING
Each stream should fall under one of these categories. So even if you don't have a tv provider you will still be able to watch the streams that are free to air.
Known Issues
Captcha Issue
Some tv providers login process requires a captcha to be completed if you submit too many invalid, or even valid (Dish), login attempts within a certain amount of time. I haven't found a good way to handle this yet. Since the login cookie is good for 5 hours and refreshes every time you select a stream, this shouldn't be a major issue. Just be sure you type your username and password in correctly!
Bug / Error Reporting
*Please report any bugs, accompanied by a log file, that you may discover http://kodi.wiki/view/Log_file/Easy
Changelog
Code:
2016.10.7
- Fixed broken urls
2016.4.19
- Added Frontier support
2016.3.9
- Fix for time error attempt #3
2016.3.8
- Fix for time error attempt #2
2016.3.7
- Fix for mktime error
v2016.2.3
- Add setting to automatically play best stream available
- Bug fix
v2016.1.28
- Fix for Dish login
- Minor bug fixes
v2016.1.22
- Fix for Direct TV login
v2015.12.29
- Fix video streams dropping
v2015.11.12
- Bug fix
v2015.11.11
- Fix video streams dropping
- Brought back stream quality selection via dialog
v2015.11.6
- Removed Quality selection for temporary fix for all streams
v2015.11.3 Released
- Fixed golf channel
v2015.9.17
- Added Bright house support
v2015.9.4
- Added Cox support
- Added General setting to toggle ability to play from main window
- Code clean up
v2015.8.21
- Premium links now play from main window
v2015.8.17
- Bug fix for mislabeling non-free streams as free
v2015.7.31
- Added Optimum support
v2015.7.30
- Added Verizon login support
- Added Cable One login support
- Fixed issue where starting at date & time would not always display
v2015.7.28
- Added Charter login support
v2015.7.20
- Added additional code to scrape new video url location
- Changed formating to make any event that has a stream url playable
v2015.7.17
- List items now display media info (description, air date, etc.)
- Added color coding for free upcoming events
v2015.7.6
- Fixed error caused when no profile folder exists.
- Fixed bug with Direct TV login
v2015.6.29
- Added ability to uncompress gzip responses
v2015.6.25
- Skip login and alert user if no username and password is supplied
- Allow access to live streams 10 minutes before they are supposed to go live
- Allow access to live streams up to an hour after event is supposed to end (Overtime protection)
- Fixed bug that caused provider info file to not be updated
- Added ability to clear saved data in settings (cookies, device id, auth token provider info)
- Clear saved data if provider changes
- Removed Code that was causing live stream drops
v2015.6.24
- Resurrected
- Ability to use TV provider login to access premium content
- Color coding for visual cue of item status
- Check for valid cookies and skip login if not expired
- Improved the accuracy of deciding whether a stream is live or not
- Brought golf channel live back to live section.
v1.0.1
- Fixed bug with CDN selection
v1.0.0
- Added ability to select CDN server location (if applicable)
- Added ability to set the user-agent in the addon settings
- Code clean up
v0.0.8
- Fix stream User-Agent issue round 2
- Changed location where user-agent was appended to prevent incorrect highlighting
v0.0.7
- Fix stream User-Agent issue
v0.0.6
- Fixed Live & Upcoming section after upstream changes
v0.0.5
-Fixed addon.xml
v0.0.4
- Improved accuracy of highlighting active streams
v0.0.3
- Added ability to set stream quality under settings
- Changed Full Replay order from newest to oldest
- Highlight active stream with cyan under Live & Upcoming
v0.0.2
- Remove httplib2 unneeded and was causing errors
v0.0.1
- Initial version
If you've enjoyed this addon, consider buying me a beer
Donate via Paypal
The addon has been great and worked perfectly for me since I am in the US, using Brighthouse and have the appropriate username/pw. But, as you know it broke about 6 weeks ago!
This update fixes only part of the options available, only the "Live and upcoming", but NOT the two other options "Featured" and "On NBC Sports". Can you look at and fix the other parts? I could be the tester for you if needed!
Update 2016.10.17 Released
- Fixed appending cookie to stream issue
- Fixed featured, replays, and highlight items
I will now start looking into fixing reported login issues and adding requested service providers. Sorry, I haven't been able to devote as much time to this addon as I would like but I will be focusing on getting it updated and functioning properly throughout the next couple of weeks.
(2016-10-17, 20:53)eracknaphobia Wrote: [ -> ]Update 2016.10.17 Released
- Fixed appending cookie to stream issue
- Fixed featured, replays, and highlight items
I will now start looking into fixing reported login issues and adding requested service providers. Sorry, I haven't been able to devote as much time to this addon as I would like but I will be focusing on getting it updated and functioning properly throughout the next couple of weeks.
amazing !!! thanks for continuing to support this addon. By far the best addon for watching sport
(2016-10-17, 20:53)eracknaphobia Wrote: [ -> ]Update 2016.10.17 Released
- Fixed appending cookie to stream issue
- Fixed featured, replays, and highlight items
I will now start looking into fixing reported login issues and adding requested service providers. Sorry, I haven't been able to devote as much time to this addon as I would like but I will be focusing on getting it updated and functioning properly throughout the next couple of weeks.
Thanks erack,your making a lot of people very happy.
Thanks for updating this eracknaphobia ive noticed that tonight's Liverpool game is in the featured section and not the live and upcoming is its the same for everyone else