Kodi Community Forum
Release USTV VoD (Video-on-Demand) - 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 USTV VoD (Video-on-Demand) (/showthread.php?tid=188490)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: USTV VoD (Video-on-Demand) - slices - 2015-01-08

Full episodes available for plenty of shows, although next time use the support thread.


RE: USTV VoD (Video-on-Demand) - bladerunner82 - 2015-01-08

(2015-01-08, 21:03)tommymsw Wrote: Am I missing something here? I can't figure out why anybody would want to use this addon. As it was with FreeTV, It just gives you access to a couple "clips" of tv shows. Whoever sits around and says "You know, I would like to scroll through a huge list and wait minutes for the list to load so I can watch 2 minutes of the middle of a show!"? lol

Am I missing something here? Do some people only want to watch a minute or two of the middle of a tv show?

You are missing everything ? why you talking about watching only 2 minutes....with this amazing addon i am watching entire shows, series ( big bang theorie/all late night shows ,all sitcoms ) to keep it short you can watch everything whats on a non pay tv channel in the US entirely.


RE: USTV VoD (Video-on-Demand) - moneymaker - 2015-01-09

Ehh big difference between piracy add-on and legal add-on! e.g. CBS is locking content only for cable provider users. U.S. citizens or VPN users are able to watch full episodes 'n shows. In addition "Genesis" is much better than FreeTV just fyi.

Although next time use support thread.


RE: USTV VoD (Video-on-Demand) - jonandtice - 2015-01-30

This is a philosophical question about this addon so I think I'm doing right by asking here instead of on the support thread...

First of all, I love this addon. I'm a cord cutter and this addon allows my wife to keep up with Grey's Anatomy et al which makes me a hero and gives me more gaming time. I'm assuming (because I haven't checked) that if I were to watch the content offered by this addon on the respective website on my browser there would be commercials. Does this addon actively prevent those commercials from being played?

I know commercials are (very) annoying but I would think it best to try to stay on the good side of the broadcasters and encourage their willingness to provide free online content by displaying their commercials and maybe even letting them know how much more views they get through the addon. Maybe some would be more willing to drop their paywalls. After all, this is no longer the "Free Cable" addon.


RE: USTV VoD (Video-on-Demand) - slices - 2015-01-30

Adverts aren't actively blocked, if they are in the video stream they play. Mostly the ads are separate and we just haven't included code to play them
From what I can remember online there are generally less add than on TV. Most of them are just a preroll ad. Something to look at.

I'm not sure about enabling additional tracking, how would we tell if it worked.


RE: USTV VoD (Video-on-Demand) - Lord_Ashtar - 2015-02-06

Fox fails with Script failed _proxy.py Any idea why? Lifetime also fails in this manner.


RE: USTV VoD (Video-on-Demand) - Lord_Ashtar - 2015-02-06

12:25:36 T:139969984993024 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'socket.gaierror'>
Error Contents: (-2, 'Name or service not known')
Traceback (most recent call last):
File "/home/arcade/.xbmc/addons/plugin.video.ustvvod/resources/lib/_proxy.py", line 199, in <module>
runserver()
File "/home/arcade/.xbmc/addons/plugin.video.ustvvod/resources/lib/_proxy.py", line 195, in runserver
httpd = server_class(server_address, handler_class)
File "/usr/lib64/python2.7/SocketServer.py", line 419, in __init__
self.server_bind()
File "/usr/lib64/python2.7/BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib64/python2.7/SocketServer.py", line 430, in server_bind
self.socket.bind(self.server_address)
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
gaierror: (-2, 'Name or service not known')
-->End of Python script error report<--
12:25:36 T:139971496982464 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
12:25:36 T:139969984993024 INFO: Python script stopped
12:25:36 T:139969984993024 DEBUG: Thread LanguageInvoker 139969984993024 terminating
12:25:41 T:139971496982464 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
12:25:55 T:139971496982464 DEBUG: WaitOnScriptResult- plugin returned successfully
12:25:55 T:139971496982464 DEBUG: DllAvUtilBase: Using libavutil system library
12:25:55 T:139971496982464 DEBUG: DllAvCodec: Using libavcodec system library
12:25:55 T:139971496982464 DEBUG: DllAvFormat: Using libavformat system library
12:25:55 T:139971496982464 DEBUG: Open - probing detected format [hls,applehttp]
12:25:55 T:139971496982464 ERROR: ffmpeg[A75B37C0]: [tcp] Connection to tcp://127.0.0.1:12345 failed: Connection refused
12:25:55 T:139971496982464 ERROR: ffmpeg[A75B37C0]: Unable to open key file http://127.0.0.1:12345/play.key0
12:25:55 T:139971496982464 ERROR: ffmpeg[A75B37C0]: [tcp] Connection to tcp://127.0.0.1:12345 failed: Connection refused

Here is what Debugging offered up.


RE: USTV VoD (Video-on-Demand) - Lord_Ashtar - 2015-02-06

Traceback (most recent call last):
File "/home/arcade/.xbmc/addons/plugin.video.ustvvod/resources/lib/_common.py", line 101, in onPlayBackStopped
_connection.getURL('http://localhost:12345/stop', connectiontype = 0)
File "/home/arcade/.xbmc/addons/plugin.video.ustvvod/resources/lib/_connection.py", line 240, in getURL
response = urllib2.urlopen(req, timeout = TIMEOUT)
File "/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -2] Name or service not known>
-->En
End of Python script error report<--

ABC Also affected.


RE: USTV VoD (Video-on-Demand) - mrhoque - 2015-02-08

Thank you for this nice addon. Is it possible to add cable subscription info in the addon so that we can grab more episode from the provider site?
for example with cox subscription we can get all latest episode from food network, hgtv, history etc.


RE: USTV VoD (Video-on-Demand) - MrPhatal - 2015-02-08

Is there a way to have a tv guide to select from either with this add-on or another?


RE: USTV VoD (Video-on-Demand) - slices - 2015-02-08

Remember we have a separate support thread. Not sure how a TV guide would work here, most of the episodes here are essentially provided as a cathcup service, what did you have in mind?


RE: USTV VoD (Video-on-Demand) - moneymaker - 2015-02-09

Update message

Code:
version 1.1.8

  * added missing USA full episodes
  * fix frodo compatibilty
  * common fixes
  * proxy fixes
  * added dnspython script
  * updated language files
  * fix for ABC Disney
  * fix for ABC



RE: USTV VoD (Video-on-Demand) - eskay993 - 2015-02-10

EDIT: Ignore this post. Just noticed the support thread, so moved my question there!

----------------------------------------------------------------------------------------------------------------------------


RE: USTV VoD (Video-on-Demand) - moneymaker - 2015-02-12

Update message

Code:
version 1.1.9

  * fix SpikeTV
  * fix common issues
  * fix library problem on Android Devices
  * fix context menu bug
  * fix ABC logo



RE: USTV VoD (Video-on-Demand) - moneymaker - 2015-02-16

Update message

Code:
version 1.2.0

  * fix CW
  * fix common problems
  * update CBS