Archive:Foundation: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Robot: Changing Category:Skin Development to Category:Skin development)
m (Karellen moved page Add-on:Foundation to Archive:Foundation without leaving a redirect: Outdated)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Addon
{{Add-on
  | Name = Foundation
  | Name = Foundation
  | provider-name = Hitcher
  | provider-name = Hitcher
Line 8: Line 8:
  | Platform = all
  | Platform = all
  | zip = [http://dl.dropbox.com/u/19745842/skin.foundation-2.0.2.zip skin.foundation]
  | zip = [http://dl.dropbox.com/u/19745842/skin.foundation-2.0.2.zip skin.foundation]
  | icon url = https://bitbucket.org/Hitcher/skin.foundation/raw/540c84120f85/icon.png
  | icon url = https://github.com/osmc/skin.osmc/raw/master/resources/icon.png
  | Summary = Simple skin for beginners
  | Summary = Simple skin for beginners
}}
}}


==Details==
<!--The skin features below are used to automatically populate other sections of the wiki. Please don't edit!-->
 
 
== 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.
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.


Line 30: Line 33:
  </keymap>
  </keymap>


==Keys==
== Keys ==


The following keys will then activate the corresponding action -
The following keys will then activate the corresponding action -
Line 39: Line 42:
  F8 - Activated the KaiDialogToast.xml (''used to display the notification dialog'')
  F8 - Activated the KaiDialogToast.xml (''used to display the notification dialog'')


==Discussion==
== Discussion ==
{{forum link2|See the [[forum:94438|Foundation - Basic skin for beginners]] for help and issue report.}}
{{forum link2|See the [[forum:94438|Foundation - Basic skin for beginners]] for help and issue report.}}


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


==See also==
===Similar page names===
{{#lst:Foundation|similar pages}}








==See also==
'''Development:'''
* [[Add-on development]]
* [[Skinning]]


[[Category:Skin development]]
[[Category:Skins-Archived]]
[[Category:Add-ons not in the XBMC.org repo]]

Latest revision as of 00:53, 18 August 2020

Foundation
https://github.com/osmc/skin.osmc/raw/master/resources/icon.png

Author: Hitcher

Type: Skin
Repo:
Zip file: skin.foundation

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 also includes 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

The following keys will then activate the corresponding action -

F5 - Reload skin (used to see any changes instantly without restarting XBMC)
F6 - Show/Hide the Debug Grid (used for checking alignment, positioning, or sizing)
F7 - Show/Hide the Debug Info (used to display the currently active windows or dialogs)
F8 - Activated the KaiDialogToast.xml (used to display the notification dialog)

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.