Cinergy_T2_White.conf
This commit is contained in:
5
.pydevproject
Normal file
5
.pydevproject
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?eclipse-pydev version="1.0"?><pydev_project>
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
|
||||
</pydev_project>
|
||||
3
.settings/org.eclipse.core.resources.prefs
Normal file
3
.settings/org.eclipse.core.resources.prefs
Normal file
@@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//kodi/context.kino.control/main.py=utf-8
|
||||
encoding//kodi/context.kino.control/resources/lib/context.py=utf-8
|
||||
@@ -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"
|
||||
|
||||
74
lirc/Cinergy_T2.conf
Normal file
74
lirc/Cinergy_T2.conf
Normal file
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# this config file was generated
|
||||
# using lirc-0.7.1pre2(serial) kantonix VDR
|
||||
#
|
||||
# contributed by Stefan Bernshausen
|
||||
#
|
||||
# brand: Terratec
|
||||
# model no. of remote control: Cinergy T2
|
||||
# devices being controlled by this remote:
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name Terratec_Cinergy_T2
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9007 4495
|
||||
one 557 1683
|
||||
zero 557 555
|
||||
ptrail 546
|
||||
pre_data_bits 16
|
||||
pre_data 0x20D7
|
||||
gap 110968
|
||||
toggle_bit 0
|
||||
|
||||
|
||||
begin codes
|
||||
0 0x30CF
|
||||
1 0x40BF
|
||||
2 0xC03F
|
||||
3 0x20DF
|
||||
4 0xA05F
|
||||
5 0x609F
|
||||
6 0xE01F
|
||||
7 0x10EF
|
||||
8 0x906F
|
||||
9 0x50AF
|
||||
Green 0x18E7
|
||||
Osd 0x708F
|
||||
Volume+ 0x38C7
|
||||
Volume- 0x7887
|
||||
Ch+ 0xD827
|
||||
Ch- 0xF807
|
||||
Epg 0xF00F
|
||||
Av 0xD02F
|
||||
Power 0x807F
|
||||
Txt 0xA857
|
||||
Red 0xE817
|
||||
Mute 0xB847
|
||||
Pause 0x02FD
|
||||
Play 0x32CD
|
||||
Record 0x1AE5
|
||||
Fback 0x2AD5
|
||||
Stop 0x12ED
|
||||
Ffor 0x3AC5
|
||||
Up 0x08F7
|
||||
Down 0x28D7
|
||||
Left 0x8877
|
||||
Right 0xC837
|
||||
Info 0x6897
|
||||
Ok 0x48B7
|
||||
Blue 0x58A7
|
||||
Yellow 0x9867
|
||||
Red 0xE817
|
||||
Back 0xB04F
|
||||
|
||||
end codes
|
||||
|
||||
end remote
|
||||
|
||||
|
||||
Reference in New Issue
Block a user