Nuka1195
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
|
This works:
Quote:<imagepath>Q:\scripts\Apple Movie Trailers\resources\skins\Default\media\thumbs</imagepath>
Then I set a string:
Quote:<setting type="string" name="Project Mayhem III.AMT-chooser-thumbfolder">Q:\scripts\Apple Movie Trailers\resources\skins\Default\media\thumbs</setting>
I can't get the following to work:
Quote:<imagepath>$INFO[Skin.String(AMT-chooser-thumbfolder)]</imagepath>
or
Quote:<imagepath>Skin.String(AMT-chooser-thumbfolder)</imagepath>
Is it possible to use a skin setting for the path?
Thanks
|
|
find
quote
|
Nuka1195
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
|
I should have read the manual better
It clearly states in the wiki manual:
Quote:Info:
Specifies the information that this image control is presenting. XBMC will select the texture to use based on this tag. See here for more information.
So just use:
Quote:<info>Skin.String(AMT-chooser-thumbfolder)</info>
works great.
|
|
find
quote
|
jmarshall
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
|
|
|
find
quote
|