[attn Jezz-X] Some minor fixes
#1
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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#2
is it possible to make it 4x3 compatible not just 16x9?

Because its a great skin but me and alot of others have 4x3 screens

Cheers
Reply
#3
no, never going to happen. pm3 supports 4:3, hd area is all 16:9
Reply
#4
Yeh and somebody once said man will never walk on the moon.
Besides all that whats wrong with people asking for some 4/3 support?
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#5
Nothing, but Like spiff said pm3 has 4:3 support. PM3.HD is made for 16:9 hd resolutions.

cheers
Reply
#6
ok, thanx for all the lovely comments...
although i'm not quite sure how they are related to my proposed fixes.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#7
Thanks man I'll get right on them
Reply
#8
Ok Commited thanks again
btw case sensitive issues should not matter for the images because you should be using the xpr created not the original images and XPR is case insensitive on all platforms
Reply
#9
Jezz_X Wrote:btw case sensitive issues should not matter for the images because you should be using the xpr created not the original images and XPR is case insensitive on all platforms

Thanx, i didn't know Textures.xpr was case insensitive. I removed it as i was trying out some different textures/icons.
This also explains one other small issue i was having, if you remove Textures.xpr and use the original images instead, then the DefaultTVShows.png icon wouldn't show up anymore.
Turns out the filename should be DefaultTvshows.png instead.

Cheers.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#10
r20588 takes care of bringing the naming up to standard (DefaultTVShow(Title)s.png)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#11
found two more...

in DialogKaiToast.xml there's a reference to DefaultFileBig.png
(should be DefaultFile.png these days)

in fanart view, the tv show info doesn't scroll, even though it's enable in skin settings.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#12
Thanks Fixed and committed to the svn and credited to you Smile
Reply

Logout Mark Read Team Forum Stats Members Help
[attn Jezz-X] Some minor fixes0