diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-24 09:53:32 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-24 09:53:32 +0000 |
commit | 35cf15f2a3dfa82d29d75d81b9434de011a35226 (patch) | |
tree | 3766ae03eb5e98e4ec6d97e618f855d3d539d951 /addons/xbmc.python | |
parent | fa5495098cf0a38aec7bc526fbffdb8a9d128f79 (diff) |
changed: get rid of the content types added earlier, favouring extension points for the specific python scripts, and update Confluence to use skin.setaddon
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30520 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r-- | addons/xbmc.python/addon.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addons/xbmc.python/addon.xml b/addons/xbmc.python/addon.xml index 5fd410f0e9..a03f29ca89 100644 --- a/addons/xbmc.python/addon.xml +++ b/addons/xbmc.python/addon.xml @@ -4,4 +4,8 @@ <import addon="xbmc.core" version="0.1"/> </requires> <extension-point id="script" schema="script.xsd"/> + <extension-point id="subtitles" schema="script.xsd"/> + <extension-point id="lyrics" schema="script.xsd"/> + <extension-point id="weather" schema="script.xsd"/> + <extension-point id="library" schema="script.xsd"/> </addon> |