diff options
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 |