• 1
  • 82
  • 83
  • 84(current)
  • 85
  • 86
  • 151
Release Retrospect v5.5.x Video Add-On
(2012-05-02, 11:17)jin2005 Wrote: None of the videos of deredactie.be are working... Sad
Ok, that could be. Without any notification of users, I assume channels are working. Could you create a Bug report on the XOT-Uzg.v3 google code page and attach a complete uzg(plugin).log and xbmc.log file? See here were to find them.
Reply
The iRTL streams are not loading anymore. When i select the iRTL channel the message "no playable files found" appears. The RTL channel is showing a list of TV shows but as known XBMC does not play them.

I have removed the addon and reinstalled it but the problem remains.

All the other channels like net5, sbs6, veronica, hardware.info, uitzendinggemist.nl are working fine.
Reply
(2012-05-11, 22:14)Larske Wrote: The iRTL streams are not loading anymore. When i select the iRTL channel the message "no playable files found" appears. The RTL channel is showing a list of TV shows but as known XBMC does not play them.

I have removed the addon and reinstalled it but the problem remains.

All the other channels like net5, sbs6, veronica, hardware.info, uitzendinggemist.nl are working fine.

Could you create a bug report on the XOT-Uzg.v3 google code page? And please attach a complete uzg(plugin).log file.
Reply
I wanted to create a bug report but i see that everything is working again. It didn't work for about a week but is working fine again now.
Don't know if you did something, if so: thank you!
Reply
(2012-05-15, 22:41)Larske Wrote: I wanted to create a bug report but i see that everything is working again. It didn't work for about a week but is working fine again now.
Don't know if you did something, if so: thank you!

Yes, I fixed the channel last weekend. Hope you like it.
Reply
Hello,

To start with i'd like to thank the developer for this great script! I have it running on my ATV2 and use it daily ;-)

For my 2 year old, i'd like to create a favorite in XBMC that starts to play a certain playlist. I've been able to do this by using smartplaylists for items in my library and change the behaviour of the favorite.

What i now want to do is add a favorite to the "uitzending gemist" of the show "zandkasteel" which she loves ;-) the problem i'm having is that i can create a favorite to the show listing in UZG, but when i try to start that by changing the behavior of the favorite it tries to start playing but then quits.

Can anyone help me create a "smart playlist" from episodes of a show in UZG? or some other solution to this issue?

help is much appreciated, not in the least by the little one ;-)

Reply
(2012-05-16, 13:42)geezer78 Wrote: Hello,

To start with i'd like to thank the developer for this great script! I have it running on my ATV2 and use it daily ;-)

For my 2 year old, i'd like to create a favorite in XBMC that starts to play a certain playlist. I've been able to do this by using smartplaylists for items in my library and change the behaviour of the favorite.

What i now want to do is add a favorite to the "uitzending gemist" of the show "zandkasteel" which she loves ;-) the problem i'm having is that i can create a favorite to the show listing in UZG, but when i try to start that by changing the behavior of the favorite it tries to start playing but then quits.

Can anyone help me create a "smart playlist" from episodes of a show in UZG? or some other solution to this issue?

help is much appreciated, not in the least by the little one ;-)
Can you post a uzg(plugin).log on pastebin.com? Perhaps I can fix it from within XOT-Uzg.v3?
Reply
Quote:Can you post a uzg(plugin).log on pastebin.com? Perhaps I can fix it from within XOT-Uzg.v3?

http://pastebin.com/50MfjQFx

I checked the file myself and see uzg tries to add the pages with more episodes to the playlist as well... probably that's where xbmc fails??

Would be great if we could get a search result with a set number of episodes instead of it defaulting to a certain number and than pages of more results.

if you can help, that would be great!


btw, if i add "isdir" to the favorite XBMC just hangs.
Reply
(2012-05-16, 14:46)geezer78 Wrote:
Quote:Can you post a uzg(plugin).log on pastebin.com? Perhaps I can fix it from within XOT-Uzg.v3?

http://pastebin.com/50MfjQFx

I checked the file myself and see uzg tries to add the pages with more episodes to the playlist as well... probably that's where xbmc fails??

Would be great if we could get a search result with a set number of episodes instead of it defaulting to a certain number and than pages of more results.

if you can help, that would be great!

btw, if i add "isdir" to the favorite XBMC just hangs.
The logfile only shows the listing of the folder and not the playback. I think that this is exactly the issue in your case. Keep in mind that XOT-Uzg.v3 folders do not contain streams and thus cannot be just played back using a smartplaylist.

For your information: what happens when you select a item is that XOT-Uzg.v3 will be started by XBMC and XOT-Uzg.v3 will determine if the item is a video or folder and if it is a video it will then create a playlist (and thus clearing the existing one) for that stream or streams (in case a single video has more than one part) and then start the playback of the playlist. So XBMC is not just playing a stream, it's XOT-Uzg.v3 that first does work and then plays the stream. (it seems complex, but trust me, it is the only way it will work).

Did you ever try to disable the Advanced Plugin mode of XOT-Uzg.v3 via the XOT-Uzg.v3 Add-on settings? This advanced mode does exactly what I described. If you disable it you will need to do a bit more clicking to get to the video's but it might fix your issue.

I will see what I can think of to fix your issue. I am not promising anything though.

Oh, about the pages: that's not XOT-Uzg.v3, it's the UZG website.
Reply
@Basje,

With the latest nightlies (in this case on OpenElec on Raspberry pi) i'm getting this on start-up after fresh-install

Code:
16:13:28 T:1304720480  NOTICE: XOT-Uzg.v3 :: Cleaning up XOT logfile: /storage/.xbmc/addons/net.rieter.xot/uzg.log
16:13:30 T:1304720480  NOTICE: ************** Starting XOT-Uzg.v3 version v3.3.0 **************
16:13:35 T:1074733584   ERROR: Control 51 in window 13000 has been asked to focus, but it can't
16:13:35 T:1304720480   ERROR: EXCEPTION: Non-Existent Control 1051
16:13:35 T:1304720480   ERROR: Traceback (most recent call last):
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 100, in onInit
16:13:35 T:1304720480   ERROR:     self.ChannelListVisible(True)
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 587, in ChannelListVisible
16:13:35 T:1304720480   ERROR:     self.getControl(controls.CH_LIST_WRAPPER).setVisible(True)
16:13:35 T:1304720480   ERROR: RuntimeError: Non-Existent Control 1051

I assume this is linked to this ??
http://trac.xbmc.org/ticket/13325
Reply
(2012-09-15, 16:20)Jester Wrote: @Basje,

With the latest nightlies (in this case on OpenElec on Raspberry pi) i'm getting this on start-up after fresh-install

Code:
16:13:28 T:1304720480  NOTICE: XOT-Uzg.v3 :: Cleaning up XOT logfile: /storage/.xbmc/addons/net.rieter.xot/uzg.log
16:13:30 T:1304720480  NOTICE: ************** Starting XOT-Uzg.v3 version v3.3.0 **************
16:13:35 T:1074733584   ERROR: Control 51 in window 13000 has been asked to focus, but it can't
16:13:35 T:1304720480   ERROR: EXCEPTION: Non-Existent Control 1051
16:13:35 T:1304720480   ERROR: Traceback (most recent call last):
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 100, in onInit
16:13:35 T:1304720480   ERROR:     self.ChannelListVisible(True)
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 587, in ChannelListVisible
16:13:35 T:1304720480   ERROR:     self.getControl(controls.CH_LIST_WRAPPER).setVisible(True)
16:13:35 T:1304720480   ERROR: RuntimeError: Non-Existent Control 1051

I assume this is linked to this ??
http://trac.xbmc.org/ticket/13325

Nope, absolutely not related at all. I guess they broke something in the nightlies related to the python skin engine. Let's wait a bit and see if the XBMC Devs fix it.

You can use the video add-on version of XOT-Uzg.v3 for the time being.
Reply
(2012-09-15, 20:17)Basje Wrote:
(2012-09-15, 16:20)Jester Wrote: @Basje,

With the latest nightlies (in this case on OpenElec on Raspberry pi) i'm getting this on start-up after fresh-install

Code:
16:13:28 T:1304720480  NOTICE: XOT-Uzg.v3 :: Cleaning up XOT logfile: /storage/.xbmc/addons/net.rieter.xot/uzg.log
16:13:30 T:1304720480  NOTICE: ************** Starting XOT-Uzg.v3 version v3.3.0 **************
16:13:35 T:1074733584   ERROR: Control 51 in window 13000 has been asked to focus, but it can't
16:13:35 T:1304720480   ERROR: EXCEPTION: Non-Existent Control 1051
16:13:35 T:1304720480   ERROR: Traceback (most recent call last):
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 100, in onInit
16:13:35 T:1304720480   ERROR:     self.ChannelListVisible(True)
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 587, in ChannelListVisible
16:13:35 T:1304720480   ERROR:     self.getControl(controls.CH_LIST_WRAPPER).setVisible(True)
16:13:35 T:1304720480   ERROR: RuntimeError: Non-Existent Control 1051

I assume this is linked to this ??
http://trac.xbmc.org/ticket/13325

Nope, absolutely not related at all. I guess they broke something in the nightlies related to the python skin engine. Let's wait a bit and see if the XBMC Devs fix it.

You can use the video add-on version of XOT-Uzg.v3 for the time being.

Bedankt,

Stupid question in the mean time, what is the difference between the program and the video add-on ?? Big Grin
Reply
xbmc recently added pvr support, which is great. But it appears that upc users cannot stream to a tv-card (yet) due to encryption stuff. However, there is a site for UPC-subscribers which allows a subscriber to view live tv on their computer. The site is www.horizon.tv. Maybe you could look into adding it to XOT if that would be do-able ofcourse Smile ?

Thanks for all the work over the years anyway!
- good ol' xbox.
- Raspberry Pi
Reply
(2012-09-15, 20:54)Jester Wrote:
(2012-09-15, 20:17)Basje Wrote:
(2012-09-15, 16:20)Jester Wrote: @Basje,

With the latest nightlies (in this case on OpenElec on Raspberry pi) i'm getting this on start-up after fresh-install

Code:
16:13:28 T:1304720480  NOTICE: XOT-Uzg.v3 :: Cleaning up XOT logfile: /storage/.xbmc/addons/net.rieter.xot/uzg.log
16:13:30 T:1304720480  NOTICE: ************** Starting XOT-Uzg.v3 version v3.3.0 **************
16:13:35 T:1074733584   ERROR: Control 51 in window 13000 has been asked to focus, but it can't
16:13:35 T:1304720480   ERROR: EXCEPTION: Non-Existent Control 1051
16:13:35 T:1304720480   ERROR: Traceback (most recent call last):
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 100, in onInit
16:13:35 T:1304720480   ERROR:     self.ChannelListVisible(True)
16:13:35 T:1304720480   ERROR:   File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 587, in ChannelListVisible
16:13:35 T:1304720480   ERROR:     self.getControl(controls.CH_LIST_WRAPPER).setVisible(True)
16:13:35 T:1304720480   ERROR: RuntimeError: Non-Existent Control 1051

I assume this is linked to this ??
http://trac.xbmc.org/ticket/13325

Nope, absolutely not related at all. I guess they broke something in the nightlies related to the python skin engine. Let's wait a bit and see if the XBMC Devs fix it.

You can use the video add-on version of XOT-Uzg.v3 for the time being.

Bedankt,

Stupid question in the mean time, what is the difference between the program and the video add-on ?? Big Grin

The difference can read here: http://www.rieter.net/pages/XOT:Uzg#Scri...n_or_addon
(2012-09-19, 18:14)aart Wrote: xbmc recently added pvr support, which is great. But it appears that upc users cannot stream to a tv-card (yet) due to encryption stuff. However, there is a site for UPC-subscribers which allows a subscriber to view live tv on their computer. The site is www.horizon.tv. Maybe you could look into adding it to XOT if that would be do-able ofcourse Smile ?

Thanks for all the work over the years anyway!

If you create an enhancement request on the google code page of XOT-Uzg.v3 I will see what I can do.
Reply
Any plans to support the new UPC Netherlands TV streams?
The 80 channels work perfectly on my iPad/iPhone and my PC's browser already.
Beeing able to watch them in XBMC would very cool.
Reply
  • 1
  • 82
  • 83
  • 84(current)
  • 85
  • 86
  • 151

Logout Mark Read Team Forum Stats Members Help
Retrospect v5.5.x Video Add-On7