• 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 151
Release Retrospect v5.5.x Video Add-On
Is it possible to get tv3play.no (Norwegian) to work with this plugin?

It is pretty much like tv3play.se, so I hope this is possible Smile
Reply
Its possible to modify the script to work with norwegian viasat4 and tv3play. I think its already in XOT-UZG possession, maybe a channelupdate there soon-ish? Smile
Reply
ralph Wrote:Its possible to modify the script to work with norwegian viasat4 and tv3play. I think its already in XOT-UZG possession, maybe a channelupdate there soon-ish? Smile

In the new version both will be available! It's already finished, but I need to cleanup some more code before I release.

The changes I already made to the base XOT code have a large impact, so at this point I cannot create a channel update. So you will have to wait patiently for the 3.2.4 version.
Reply
RTL is not playing anymore. Is this just with me or do others have this problem.

I use version 3.2.3.

Other channels like ned 1 etc work fine.

Thx in advance, regards.
Reply
RTL is broken because it uses DRM for almost all shows.

The ipad-verison is broken because RTL deleted the Ipad website (To force people to use the ipad application)

Perhaps someone could fix this with this URL:
http://adaptive.rtl.nl/xl/VideoItem/IpadXML

All links in this xml are DRM-free

This is the url that the IPad application uses to display the shows.
Unfortunately this are not all shows, and shows stay online for only a week.
Reply
torrie Wrote:RTL is broken because it uses DRM for almost all shows.

The ipad-verison is broken because RTL deleted the Ipad website (To force people to use the ipad application)

Perhaps someone could fix this with this URL:
http://adaptive.rtl.nl/xl/VideoItem/IpadXML

All links in this xml are DRM-free

This is the url that the IPad application uses to display the shows.
Unfortunately this are not all shows, and shows stay online for only a week.
The iRTL channel uses that IpadXML url. However, due to a bug in Python (the data is send chuncked and that is causing issues in Python < 2.7) I have to make sure I don't retreive all the data, because it fails on the last bit of it.

So I only got the first 1 MB. The problem now is that the file decreased to 880 KB, so now we are getting everything again and it will fail. It's fixed in the upcoming 3.2.4 build.
Reply
New version (XOT-Uzg.v3.2.4) available. See Post #1 for details.
Reply
Sad 
Basje Wrote:New version (XOT-Uzg.v3.2.4) available. See Post #1 for details.

Hi

I was really looking forward to this update since it was supposed to have support for Norwegian channels. So I was thrilled when it updated half an hour ago. However - when I start it it never comes up. When I start it through the video menu, I only get the rotating "working" in the bottom left hand corner and then nothing. If I start it from the Program menu I get "Initializing URL handler", "Importing common libraries", "Checking for updates" and "Cleaning up cache" flashing over the screen and then nothing. This is on a stock live cd XBMC with a bunch of plugins and updated through apt-get, but except that nothing should be out of the ordinary.

Any hints?
And by the way! Thanks a lot for the work you are doing!
Ketil
Reply
rytmisk Wrote:Hi

I was really looking forward to this update since it was supposed to have support for Norwegian channels. So I was thrilled when it updated half an hour ago. However - when I start it it never comes up. When I start it through the video menu, I only get the rotating "working" in the bottom left hand corner and then nothing. If I start it from the Program menu I get "Initializing URL handler", "Importing common libraries", "Checking for updates" and "Cleaning up cache" flashing over the screen and then nothing. This is on a stock live cd XBMC with a bunch of plugins and updated through apt-get, but except that nothing should be out of the ordinary.

Any hints?
And by the way! Thanks a lot for the work you are doing!
Ketil

Could you post an uzg.log and an xbmc.log on pastebin.ca?
Reply
Hi Basje,

first of all: excellent work on the plugin !
Second of all: unfortunately it does not work for me ;-). The repository installation went fine. But when I try to start the plugin it starts initializing and after a few seconds stops executing. No error message or anything. I have the log files ready for you if you want them, but it all boils down to this:

20110615 16:03:29 - INFO - plugin.py - 53 - *********** Starting XOT-Uzg (XOT-Uzg.v3) plugin version v3.2.4 ***********
20110615 16:03:29 - DEBUG - plugin.py - 54 - ['plugin://net.rieter.xot/', '0', '']
20110615 16:03:29 - DEBUG - settings.py - 121 - Loading Settings into static object
20110615 16:03:29 - CRITICAL - default.py - 37 - AtrributeError during intialization
20110615 16:03:29 - CRITICAL - default.py - 37 - | Traceback (most recent call last):
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/default.py", line 79, in ?
20110615 16:03:29 - CRITICAL - default.py - 37 - | tmp = plugin.XotPlugin()
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/resources/libs/plugin.py", line 58, in __init__
20110615 16:03:29 - CRITICAL - default.py - 37 - | self.settings = settings.AddonSettings()
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/resources/libs/settings.py", line 127, in __init__
20110615 16:03:29 - CRITICAL - default.py - 37 - | AddonSettings.__settings = xbmc.Settings(path=config.rootDir)
20110615 16:03:29 - CRITICAL - default.py - 37 - | AttributeError: 'module' object has no attribute 'Settings'
20110615 16:03:29 - DEBUG - default.py - 39 - 'config' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/config.pyo
20110615 16:03:29 - DEBUG - default.py - 41 - 'logger' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/logger.pyo
20110615 16:03:29 - DEBUG - default.py - 43 - 'uriopener' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/uriopener.pyo
20110615 16:03:29 - DEBUG - default.py - 45 - 'common' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/common.pyo

I am using plugin version 3.2.4 on Ubuntu 10.04 with it's latest XBMC (Confluence skin).

Thanks,
Paul.

Edit: some additional info: XBMC version 2.10.1, Python version 2.6.5 .
Reply
daPaulus Wrote:Hi Basje,

first of all: excellent work on the plugin !
Second of all: unfortunately it does not work for me ;-). The repository installation went fine. But when I try to start the plugin it starts initializing and after a few seconds stops executing. No error message or anything. I have the log files ready for you if you want them, but it all boils down to this:

20110615 16:03:29 - INFO - plugin.py - 53 - *********** Starting XOT-Uzg (XOT-Uzg.v3) plugin version v3.2.4 ***********
20110615 16:03:29 - DEBUG - plugin.py - 54 - ['plugin://net.rieter.xot/', '0', '']
20110615 16:03:29 - DEBUG - settings.py - 121 - Loading Settings into static object
20110615 16:03:29 - CRITICAL - default.py - 37 - AtrributeError during intialization
20110615 16:03:29 - CRITICAL - default.py - 37 - | Traceback (most recent call last):
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/default.py", line 79, in ?
20110615 16:03:29 - CRITICAL - default.py - 37 - | tmp = plugin.XotPlugin()
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/resources/libs/plugin.py", line 58, in __init__
20110615 16:03:29 - CRITICAL - default.py - 37 - | self.settings = settings.AddonSettings()
20110615 16:03:29 - CRITICAL - default.py - 37 - | File "/home/paul/.xbmc/addons/net.rieter.xot/resources/libs/settings.py", line 127, in __init__
20110615 16:03:29 - CRITICAL - default.py - 37 - | AddonSettings.__settings = xbmc.Settings(path=config.rootDir)
20110615 16:03:29 - CRITICAL - default.py - 37 - | AttributeError: 'module' object has no attribute 'Settings'
20110615 16:03:29 - DEBUG - default.py - 39 - 'config' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/config.pyo
20110615 16:03:29 - DEBUG - default.py - 41 - 'logger' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/logger.pyo
20110615 16:03:29 - DEBUG - default.py - 43 - 'uriopener' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/uriopener.pyo
20110615 16:03:29 - DEBUG - default.py - 45 - 'common' was imported from /home/paul/.xbmc/addons/net.rieter.xot/resources/libs/common.pyo

I am using plugin version 3.2.4 on Ubuntu 10.04 with it's latest XBMC (Confluence skin).

Thanks,
Paul.

Edit: some additional info: XBMC version 2.10.1, Python version 2.6.5 .
Try the new 3.2.5 build. It should be fixed there.
Reply
And so it is, all works beautifully now. Thanks man !
Reply
I just installed v3.2.5 on Openelec.tv. When I start the addon it shows the background, but no icons/channels appear.

Here is my error log: http://pastebin.com/TpQHf2fU

Any suggestions to get it working?
Reply
Cartaphilus Wrote:I just installed v3.2.5 on Openelec.tv. When I start the addon it shows the background, but no icons/channels appear.

Here is my error log: http://pastebin.com/TpQHf2fU

Any suggestions to get it working?

Please post a complete uzg.log, the xbmc.log does not show all the information.
Reply
I didnt get these Norwegian channels working (tried alot of different shows on both viasat4 and tv3norge but got nothing, it even crashed)

uzg.log: http://pastie.org/private/lxiske9ib69wift5d5lg
xbmc.log: http://pastie.org/private/ue9flougt3344bmhvoxlaw

Could it be the plugin fetching wrong urls or have they closed the gap?

Running XBMC 10.1 on Ubuntu Maverick with python 2.6.
Reply
  • 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 151

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