Kodi Community Forum

Full Version: label question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

Is it possible to do something like:
<label>RunScript[special://skin/scripts/myscript.py]</label>

I would the output from the script to be the label of the window...

Thanx a stack
cyber7
cyber7 Wrote:Hi guys,

Is it possible to do something like:
<label>RunScript[special://skin/scripts/myscript.py]</label>

I would the output from the script to be the label of the window...

Thanx a stack
cyber7
You can set Window.Propertys in a script, that infos are avaible in the skin for label.

Look into the RecentlyAdded.py Script from Nuka to know how it works.