Archive:Foundation: Difference between revisions
Jump to navigation
Jump to search
media fire is being weird.. trying icon from google code |
|||
| Line 8: | Line 8: | ||
| Platform = all | | Platform = all | ||
| 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:// | | icon url = http://xbmc-repo-hitchers.googlecode.com/svn/trunk/skin.foundation/icon.png | ||
| Summary = Simple skin for beginners | | Summary = Simple skin for beginners | ||
}} | }} | ||
Revision as of 12:04, 6 March 2012
| 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
| 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.