2009-07-15, 17:51
Includes.xml (Line 2388)
Change:
<texture>genres/$INFO[ListItem.Label].png</texture>
to: example location
<imagepath>c:\user\XBMC\Genres\$INFO[ListItem.Label]</imagepath>
PHP Code:
<include name="ListViewThumbForGenres">
<texture>genres/$INFO[ListItem.Label].png</texture>
</include>
Change:
<texture>genres/$INFO[ListItem.Label].png</texture>
to: example location
<imagepath>c:\user\XBMC\Genres\$INFO[ListItem.Label]</imagepath>