diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-12-30 20:33:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-12-30 20:33:31 (GMT) |
commit | 835bc35ade1cde55470a781b60e4f45032cdef9a (patch) | |
tree | eeddfe7247631c166f33c119ad7daf46d5d70f2a /abs/extra/openpht/plexhometheater.sh | |
parent | c9ae566e45dcf7ff871c9c6cb0a5b961ba13be92 (diff) | |
download | linhes_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-x | abs/extra/openpht/plexhometheater.sh | 11 |
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 |