2009-07-07, 02:10
So after a little work I got background loading all set on my mod, but the weather fanart conditional is not working. This is the coding I am using in home.xml
The thumb path is exactly the same as I did before with image path. The fanart does the work after it the folder is set, but my problem comes from not getting the default weather.jpg picture upn the initial loading of the skin. I imagine I am making some code error with the thumb tag. Andy advice would be much appreciated.
Code:
<item id="6">
<label>Weather</label>
<onclick>ActivateWindow(Weather)</onclick>
<icon>special://skin/backgrounds/weather.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]$INFO[Weather.FanartCode]</thumb>
</item>
The thumb path is exactly the same as I did before with image path. The fanart does the work after it the folder is set, but my problem comes from not getting the default weather.jpg picture upn the initial loading of the skin. I imagine I am making some code error with the thumb tag. Andy advice would be much appreciated.