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.
(2012-10-13, 00:32)`Black Wrote: [ -> ]Seems that it stopped working with the nightly from Oct 10.

that could well be the issue... i'm running oct 9.
It's changed -

PHP Code:
<onclick>$INFO[Window(Home).Property(RandomAlbum.%d.Play)]</onclick
That's clear but the title property doesn't work anymore.
(2012-10-13, 14:36)`Black Wrote: [ -> ]That's clear but the title property doesn't work anymore.

will do some tests later on and see what's going on
(2012-10-13, 14:37)Martijn Wrote: [ -> ]
(2012-10-13, 14:36)`Black Wrote: [ -> ]That's clear but the title property doesn't work anymore.

will do some tests later on and see what's going on

Just tested and all seems to function again using latest master
@all skinners

Question:
currently RandomArtist.LibraryPath just gives you the path without ActivateWindow()

So what do you want?
a. keep it like it is now and you specify ActivateWindow() in skin
b. script provides the whole RandomArtist.LibraryPath=ActivateWindow(music,musicdb:/2/.... )

b could mean that you can't specify the -> ActivateWindow(window[,dir,return])
(2012-10-13, 16:38)Martijn Wrote: [ -> ]@all skinners

Question:
currently RandomArtist.LibraryPath just gives you the path without ActivateWindow()

So what do you want?
a. keep it like it is now and you specify ActivateWindow() in skin
b. script provides the whole RandomArtist.LibraryPath=ActivateWindow(music,musicdb:/2/.... )

b could mean that you can't specify the -> ActivateWindow(window[,dir,return])

a). more flexible.
Yep, a is better.
Thought so Smile
Anyone can confirm ?

<label>$INFO[Window(Home).Property(RecommendedAlbum.1.Title)]</label>

Album name is not showing up.


<label2>$INFO[Window(Home).Property(RecommendedAlbum.1.Artist)]</label2>

Artist name works fine.

Using latest nightly and version 0.0.3


Thanx
(2012-10-13, 23:26)butchabay Wrote: [ -> ]Anyone can confirm ?

<label>$INFO[Window(Home).Property(RecommendedAlbum.1.Title)]</label>

Album name is not showing up.


<label2>$INFO[Window(Home).Property(RecommendedAlbum.1.Artist)]</label2>

Artist name works fine.

Using latest nightly and version 0.0.3


Thanx

confirm
will ticket it
http://trac.xbmc.org/ticket/13405
Thanx Martijn.
(2012-10-12, 18:59)Martijn Wrote: [ -> ]
(2012-10-12, 18:06)Hack_kid Wrote: [ -> ]so i'm the only one with the script failing on startup heres a snippit from the log


thx

add this after the other imports
PHP Code:
import urllib 

thanks man i'll give it a try, so just add this on top of v0.0.3
for the record that was the first thing i thought of but i was like "no......way to easy"
v0.0.4
- Fix missing import
- Fix typo in clearproperty
- Add SetProperty(SkinWidgets_RandomItems_Update,true) to trigger update on all randomitems

Downloads