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

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
marreboy Offline
Junior Member
Posts: 2
Joined: Jan 2011
Reputation: 0
Location: Sweden
Post: #881
Basje Wrote:Yes I have: 2 days ago Big Grin

Use the Auto-Update feature (http://www.rieter.net/pages/XOT:FAQ#How_...hannels.3F) from XOT or download it here:

http://code.google.com/p/xot-uzg/downloa...p&can=2&q=

Can someone help a XBMC noob? I have installed the XOT repository and installed XOT video addon. Now I see that this TV4 update is available..

First of all I cannot understand at all how to use update channels, if even possible through the addon. My screen looks nothing like the screenshots posted on the XOT site. And I do not understand what menu I should find update option under.
Please help...

I also tried by downloading the zip file instead. I put it in my home directory on the xbmc machine and then try to install add on from zip but that fails instantly. What am I doing wrong?
find quote
jolid Offline
Senior Member
Posts: 114
Joined: Jul 2010
Reputation: 0
Location: Gothenburg, Sweden
Post: #882
marreboy Wrote:Can someone help a XBMC noob? I have installed the XOT repository and installed XOT video addon. Now I see that this TV4 update is available..

First of all I cannot understand at all how to use update channels, if even possible through the addon. My screen looks nothing like the screenshots posted on the XOT site. And I do not understand what menu I should find update option under.
Please help...

I also tried by downloading the zip file instead. I put it in my home directory on the xbmc machine and then try to install add on from zip but that fails instantly. What am I doing wrong?

Start the script in programs.
find quote
marreboy Offline
Junior Member
Posts: 2
Joined: Jan 2011
Reputation: 0
Location: Sweden
Post: #883
jolid Wrote:Start the script in programs.

Thanks, that worked.. Did not even know that I could access the XOT addon through programs before. Looks a lot better when used this way. And the update thingie worked like a charm. Big Grin
find quote
olee Offline
Junior Member
Posts: 3
Joined: Jan 2011
Reputation: 0
Post: #884
I'am running XBMC on a ATV2. I've installed the XOT-UZG plugin. The problem is that I only see dutch channels (+ freecaster and quicksilver). Even though I have toggled "swedish channels" in settings they don't show up.
Does anyone have an idea why?
find quote
miniGranis Offline
Junior Member
Posts: 28
Joined: Sep 2006
Reputation: 0
Post: #885
olee Wrote:I'am running XBMC on a ATV2. I've installed the XOT-UZG plugin. The problem is that I only see dutch channels (+ freecaster and quicksilver). Even though I have toggled "swedish channels" in settings they don't show up.
Does anyone have an idea why?

I am having the same problems on my ATV gen I.
Pls post here if you find a solution.
find quote
Basje Offline
Skilled Python Coder
Posts: 985
Joined: Jul 2005
Reputation: 4
Post: #886
olee Wrote:I'am running XBMC on a ATV2. I've installed the XOT-UZG plugin. The problem is that I only see dutch channels (+ freecaster and quicksilver). Even though I have toggled "swedish channels" in settings they don't show up.
Does anyone have an idea why?

It has to do with the character encodings. It will be fixed in the next version of XOT.

Keep in mind that ATV2 support is very beta at this moment. So more features will not work (rtmp playback).

find quote
deeed Offline
Junior Member
Posts: 2
Joined: Feb 2011
Reputation: 0
Question    Post: #887
Basje Wrote:Well, I am not going to change it in the script because on Linux/Windows the high bitrates is much nicer and on Xbox you can use the contextmenu to select the lowbitrate stream. But it's very easy change yourself:

Just open the chn_svt.py and go to line number 277. That line reads:
Code:
def PlayVideoItem(self, item, lowBitrate=False, player="defaultplayer"):
change it to
Code:
def PlayVideoItem(self, item, lowBitrate=True, player="defaultplayer"):
(just replace the False with True)

Then it will play the low bitrate stream by default.

Hello, I can't get this to work.
Running XOT 3.2.3 as a script in XBMC on XBox.
I have replaced "False" with "True" in line 276 in the chn_svt.py script, so it now reads:
def PlayVideoItem(self, item, lowBitrate=True, player="defaultplayer"):

But the script still fetches the 1280x720 resolution video.

Also when selecting a video and going into context menu (i assume it's the white button), I don't have the option to play lowBitrate. Only options are: Add-on settings, DownloadItem, Play using MPlayer and Play using DVDPlayer.

Any idea what might be causing this?
find quote
Basje Offline
Skilled Python Coder
Posts: 985
Joined: Jul 2005
Reputation: 4
Post: #888
deeed Wrote:Hello, I can't get this to work.
Running XOT 3.2.3 as a script in XBMC on XBox.
I have replaced "False" with "True" in line 276 in the chn_svt.py script, so it now reads:
def PlayVideoItem(self, item, lowBitrate=True, player="defaultplayer"):

But the script still fetches the 1280x720 resolution video.

Also when selecting a video and going into context menu (i assume it's the white button), I don't have the option to play lowBitrate. Only options are: Add-on settings, DownloadItem, Play using MPlayer and Play using DVDPlayer.

Any idea what might be causing this?
Well, it does not work anymore in version 3.2.3! Read the readme.txt or the changelog because I improved it (due to popular demand)!

You can now specify the bitrate using the Add-On Settings of XOT-Uzg.v3. Just go into the context menu (in the script itself or while selecting it from the list of scripts in XBMC) and select Add-On settings. You get a bunch of settings and you can set the playback quality to Low or Medium there. XOT will then select that quality for playback (that is why the menu options playback low and high were removed).

Keep in mind that not all channels support this feature yet, but SVT does.

PS: undo your changes to the .py file, because it might break other stuff.

(This post was last modified: 2011-02-03 10:44 by Basje.)
find quote
bulldozer Offline
Junior Member
Posts: 4
Joined: Jan 2011
Reputation: 0
Post: #889
Works Great!
Thanks for this awsome script!Big Grin
find quote
deeed Offline
Junior Member
Posts: 2
Joined: Feb 2011
Reputation: 0
Post: #890
Basje Wrote:Well, it does not work anymore in version 3.2.3! Read the readme.txt or the changelog because I improved it (due to popular demand)!

You can now specify the bitrate using the Add-On Settings of XOT-Uzg.v3. Just go into the context menu (in the script itself or while selecting it from the list of scripts in XBMC) and select Add-On settings. You get a bunch of settings and you can set the playback quality to Low or Medium there. XOT will then select that quality for playback (that is why the menu options playback low and high were removed).

Keep in mind that not all channels support this feature yet, but SVT does.

PS: undo your changes to the .py file, because it might break other stuff.

Got it, thanks.
I tried going into contextmenu for the channel itself inside XOT, which wouldn't allow any settings to be made.
But in the contextmenu for the script itself, there was a "Script Settings" choice, which allowed me to set the bitrate.
Thanks for the help.
find quote
Post Reply