Archive:Foundation: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Hitcher
(Created page with "{{Addon | Name = Foundation | provider-name = Hitcher | ID = skin.foundation | latest-version = 2.0.1 | extension point = xbmc.gui.skin | provides = | Platform = all | ...")
 
>Hitcher
No edit summary
Line 9: Line 9:
  | repo = [http://xbmc-repo-hitchers.googlecode.com/svn/trunk/xbmc-repo-hitcher/xbmc-repo-hitcher.zip xbmc-repo-hitcher.zip]
  | repo = [http://xbmc-repo-hitchers.googlecode.com/svn/trunk/xbmc-repo-hitcher/xbmc-repo-hitcher.zip xbmc-repo-hitcher.zip]
  | icon url = http://www.mediafire.com/imgbnc.php/ac7773d48c1af32ed10b54151f85c5a77bbc243ba375e5743165331a9b00bb9e6g.jpg
  | icon url = http://www.mediafire.com/imgbnc.php/ac7773d48c1af32ed10b54151f85c5a77bbc243ba375e5743165331a9b00bb9e6g.jpg
  | Summary = Created by Hitcher / Textures courtesy of Jezz_X
  | Summary = Simple skin for beginners
| Description = 'Foundation' is a basic, fully functional XBMC skin designed to be used as a base for creating a new skin; or simply as a learning tool for the beginner.
}}
}}
==Details==
Foundation is a very simple but fully functional skin designed to be used as either a base for creating new skins or as a learning tool for anyone interested in what makes a skin work.
It comes with both 720p & 1080i coded XML's and I've also included a screen shot folder of every window/dialog XBMC uses to make things even easier.
To get the most out of it you'll need to either make a new keymap.xml or add this to your existing one -
<keymap>
    <global>
        <keyboard>
            <F5>XBMC.ReloadSkin()</F5>
            <F6>Skin.ToggleSetting(DebugGrid)</F6>
            <F7>Skin.ToggleSetting(HideDebugInfo)</F7>
            <F8>Notification(Testing 123,Hello world)</F8>
        </keyboard>
    </global>
</keymap>
'''Keys'''
F5 - Reload skin
F6 - Show/Hide the Debug Grid
F7 - Show/Hide the Debug Info
F8 - Activated the KaiDialogToast.xml
==Discussion==
{{forum link2|See the [[forum:94438|Foundation - Basic skin for beginners]] for help and issue report.}}
==Credits==
Wir3d for the original 'Empty' skin upon which this is based and Jezz_X for the use of Confluence's textures.

Revision as of 10:41, 6 March 2012

Foundation
http://www.mediafire.com/imgbnc.php/ac7773d48c1af32ed10b54151f85c5a77bbc243ba375e5743165331a9b00bb9e6g.jpg

Author: Hitcher

Type: Skin
Repo:

Summary: Simple skin for beginners
Home icon grey.png   ▶ Add-ons ▶ Foundation

Details

Foundation is a very simple but fully functional skin designed to be used as either a base for creating new skins or as a learning tool for anyone interested in what makes a skin work.

It comes with both 720p & 1080i coded XML's and I've also included a screen shot folder of every window/dialog XBMC uses to make things even easier.

To get the most out of it you'll need to either make a new keymap.xml or add this to your existing one -

<keymap>
    <global>
        <keyboard>
            <F5>XBMC.ReloadSkin()</F5>
            <F6>Skin.ToggleSetting(DebugGrid)</F6>
            <F7>Skin.ToggleSetting(HideDebugInfo)</F7>
            <F8>Notification(Testing 123,Hello world)</F8>
        </keyboard>
    </global>
</keymap>

Keys

F5 - Reload skin
F6 - Show/Hide the Debug Grid
F7 - Show/Hide the Debug Info
F8 - Activated the KaiDialogToast.xml

Discussion

Attention talk.png See the Foundation - Basic skin for beginners for help and issue report.

Credits

Wir3d for the original 'Empty' skin upon which this is based and Jezz_X for the use of Confluence's textures.