mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
imon-mce: rebuild with xbmc.python API 2.0, source /etc/profile in scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
43283d2071
commit
a7db6a21cc
@ -1,2 +1,5 @@
|
||||
1.90.1
|
||||
- depends on xbmc.python API 2.0
|
||||
|
||||
1.90.0
|
||||
- initial version imon-mce
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
PKG_NAME="imon-mce"
|
||||
PKG_VERSION="1.90"
|
||||
PKG_REV="0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
|
@ -20,5 +20,7 @@
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
. /etc/profile
|
||||
|
||||
sleep 1 && \
|
||||
ir-keytable -p rc6 -w /etc/rc_keymaps/imon_mce &
|
@ -18,6 +18,15 @@
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
import xbmc, time, os, subprocess
|
||||
import os
|
||||
import sys
|
||||
import xbmcaddon
|
||||
|
||||
os.system("imon-mce.service")
|
||||
__scriptname__ = "IMON MCE Remote driver"
|
||||
__author__ = "OpenELEC"
|
||||
__url__ = "http://www.openelec.tv"
|
||||
__settings__ = xbmcaddon.Addon(id='driver.remote.imon-mce')
|
||||
__cwd__ = __settings__.getAddonInfo('path')
|
||||
__path__ = xbmc.translatePath( os.path.join( __cwd__, 'bin', "imon-mce.service") )
|
||||
|
||||
os.system(__path__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user