[RELEASE] laola1.tv (Video) Addon - Watch european sports

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #1
Hi, my laola1.tv Addon is finally ready.

Because livestreams are not implemented yet, some directories are empty. But it runs smooth and fast, even better then the flash version Wink.

Link to my repo:
http://code.google.com/p/membrane-xbmc-r...p&can=2&q=

Please, give a litte feedback. I'm not sure if everything is working. If you want to submit a bug, make sure that your requested video is avaiable in your country.

And please, leave a comment at one of my other addons if you downloaded them. I would like to get some advices, especially at the code.
(This post was last modified: 2011-04-16 19:26 by membrane.)
find quote
PKOneTwo Offline
Senior Member
Posts: 160
Joined: Jan 2008
Reputation: 1
Post: #2
Just for sour interest, i think this could help you a lot:

http://forums.boxee.tv/showthread.php?t=28779
as well as
http://members.chello.at/misteranonymus/repository/

naturally in case your both not the same person ;-)

PS: Hope seeing soon a functioning addon :-) And thx a lot for this
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #3
Thanks.

Sorry, i don't know how Boxee-Addons work. But I've improved my Addon, the names of the videos are now better declared and livestreams _should_ work (couldn't test this).

Download v0.2
http://ul.to/c76dchr0
(megaupload is currently broken)

I want to put my Addons in a repo soon.
find quote
PKOneTwo Offline
Senior Member
Posts: 160
Joined: Jan 2008
Reputation: 1
Post: #4
membrane Wrote:Thanks.

Sorry, i don't know how Boxee-Addons work. But I've improved my Addon, the names of the videos are now better declared and livestreams _should_ work (couldn't test this).

Download v0.2
http://ul.to/c76dchr0
(megaupload is currently broken)

I want to put my Addons in a repo soon.

HI,

I found your Laola1 plugin, but only version 0.1 is in repo, what about 0.2?

And: somehow the 0.2 doesn't work (have the latest nighty build)! Can you confirm this?
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #5
Yeah, I've made a mistake and mixed up some files.

The Archive should work now.
find quote
PKOneTwo Offline
Senior Member
Posts: 160
Joined: Jan 2008
Reputation: 1
Post: #6
I have now installed version 0.3 and it produces an error and doesn't start!

Any othr plugin runs fine, just this one doesn't. Any ideas?
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #7
Sorry but i can't reproduce this. Could you post the relvant part of the xbmc.log?

You could try to uninstall the Addon and force an update of my repo (select my Addon and press 'c' -> force refresh).
find quote
PKOneTwo Offline
Senior Member
Posts: 160
Joined: Jan 2008
Reputation: 1
Post: #8
membrane Wrote:Sorry but i can't reproduce this. Could you post the relvant part of the xbmc.log?

You could try to uninstall the Addon and force an update of my repo (select my Addon and press 'c' -> force refresh).

Sure will do in a few mins. But I use the latest Nightly build of XBMC, have you teste it with that?

PS: this is from the XBMC log:


20:35:49 T:6060 M:1493254144 NOTICE: -->Python Interpreter Initialized<--
20:35:49 T:6060 M:1493286912 ERROR: Error Type: <type 'exceptions.SyntaxError'>
20:35:49 T:6060 M:1493286912 ERROR: Error Contents: ("Non-ASCII character '\\xd6' in file C:\\Users\\PK\\AppData\\Roaming\\XBMC\\addons\\plugin.video.laola1\\default.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details", ('C:\\Users\\PK\\AppData\\Roaming\\XBMC\\addons\\plugin.video.laola1\\default.py​', 7, 0, None))
20:35:49 T:6060 M:1492910080 ERROR: SyntaxError: ("Non-ASCII character '\\xd6' in file C:\\Users\\PK\\AppData\\Roaming\\XBMC\\addons\\plugin.video.laola1\\default.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details", ('C:\\Users\\PK\\AppData\\Roaming\\XBMC\\addons\\plugin.video.laola1\\default.py​', 7, 0, None))
20:35:49 T:5236 M:1492942848 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.laola1/
20:35:49 T:5236 M:1492942848 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.laola1/) failed
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #9
I don't use the nighty builds.

The old Python interpreter tolerates non-ascii characters (like ä,ü,ö) even if the encoding is not declared, but the new one doesn't.

This update should fix that.
find quote
PKOneTwo Offline
Senior Member
Posts: 160
Joined: Jan 2008
Reputation: 1
Post: #10
membrane Wrote:I don't use the nighty builds.

The old Python interpreter tolerates non-ascii characters (like ä,ü,ö) even if the encoding is not declared, but the new one doesn't.

This update should fix that.

Which update? Is there a newer version? I get this failure with version 0.3.
find quote
Post Reply