• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 49
[FRODO release] Skin Widgets
#61
(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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#62
It's changed -

PHP Code:
<onclick>$INFO[Window(Home).Property(RandomAlbum.%d.Play)]</onclick
Reply
#63
That's clear but the title property doesn't work anymore.
Image
Reply
#64
(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
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#65
(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
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#66
@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])
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#67
(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.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#68
Yep, a is better.
Image
Reply
#69
Thought so Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#70
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
Reply
#71
(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
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#72
Thanx Martijn.
Reply
#73
(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
Reply
#74
for the record that was the first thing i thought of but i was like "no......way to easy"
Reply
#75
v0.0.4
- Fix missing import
- Fix typo in clearproperty
- Add SetProperty(SkinWidgets_RandomItems_Update,true) to trigger update on all randomitems

Downloads
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 49

Logout Mark Read Team Forum Stats Members Help
[FRODO release] Skin Widgets8