Cinergy_T2_White.conf
This commit is contained in:
@@ -1,21 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="context.kino.control" name="Kino Kontrolle" version="0.0.6" provider-name="der_do">
|
||||
<addon id="context.kino.control" name="Kino Kontrolle" version="0.0.8" provider-name="der_do">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.25.0"/>
|
||||
|
||||
|
||||
</requires>
|
||||
<extension point="kodi.context.item">
|
||||
<menu id="kodi.core.main">
|
||||
<menu>
|
||||
<label>Kino Kontrolle</label>
|
||||
<item library="main.py">
|
||||
<!-- This label can be changed in your strings.po -->
|
||||
<label>32000</label>
|
||||
<visible>Window.IsActive(shutdownmenu)</visible>
|
||||
</item>
|
||||
</menu>
|
||||
</menu>
|
||||
|
||||
<extension point="xbmc.python.script" library="main.py">
|
||||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en_GB">On, Off, Up and Down</summary>
|
||||
|
||||
@@ -1,16 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from resources.lib import kodilogging
|
||||
from resources.lib import context
|
||||
|
||||
import logging
|
||||
import xbmcaddon
|
||||
|
||||
# Keep this file to a minimum, as Kodi
|
||||
# doesn't keep a compiled copy of this
|
||||
ADDON = xbmcaddon.Addon()
|
||||
kodilogging.config()
|
||||
|
||||
context.run()
|
||||
|
||||
|
||||
|
||||
BIN
kodi/context.kino.control/resources/fanart.jpg
Normal file
BIN
kodi/context.kino.control/resources/fanart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 MiB |
BIN
kodi/context.kino.control/resources/icon.png
Normal file
BIN
kodi/context.kino.control/resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 380 KiB |
@@ -19,7 +19,11 @@ msgstr ""
|
||||
#This is a comment
|
||||
|
||||
msgctxt "#32000"
|
||||
msgid "Kino Menue"
|
||||
msgid "Kino An"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#32002"
|
||||
msgid "Kino Aus"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#32001"
|
||||
|
||||
Reference in New Issue
Block a user