mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge commit 'c6ac748427f8b883f81ff2f11463d47783e60fd1'
This commit is contained in:
parent
c364aae577
commit
fc4884fa9d
@ -1,3 +1,6 @@
|
|||||||
|
2.0.3
|
||||||
|
- fix so python dont steal xbmc's webserver port
|
||||||
|
|
||||||
2.0.2
|
2.0.2
|
||||||
- rebuild with latest changes
|
- rebuild with latest changes
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="xbmc-ps3d"
|
PKG_NAME="xbmc-ps3d"
|
||||||
PKG_VERSION="2.0"
|
PKG_VERSION="2.0"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.xbmc.org"
|
PKG_SITE="http://www.xbmc.org"
|
||||||
|
@ -18,15 +18,6 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
import os
|
import xbmc, time, os, subprocess
|
||||||
import sys
|
|
||||||
import xbmcaddon
|
|
||||||
|
|
||||||
__scriptname__ = "PS3 Remote/Controller driver"
|
subprocess.Popen("ps3d.service", shell=True, close_fds=True)
|
||||||
__author__ = "OpenELEC"
|
|
||||||
__url__ = "http://www.openelec.tv"
|
|
||||||
__settings__ = xbmcaddon.Addon(id='driver.remote.xbmc-ps3d')
|
|
||||||
__cwd__ = __settings__.getAddonInfo('path')
|
|
||||||
__path__ = xbmc.translatePath( os.path.join( __cwd__, 'bin', "ps3d.service") )
|
|
||||||
|
|
||||||
os.system(__path__)
|
|
@ -1,3 +1,6 @@
|
|||||||
|
2.0.1
|
||||||
|
- fix so python dont steal xbmc's webserver port
|
||||||
|
|
||||||
2.0.0
|
2.0.0
|
||||||
- prepare for OpenELEC-2.0 release
|
- prepare for OpenELEC-2.0 release
|
||||||
- update to SABnzbd-0.6.14
|
- update to SABnzbd-0.6.14
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="SABnzbd-Suite"
|
PKG_NAME="SABnzbd-Suite"
|
||||||
PKG_VERSION="2.0"
|
PKG_VERSION="2.0"
|
||||||
PKG_REV="0"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
|
@ -18,15 +18,6 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
import os
|
import xbmc, time, os, subprocess
|
||||||
import sys
|
|
||||||
import xbmcaddon
|
|
||||||
|
|
||||||
__scriptname__ = "SABnzbd Suite"
|
subprocess.Popen("SABnzbd-Suite.service", shell=True, close_fds=True)
|
||||||
__author__ = "OpenELEC"
|
|
||||||
__url__ = "http://www.openelec.tv"
|
|
||||||
__settings__ = xbmcaddon.Addon(id='service.downloadmanager.SABnzbd-Suite')
|
|
||||||
__cwd__ = __settings__.getAddonInfo('path')
|
|
||||||
__path__ = xbmc.translatePath( os.path.join( __cwd__, 'bin', "SABnzbd-Suite.service") )
|
|
||||||
|
|
||||||
os.system(__path__)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user