summaryrefslogtreecommitdiffstats
path: root/abs/extra/openpht/plexhometheater.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-12-30 20:33:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-12-30 20:33:31 (GMT)
commit835bc35ade1cde55470a781b60e4f45032cdef9a (patch)
treeeeddfe7247631c166f33c119ad7daf46d5d70f2a /abs/extra/openpht/plexhometheater.sh
parentc9ae566e45dcf7ff871c9c6cb0a5b961ba13be92 (diff)
downloadlinhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.zip
linhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.tar.gz
linhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.tar.bz2
replace plex-home-theater with openpht
update to openpht 1.5.0 plex home theater will not be updated anymore so moving to the community driven fork openpht
Diffstat (limited to 'abs/extra/openpht/plexhometheater.sh')
-rwxr-xr-xabs/extra/openpht/plexhometheater.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/openpht/plexhometheater.sh b/abs/extra/openpht/plexhometheater.sh
new file mode 100755
index 0000000..579bed6
--- /dev/null
+++ b/abs/extra/openpht/plexhometheater.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+#Stop XScreensaver
+stop_xss.sh &
+
+#Launch plex
+export XBMC_BIN_HOME='/usr/lib/plexhometheater'
+export XBMC_HOME='/usr/share/plexhometheater'
+plexhometheater
+
+#Start Xscreensaver again
+killall stop_xss.sh