2009-05-22, 19:48
I've been modding the PM3.HD skin for a while and every now and then i bump in some small bug, so i thought i'd just pass those along.
MusicOSD.xml - line 272:
<texturebg border="5">barground2.png</texturebg>
should be changed to Barground2.png, otherwise the image won't show on case sensitive systems.
custom_SkinSetting_1111.xml - line 137:
<height>35</height>
should be added. the height property is missing from this control, so the text is displayed slightly bigger than the rest of the items.
MyMusicNav.xml lines 13 & 24:
there are references to background-music.jpg, but since this file was recently removed from the media folder, the skin fails to load it as a fallback fanart texture.
i guess changing it to special://skin/backgrounds/music.jpg would solve this.
MyVideoNav.xml
same as above, change background-videos.jpg to special://skin/backgrounds/videos.jpg
There's one other case sensitive issue, on startup XBMC tries to load startup.xml, but as far is i can tell all the skins are using Startup.xml instead.
So i assume this is an XBMC issue and not skin issue, so i opened a trac ticked for it:
http://trac.xbmc.org/ticket/6635
MusicOSD.xml - line 272:
<texturebg border="5">barground2.png</texturebg>
should be changed to Barground2.png, otherwise the image won't show on case sensitive systems.
custom_SkinSetting_1111.xml - line 137:
<height>35</height>
should be added. the height property is missing from this control, so the text is displayed slightly bigger than the rest of the items.
MyMusicNav.xml lines 13 & 24:
there are references to background-music.jpg, but since this file was recently removed from the media folder, the skin fails to load it as a fallback fanart texture.
i guess changing it to special://skin/backgrounds/music.jpg would solve this.
MyVideoNav.xml
same as above, change background-videos.jpg to special://skin/backgrounds/videos.jpg
There's one other case sensitive issue, on startup XBMC tries to load startup.xml, but as far is i can tell all the skins are using Startup.xml instead.
So i assume this is an XBMC issue and not skin issue, so i opened a trac ticked for it:
http://trac.xbmc.org/ticket/6635