Kodi Community Forum
[SUPPORT] 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: [SUPPORT] USTV VoD (Video-on-Demand) (/showthread.php?tid=188495)



RE: [SUPPORT] USTV VoD (Video-on-Demand) - locomot1f - 2015-05-20

(2015-04-03, 20:25)slices Wrote: I think we may have a circular dependency issue with the new library updater script. Should be simple to fix but in the mrantime try manually the library updater.

is there any update to this?

seems like it's still a problem.

thanks in advance.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - slices - 2015-05-20

Dependices not met issue? That was fixed a while ago.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - schneidz - 2015-05-20

(2015-05-19, 19:25)hfudge Wrote:
(2015-05-19, 00:00)schneidz Wrote: is there any way to queue up a few episode streams into a playlist within the addon ?

Yes, press Q on the keyboard to queue an episode to the current playlist.
thanks, cant figure out how to do this on the remote since its not in the context menu ?


RE: [SUPPORT] USTV VoD (Video-on-Demand) - slices - 2015-05-21

I've checked in a change to put a 'Queue' option on the context menu for this addon.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - Eye in the sky - 2015-05-21

Is anyone else having problems with empty TV Show directories containing no episodes (Marvel Agent Carter (ABC), Forever (ABC), The Flash (CW), The Following (FOX), Gotham (FOX), Hannibal (NBC), The Mysteries of Laura (NBC)).

If I roll back to the previous version, missing episodes and clips are listed and working fine.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - locomot1f - 2015-05-22

(2015-05-20, 19:48)slices Wrote: Dependices not met issue? That was fixed a while ago.

no, i guess i was thrown off by this part
Quote:Should be simple to fix but in the mrantime try manually the library updater.
it works -- manually.
it does not automatically update the library in favorites.
not sure how to get you a debug log...

maybe set the timer for 2 hours, and then wait, and send in the log?


RE: [SUPPORT] USTV VoD (Video-on-Demand) - hfudge - 2015-05-23

(2015-05-20, 21:14)schneidz Wrote:
(2015-05-19, 19:25)hfudge Wrote:
(2015-05-19, 00:00)schneidz Wrote: is there any way to queue up a few episode streams into a playlist within the addon ?

Yes, press Q on the keyboard to queue an episode to the current playlist.
thanks, cant figure out how to do this on the remote since its not in the context menu ?

@slices: Can this be added to the context menu?


RE: [SUPPORT] USTV VoD (Video-on-Demand) - slices - 2015-05-23

Already checked into github.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - doktourtv - 2015-05-23

Dependencies not met still occurring.

Unable to install on Kodi 15 beta 1

There is no "force update" in kodi 15, so I downloaded the zip from github and it will not install with the dependencies not met error.

Any suggestions?


RE: [SUPPORT] USTV VoD (Video-on-Demand) - Dunn1234 - 2015-05-23

(2015-05-23, 18:21)doktourtv Wrote: Dependencies not met still occurring.

Unable to install on Kodi 15 beta 1

There is no "force update" in kodi 15, so I downloaded the zip from github and it will not install with the dependencies not met error.

Any suggestions?

Same here. Sad


RE: [SUPPORT] USTV VoD (Video-on-Demand) - dv505 - 2015-05-23

In xbmc-xbmcplus-plugins/blob/master/download/plugin.video.ustvvod/addon.xml, this line

<import addon="script.module.cssutils" version="1.2.2"/>

should be

<import addon="script.module.cssutils" version="1.0"/>

If anyone wants to fix it now, download the zip, edit addon.xml, and install manually


RE: [SUPPORT] USTV VoD (Video-on-Demand) - moneymaker - 2015-05-23

don't mess around, already fix it.


RE: [SUPPORT] USTV VoD (Video-on-Demand) - doktourtv - 2015-05-23

(2015-05-23, 19:27)moneymaker Wrote: don't mess around, already fix it.

I can confirm it is now installing properly.

Thank you for your prompt attention moneymaker and for the great work on this (and other) plugins!


RE: [SUPPORT] USTV VoD (Video-on-Demand) - Eye in the sky - 2015-05-24

(2015-05-21, 13:06)Eye in the sky Wrote: Is anyone else having problems with empty TV Show directories containing no episodes (Marvel Agent Carter (ABC), Forever (ABC), The Flash (CW), The Following (FOX), Gotham (FOX), Hannibal (NBC), The Mysteries of Laura (NBC)).

If I roll back to the previous version, missing episodes and clips are listed and working fine.

Same problem with version 1.2.5c.

Code:
NOTICE: ('Full Episodes', 'thecw', 'episodes', 'the-flash#1', -1, -1)
12:57:17 T:5812  NOTICE: Error getting seasons
12:57:17 T:5812  NOTICE: 'ascii' codec can't encode character u'\u2013' in position 496: ordinal not in range(128)



RE: [SUPPORT] USTV VoD (Video-on-Demand) - slices - 2015-05-24

Can't reproduce this but looking at the logs, my latest commit to github may fix this.