Kodi Community Forum
Skinning for beginners - Foundation skin, skinning tools, and tips - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Skinning for beginners - Foundation skin, skinning tools, and tips (/showthread.php?tid=94438)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


- queeup - 2011-02-17

Bravo.. Thank you very much.


- Malexx - 2011-02-17

This is so usefull,thank you very much for your work and making it public !!!


- Hitcher - 2011-02-17

sialivi Wrote:Hitcher,
Is this the new skin you mentioned that you were working on when you released "Final" version of Alaska Revisited or is that still to come?

No that's on-hold for now, I'm working on something else.


- reksveks - 2011-02-17

Thank you very much, this daunting task got a lot more manageable also can't wait for your new project/skin.


- wimpy - 2011-02-17

Excellent Hitcher! Smile


- Advocate - 2011-02-17

Hitcher,

Let me add my thanks to the many already posted. Your skin has given me itchy fingers and set my mind off wandering to maybe have another go, and maybe this time even finish a skin.

Alistair


- bridgman - 2011-02-28

Thank you for taking the time to release this skin. Finally gave me a reason to create a skin for the family. Surprisingly it even got grandma approval.


Awesome! - Pr.Sinister - 2011-02-28

Dude you rule!

I will be off work for 2 weeks at the end of March and i was gonna message you for advice on starting a skin from "scratch"...

I can't wait to start now!

-Pr.


- pecinko - 2011-03-01

Hitch, one suggestion if you don't mind:

<viewtype label="535">list</viewtype> instead of hardwired one in View_50_List.xml, so it can be localized.


- anoobie - 2011-03-06

Thanks. This will save a lot of time.


- Hitcher - 2011-03-06

pecinko Wrote:Hitch, one suggestion if you don't mind:

<viewtype label="535">list</viewtype> instead of hardwired one in View_50_List.xml, so it can be localized.

Done.

Also added a txt file that contains a list of all the XMLs for use as a checklist.


- pecinko - 2011-03-26

Here's a suggestion for MyPic.xml


PHP Code:
<control type="button" id="6" description="Slideshow">
                            <
width>300</width>
                            <
align>left</align>
                            <
label>108</label>
                            <
texturenofocus>-</texturenofocus>
                            <
disabledcolor>Grey</disabledcolor>
                            <
enable>!ListItem.IsFolder</enable>
                        </
control>
            
                        <
control type="button" id="7" description="Recursive slideshow">
                            <
width>300</width>
                            <
align>left</align>
                            <
label>13318</label>
                            <
texturenofocus>-</texturenofocus>
                            <
enable>ListItem.IsFolder</enable>
                            <
disabledcolor>Grey</disabledcolor>
                        </
control



- pecinko - 2011-04-27

My bad, ignore this post :-)


- Jimbo282 - 2011-05-15

So I installed your repo and downloaded and installed your skin and it works great but I don't see it under my addons folder. Am I missing something? Where are the XML files for editing?


- Hitcher - 2011-05-15

It's found in your userdata/addons folder not the XBMC one.