Kodi Community Forum

Full Version: [FRODO release] Skin Widgets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
I have the same problem with 0.14 on Frodo Beta 2 on Windows.
Debug log: http://pastebin.com/ccxhJVr3
(2012-12-06, 21:01)Roman_V_M Wrote: [ -> ]I have the same problem with 0.14 on Frodo Beta 2 on Windows.
Debug log: http://pastebin.com/ccxhJVr3

Strange this is happening because it shouldn't.

Could you try making
https://github.com/XBMC-Addons/service.s...lt.py#L180
PHP Code:
runtime str(item['runtime']) 

Could you also add
PHP Code:
log(item['runtime']) 
at line 176 so i can see why it is failing?
First of all thanks for this great addon Wink

One question: Is it possible to get 'Most Played Artist' displayed? :/
The post i removed a little higher up was also about the unicode or str error.
It resolved itself after my addons updated themselves, i believe after a library update.
Everything working fine now on Beta2.
Can someone help me by pointing me to where the deufault.py file is that i need to edit? I'm running ubuntu 12.04 lts with xbmc beta 3. i still have the script failed error for services.skin.widgets
(2012-12-10, 00:09)Vinnie85 Wrote: [ -> ]Can some help me by pointing me to where the deufault.py file is that i need to edit? I'm running ubuntu 12.04 lts with xbmc beta 3. i still have the script failed error for services.skin.widgets

Should be in your $HOME/.xbmc/userdata/addons/service.skin.widgets folder.

Top! It work realy good for me Nod
I have installed Frodo RC1 but canĀ“t install this script cause of net met dependencies?
Can someone point me into the right direction?
Marked as broken in the repo, according to a message that popped up in xbmc.
(2012-12-13, 00:26)Death-Axe Wrote: [ -> ]Marked as broken in the repo, according to a message that popped up in xbmc.

Changelog: v0.0.17
- Try to break all skins
- Updated language files from Transifex

im guessing why its not updating is because in the addon.xml, requirements were added:

Code:
<requires>
        <import addon="xbmc.addon" version="12.0.0"/>
        <import addon="xbmc.json" version="6.0.0"/>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.simplejson" version="2.0.10"/>
    </requires>

This
Code:
<import addon="xbmc.addon" version="12.0.0"/>
is what i think is the problem...it should be 12.0 not 12.0.0

@Martijn

why try to break all skins? Smile
New format is 12.0.0, but XBMC have backwards compatibility for 12.0 too for addons, look this commit
https://github.com/xbmc/xbmc/commit/a650...b86ffd4881
So as of this morning skin.widgets reports as broken in the repository for me (as stated above). I can't get it to update or function at all.
Is it possible to change the TV Show recently episode preview pictures to season folder pictures ? or make it an option ?

i tried to read the py but i can't find the place where it tries to load the pictures..
(2012-12-15, 02:41)joeblack2k Wrote: [ -> ]Is it possible to change the TV Show recently episode preview pictures to season folder pictures ? or make it an option ?

i tried to read the py but i can't find the place where it tries to load the pictures..

no season images (and won't add it)
Where does Skin widgets get series posters from? the posters its displaying for my shows aren't the ones that I've got set in my library?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49