Release [RELEASE] XOT-Uzg.v3.3.5 (formerly "Uitzendinggemist") script

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Basje Offline
Skilled Python Coder
Posts: 981
Joined: Jul 2005
Reputation: 4
Thumbs Up  [RELEASE] XOT-Uzg.v3.3.5 (formerly "Uitzendinggemist") script Post: #1
For those who are interested, I just uploaded XOT-Uzg.v3.3.5. A bit earlier than expected but XBMC 12.1 (and 12.2) introduced some streaming issues with the Dutch NOS channels. The issue is a result of a change in online stream handling within XBMC. I hoped for a fix in XBMC 12.2 but that release did not resolve the problem. Not XOT-Uzg.v3 has the option of downloading the stream and then play it locally. This can be enabled via the add-on settings.

Here is the complete overview:

Changelog v3.3.5 - 2013-05-09

Framework related
  • Fixed: .updates deployment won't work on Linux systems (duh!)
  • Fixed: Do not deploy updates if their version are lower than the XOT-Uzg.v3 version.
  • Added: option to add headers to the UriOpener
  • Added: m4v extension for downloads
  • Fixed: Release all references to xbmcaddon.Addon (solves the warning in the xbmc.log: ...has left several classes in memory that we couldn't clean up. The classes include: Addon)
  • Changed: Download extension detection and default destination
  • Added: Proxy to the BrightCoveHelper

Skin related
  • None

Channel related
  • Added: Workaround for UZG issues as XBMC cannot really handle the streams at the moment (Issue 423)
  • Fixed: Sporza.be/deredactie.be (Issue 429)
  • Removed: Ketnet.be
  • Fixed: 123video.nl changed and introduced encrypted data (Issue 429)
  • Removed: MyVideos.nl for now, as they seem to have disappeared and changed to a German site (Issue 430)
  • Fixed: SVT.se (Issue 427)
  • Fixed: Hardware.info broke due to youtube changes
  • Added: Download of NOS Mobile streams
  • Fixed: Kijk.nl did not play newer streams (Issue 422)

Installation
Information on how to install this addon/script/plugin can be found on the installation page.

Issues
If you encounter any issues, please let me know using the Issue List on the GoogleCode page of XOT (http://code.google.com/p/xot-uzg/issues/list). Please attach a complete logfile (uzg.log or uzgplugin.log).

RTL & DRM
RTL is using DRM (Digital Rights Management) protection on most popular programs. This is not supported by XBMC. If you try to play such a stream, it will result in a black screen with garbled images and the constant caching of the stream. I cannot fix this from within the addon. There is however a iRTL channel available in XOT-Uzg.v3 that has most of the recent programs without DRM.

Download
The new version can be downloaded from the XOT site: http://www.rieter.net/content/xot/downloads/.

Thanks to the owner of hamans.com for giving me free bandwidth.

-=== Older Changelogs ===-
More Changelogs can be found at http://www.rieter.net/content/category/xot/changelog/
(This post was last modified: 2013-05-09 16:03 by Basje.)
find quote
Basje Offline
Skilled Python Coder
Posts: 981
Joined: Jul 2005
Reputation: 4
Post: #2
Just finished an update: Uitzendinggemist v2.1.0. It now also supports RTL4, 5 & 7!
The release can be found on my personal website and soon on www.xbmcscripts.com.

find quote
chiel80 Offline
Junior Member
Posts: 11
Joined: Oct 2006
Reputation: 0
Post: #3
I installed your script (read it on tweakers.net) and I think it looks very well.
Everything is fine but theres one bug. When you select a program, no matter it is on 1,2,3, 4,5,7 then the next page (page with date selection) pops up very little in the upper left corner. MAybe it helps to tell you i've got an 16:9 Lcd screen. Maybe it has something to do with absolute coding in your script? If you want i can post a screenshot for you?
find quote
Basje Offline
Skilled Python Coder
Posts: 981
Joined: Jul 2005
Reputation: 4
Post: #4
chiel80 Wrote:I installed your script (read it on tweakers.net) and I think it looks very well.
Everything is fine but theres one bug. When you select a program, no matter it is on 1,2,3, 4,5,7 then the next page (page with date selection) pops up very little in the upper left corner. MAybe it helps to tell you i've got an 16:9 Lcd screen. Maybe it has something to do with absolute coding in your script? If you want i can post a screenshot for you?

Strange. But a screenshot would be nice. I would also like to know which version of XBMC (when it was compiled, you can see that at the information panel of XBMC) you have.

find quote
chiel80 Offline
Junior Member
Posts: 11
Joined: Oct 2006
Reputation: 0
Post: #5
Compile date is april fools day :-)
picture: [Image: screenshot004.jpg]

If you want to discuss in dutch we can do that at tweakers (nick=stampre)
find quote
Basje Offline
Skilled Python Coder
Posts: 981
Joined: Jul 2005
Reputation: 4
Post: #6
chiel80 Wrote:Compile date is april fools day :-)
picture: [Image: screenshot004.jpg]

If you want to discuss in dutch we can do that at tweakers (nick=stampre)
Ok, I think I know what the problem is. Could you uncomment line 127 in default.py.
So change
Code:
#self.setCoordinateResolution(PAL_4x3)
into
Code:
self.setCoordinateResolution(PAL_4x3)

And then let me know the result (and compile date of XBMC).

find quote
Basje Offline
Skilled Python Coder
Posts: 981
Joined: Jul 2005
Reputation: 4
Post: #7
Basje Wrote:Ok, I think I know what the problem is. Could you uncomment line 127 in default.py.
So change
Code:
#self.setCoordinateResolution(PAL_4x3)
into
Code:
self.setCoordinateResolution(PAL_4x3)

And then let me know the result (and compile date of XBMC).

OK, my bad.

It should be:
Code:
win.setCoordinateResolution(PAL_4x3)

find quote
chiel80 Offline
Junior Member
Posts: 11
Joined: Oct 2006
Reputation: 0
Post: #8
I will do that, but I really dont know how to code/encode of even open an .py file...Blush
find quote
tslayer Offline
Team-XBMC Developer
Posts: 3,581
Joined: Oct 2003
Reputation: 12
Post: #9
Do you know how to use notepad?

42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
chiel80 Offline
Junior Member
Posts: 11
Joined: Oct 2006
Reputation: 0
Post: #10
That was my firtst thought, maubei can use notepad. So i am fixing it now :-) stupid me :-)
find quote
Post Reply