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 ;-)
Release [RELEASE] XOT-Uzg.v3.3.5 (formerly "Uitzendinggemist") script
geezer78
Junior Member Posts: 6 Joined: May 2012 Reputation: 0 |
2012-05-16 13:42
Post: #1251
|
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2012-05-16 13:44
Post: #1252
(2012-05-16 13:42)geezer78 Wrote: Hello,Can you post a uzg(plugin).log on pastebin.com? Perhaps I can fix it from within XOT-Uzg.v3?
|
| find quote |
geezer78
Junior Member Posts: 6 Joined: May 2012 Reputation: 0 |
2012-05-16 14:46
Post: #1253
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. |
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2012-05-16 16:26
Post: #1254
(2012-05-16 14:46)geezer78 Wrote: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.Quote:Can you post a uzg(plugin).log on pastebin.com? Perhaps I can fix it from within XOT-Uzg.v3? 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.
|
| find quote |
Jester
XBMC for iOS* forums Moderator Joined: Oct 2008 Reputation: 10 |
2012-09-15 16:20
Post: #1255
@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.logI assume this is linked to this ?? http://trac.xbmc.org/ticket/13325
(This post was last modified: 2012-09-15 18:09 by Jester.)
|
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2012-09-15 20:17
Post: #1256
(2012-09-15 16:20)Jester Wrote: @Basje, 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.
|
| find quote |
Jester
XBMC for iOS* forums Moderator Joined: Oct 2008 Reputation: 10 |
2012-09-15 20:54
Post: #1257
(2012-09-15 20:17)Basje Wrote:(2012-09-15 16:20)Jester Wrote: @Basje, Bedankt, Stupid question in the mean time, what is the difference between the program and the video add-on ??
|
| find quote |
aart
Senior Member Posts: 132 Joined: Jun 2007 Reputation: 0 Location: Netherlands |
2012-09-19 18:14
Post: #1258
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 http://www.horizon.tv. Maybe you could look into adding it to XOT if that would be do-able ofcourse
?Thanks for all the work over the years anyway! - good ol' xbox. - Raspberry Pi |
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2012-09-19 19:39
Post: #1259
(2012-09-15 20:54)Jester Wrote:(2012-09-15 20:17)Basje Wrote:(2012-09-15 16:20)Jester Wrote: @Basje, 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 http://www.horizon.tv. Maybe you could look into adding it to XOT if that would be do-able ofcourse If you create an enhancement request on the google code page of XOT-Uzg.v3 I will see what I can do.
(This post was last modified: 2012-09-19 19:41 by Basje.)
|
| find quote |
Marcel
Junior Member Posts: 9 Joined: Oct 2009 Reputation: 0 |
2012-09-21 17:33
Post: #1260
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. |
| find quote |

?
Search
Help