ich möchte auf meiner dm800 gbox nutzen. aber dieser wird vonm plijade nicht im softcammenü angezeigt.
ich muss gxxx ständig von hand starten in telnet
cd /usr/bin
./ gxxx_cam.sh start
wie kann ich das automatisieren oder im menü einbinden?
Posted 11 November 2008 - 11:15
#!/bin/sh
CAMNAME="GBox Master Don"
USERNAME=""
START_TIME=4
STOPP_TIME=2
CAMID=0002
INFOFILE="ecm.info"
# end
remove_tmp () {
rm -rf /tmp/ecm.info /tmp/pid.info /tmp/*gbox*
}
case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/dccamd &
sleep 3
/usr/bin/gbox &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
kill `cat /tmp/gbox.pid 2>/dev/null` 2>/dev/null
killall -9 gbox
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac
exit 0
Posted 11 November 2008 - 20:39
#!/bin/sh
CAMNAME2="Gbox"
case "$1" in
start)
echo "[SCRIPT] $1: Starting $CAMNAME2"
remove_tmp
/usr/bin/dccamd &
sleep 3
/usr/bin/gbox &
;;
stop)
echo "[SCRIPT] $1: Stopping $CAMNAME2"
kill `cat /tmp/gbox.pid 2>/dev/null` 2>/dev/null
killall -9 gbox
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac
exit 0
IPTV
M3U playlist handling pluginStarted by DimitarCC, 22 Aug 2024 IPTV, M3U, Enigma2 |
|
|||
m3u/xml?Started by MatthijsNL, 18 Dec 2020 ENIGMA2 |
|
|||
Looking for a good explanation of calculate, calibrate and allocate in positioner setup menuStarted by jeandubois, 19 Nov 2019 enigma2 |
|
|||
Bestand beschermen tegen overschrijven bij software updateStarted by mimisiku, 23 Feb 2019 Enigma2 |
|
|||
plugin extensions epgimport rytec not visibleStarted by arkovda, 19 Aug 2018 enigma2, plugin extension and 2 more... |
|
0 members, 1 guests, 0 anonymous users