XBMC 3.5 beta 1 - Polish live tv plugin

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
wortax
Posts: 8
Joined: Sat Feb 23, 2013 1:54 pm

XBMC 3.5 beta 1 - Polish live tv plugin

Post by wortax »

Hey. I tried to install the plugin - Polish Live TV. Sorry, an error occurred during installation. Message appears on the "Installation inpossible."

Instruction instalallation plugin is here - http://code.google.com/p/sd-xbmc/wiki/InstalacjaPluginu

1. You can see everything on the screen shots.

2. Install the downloaded repository:

3. Select System> Settings

4. Next Add-ons

5. Next Install from zip file

6. Next, select the file you downloaded earlier repository.sd-addons.eu.zip

7. We see that our repository has been added (bottom right)

8. Select Get Add-ons

9. Next choose our repozytorum SD XBMC Add-ons

10. Next Video Add-ons

11. And we wanted plugin Polish TV ...

12. Select Install

13. We wait until the plugin will download etc ..... "

I have the necessary modules to the plugin. When the installation is displayed "Installation inpossible". Sorry for ma english.
User avatar
sahib12
Posts: 285
Joined: Wed Jan 02, 2013 3:13 pm
Location: Liberty City
Has thanked: 8 times
Been thanked: 16 times
Contact:

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by sahib12 »

If you have all the modules required then install them all via zip, then try and install the plugin again, if this doesnt work then then i would get the actual plugin zip file instead of doing it through the repo if you know what i mean
Image
wortax
Posts: 8
Joined: Sat Feb 23, 2013 1:54 pm

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by wortax »

I got the actual plugin files, but after switching displays "plugin error". In this example, more work on Python 2.7 in XMBC 3.5 Beta 1, because other plugins (though not all) may have now or in the future similar problems. I submit this error in the forum, so again after finalen version 3.5 did not go another type versions 3.5.1, 3.5.2, 3.5.3, etc.. Sorry for my english.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by skatulskijean »

@wortax

python 2.7 make xbmc4xbox not full compatible to main xbmc.
Without Debug Log can nobody help.

Regards Jan
wortax
Posts: 8
Joined: Sat Feb 23, 2013 1:54 pm

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by wortax »

Manual installation of a link. Anyone can see a debug.log. Here the wine is on the side XMBC 3.5 and more specifically in the implementation of the python. Should be improved in this example, this version of xbmc 3.5 because probably many additives have the same problems. In this example, the need to improve xbmc version.
xmagisterx
Posts: 2
Joined: Sun Jan 19, 2014 4:16 am

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by xmagisterx »

skatulskijean wrote:@wortax

python 2.7 make xbmc4xbox not full compatible to main xbmc.
Without Debug Log can nobody help.

Regards Jan
Welcome to all XBOX and XBMC users!

Did any one tried running the newest version 0.12.0 of polishtv video plugin on XBMX4XBOX?

I have downloaded the plugin manually from here:
addons.superrepo.org/Frodo/All/plugin.video.polishtv.live/

I've got xmbc4xbox 3.5 beta. When I try to run the plugin I'm getting an error message and the log says:
TypeError: __init__() takes exactly 2 arguments (1 given)

I have attached complete xbmc.log here
www.xbmclogs.com/show.php?id=112558

I have also manually copied required module script.modules.sd-xbmc into Q:\scripts\.modules

Any ideas how to make it work please?

Many thanks,
Magister
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by skatulskijean »

xmagisterx wrote:
skatulskijean wrote:@wortax

python 2.7 make xbmc4xbox not full compatible to main xbmc.
Without Debug Log can nobody help.

Regards Jan
Welcome to all XBOX and XBMC users!

Did any one tried running the newest version 0.12.0 of polishtv video plugin on XBMX4XBOX?

I have downloaded the plugin manually from here:
addons.superrepo.org/Frodo/All/plugin.video.polishtv.live/

I've got xmbc4xbox 3.5 beta. When I try to run the plugin I'm getting an error message and the log says:
TypeError: __init__() takes exactly 2 arguments (1 given)

I have attached complete xbmc.log here
http://www.xbmclogs.com/show.php?id=112558

I have also manually copied required module script.modules.sd-xbmc into Q:\scripts\.modules

Any ideas how to make it work please?

Many thanks,
Magister
ptv = xbmcaddon.Addon() not works on xbmc4xbox
you must give the addon id
the addon i id is accesable on the addon.xml
ptv = xbmcaddon.Addon(id="id from the Addon")

Regards Jan
xmagisterx
Posts: 2
Joined: Sun Jan 19, 2014 4:16 am

Re: XBMC 3.5 beta 1 - Polish live tv plugin

Post by xmagisterx »

Thanks Jan,

I will give it a try.

Cheers,
Magister
Post Reply