Posts: 18,205
Joined: Aug 2007
Reputation:
715
Hitcher
Team-Kodi Member
Posts: 18,205
Couldn't you use Skin.SetFile(string,mask,folderpath) instead?
Posts: 5,292
Joined: Jun 2006
Reputation:
62
Jezz_X
Team-XBMC Skinner
Posts: 5,292
can't you only set one mask though eg you can't do
Skin.SetFile(Background,.bmp,.png,.jpg,.gif,special://skin/)
because .png gets read as the path were as setimage only shows image types
Posts: 18,205
Joined: Aug 2007
Reputation:
715
Hitcher
Team-Kodi Member
Posts: 18,205
Updated the wiki.
Anyone know how you'd not specify the mask but specify the folderpath?
Would it simply be a matter of missing it altogether - Skin.SetFile(string,,folderpath) ?
Posts: 18,205
Joined: Aug 2007
Reputation:
715
Hitcher
Team-Kodi Member
Posts: 18,205
Thanks for the clarification.
Posts: 3,956
Joined: Dec 2008
Reputation:
62
Guys, I'm not able to make it work...
what's the right code in order to predefine special://skin/backgrounds/ as a starting folder for Skin.SetLargeImage ??