[Bug]default icon naming
#1
As djh has updated his skin to version 2.11 there is a need to rename some ofl the default icons, ie. Defaultactorbig.png to Defaultactor.png deleting the big from the end of the file name.

For more info on this have a look @ jmarshall post about it here http://forum.xbmc.org/showthread.php?tid...light=2.11


Now for Aeon you will need to rename some of the icons in media folder
(from Default****big.png to Default****.png)


And edit some on the Xml files in 720p folder see list below
(from Default****big.png to Default****.png)

Code:
[b]720p\Defaults.xml[/b]
00130: <image>defaultFolderBig.png</image>

[b]
720p\Includes_Furniture.xml[/b]
00779: <texture fallback="defaultmusicbig.png" diffuse="home/nowplaying_mask.png">$INFO[MusicPlayer.Cover]</texture>

[b]720p\Includes_Objects.xml[/b]
01096: <texture diffuse="thumbs/cdcover_mask.png">defaultaudiobig.png</texture>

[b]720p\Viewtype_List.xml[/b]
01047: <texture diffuse="list/list_movieicon_mask.png">defaultvideobig.png</texture>

[b]720p\Viewtype_Multiplex.xml[/b]
00842: <texture>defaultvideobig.png</texture>
00865: <texture>defaultvideobig.png</texture>
00886: <texture>defaultvideobig.png</texture>
00953: <texture>defaultvideobig.png</texture>

[b]720p\Viewtype_Showcase.xml[/b]
00116: <texture background="true" diffuse="thumbs/cdcover_mask.png">defaultaudiobig.png</texture>
00139: <texture background="true" diffuse="thumbs/cdcover_mask.png">defaultaudiobig.png</texture>
00147: <texture background="true" flipy="true" diffuse="thumbs/cdcover_mask_reflect.png">defaultaudiobig.png</texture>
00156: <texture background="true" flipy="true" diffuse="thumbs/cdcover_mask_reflect.png">defaultaudiobig.png</texture>

[b]720p\Viewtype_StripShow.xml[/b]
00119: <texture>defaultpicturebig.png</texture>
00143: <texture>defaultpicturebig.png</texture>
00164: <texture>defaultpicturebig.png</texture>
00183: <texture>defaultpicturebig.png</texture>

[b]720p\Viewtype_Wall.xml[/b]
00149: <texture diffuse="wall/wall_mask.png">defaultAudioBig.png</texture>
00155: <texture diffuse="wall/wall_mask.png">defaultPictureBig.png</texture>
00161: <texture background="true" diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00169: <texture background="true" diffuse="wall/wall_mask.png">defaultAudioBig.png</texture>
00184: <texture diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00191: <texture diffuse="wall/wall_mask.png">defaultPictureBig.png</texture>
00198: <texture background="true" diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00207: <texture background="true" diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00236: <texture diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00242: <texture diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00248: <texture background="true" diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00256: <texture background="true" diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00271: <texture diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00278: <texture diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00285: <texture background="true" diffuse="wall/wall_mask.png">defaultaudiobig.png</texture>
00294: <texture background="true" diffuse="wall/wall_mask.png">defaultpicturebig.png</texture>
00339: <texture diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00344: <texture background="true" diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00359: <texture diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00365: <texture background="true" diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00395: <texture diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00400: <texture background="true" diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00415: <texture diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>
00421: <texture background="true" diffuse="wall/wall_movie_mask.png">defaultvideobig.png</texture>

have a good one
#2
djh has just fix this on github Smile
#3
Cheers, I close this now then.

Logout Mark Read Team Forum Stats Members Help
[Bug]default icon naming0