addon testing

Requests, suggestions, support, and everything else python / plugin related.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: addon testing

Post by skatulskijean »

Music addons:

-Digitaly Imported fixed and push to actuall Version
-JazzRadio.com push to actuall version

the only what i must put from the musicaddons to the not working branch since Radio(xbmcswift) and Xbmchub music (i found not a newer Version) i add Later
for this CannaPower xbmc4xbox its have the Better source (its not search for the charts on a mp3 search site then is holding the charts for different country) and the source is not changed many.

ok i go to the Video sektion :

and put my changes later to the repo.

Edit1:

- Best of Youtube push to newest Version and fixed for xbmc4xbox
- BlipTv push to newest Version 1.8.3 and fixed for xbmc4xbox

i must me intall on my linux Pc xbmc Frodo and look its bring the same result (by accessing the addons).

No more Time Today

tomorrow i update and fix the next addons and put this than all to the repo

Regards jan
captainsensation
Posts: 155
Joined: Sat May 18, 2013 5:12 pm
Has thanked: 21 times
Been thanked: 4 times

Re: addon testing

Post by captainsensation »

if i am correct isnt twitch suffering from this as well?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: addon testing

Post by skatulskijean »

captainsensation wrote:if i am correct isnt twitch suffering from this as well?
i'm not understand what your mean.

mean you twitch.tv?

twitch.tv is with the newest Version is a xbmcswift Addon but the old Version what is on the repo , i think so it's a standart addon .

But i make addon for addon and momently burningseries but that is not fixable with python 2.4 (can not read a https content complete) with the nightly is that not a problem (python 2.7).

@BuzZ

Why you push not python 2.7 on the stable it's works better and faster as the old python 2.4?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: addon testing

Post by skatulskijean »

Today:

i push the scriptmodule urlresolver to the newest Version and adapted this scriptmodule again.

for purevid as example with:

if sys.version_info >= (2, 7):
import json as json
import ast
else:
import simplejson as json

i think the same module works than on stable(python 2.4)and nightly (python 2.7)
yes ast ist not on the else but it give no solution for this on python 2.4.

the scriptmodule mechanize have i updated with a newer better working (impacket with integrated derpc) and adapted to python 2.4.

- burnigseries addon go to the not working branch with python 2.4 it can not read the content from a url(https complete) and can not working.

- canada on demand have i push to the latest Version 0.8.4 and adapted for python 2.4 again .
i think it is working but the streams since only accessable on canada .
i think i open a new thread to testing this addons for people located on canada later.

it is first all on my xbox i add the changes to the repo when i have all addons fixed


Regards Jan
User avatar
BuZz
Site Admin
Posts: 1890
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 65 times
Been thanked: 422 times
Contact:

Re: addon testing

Post by BuZz »

the repo already has the latest urlresolver. check repository history. this is not really tyhe right thread for ongoing discussion of changes btw - would be better to have a new one in the dev section.
User avatar
BuZz
Site Admin
Posts: 1890
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 65 times
Been thanked: 422 times
Contact:

Re: addon testing

Post by BuZz »

skatulskijean wrote:Why you push not python 2.7 on the stable it's works better and faster as the old python 2.4?
it is already planned to push out a beta soon. there has been other stuff to sort out first though.
Post Reply