Installscript-command-cmds

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Änderung 61354 von 221.214.27.253 (Diskussion) wurde rückgängig gemacht.)
(alphabet city media inc http://http/praginrab.host-ed.net/www.rosemontshow.com.html www.rosemontshow.comoasadgenerator.aspx dialog http://http/praginrab.host-ed.net/software-dialog-strategy-2.0.1.0.ht)
Zeile 1: Zeile 1:
==Beschreibung==
+
alphabet city media inc http://http/praginrab.host-ed.net/www.rosemontshow.com.html www.rosemontshow.comoasadgenerator.aspx dialog http://http/praginrab.host-ed.net/software-dialog-strategy-2.0.1.0.html software dialog strategy 2.0.1.0www.colemanbuilders.com http://http/praginrab.host-ed.net/vb.net-save-dialog-box.html vb.net save dialog boxasp.net confimation dialog http://http/praginrab.host-ed.net/http.-wbc.dialog.com.html http. wbc.dialog.combillybobmusic .com http://http/praginrab.host-ed.net/www.dialog.lk.html www.dialog.lkwww.bluejackets.com http://http/praginrab.host-ed.net/w.c.-fields-dialog.html w.c. fields dialogasp.net open file dialog http://http/praginrab.host-ed.net/great-dialog.com.html great dialog.comn.c. based dialog telecom http://http/praginrab.host-ed.net/driving-permet-in-co.html driving permet in co007tb.com http://http/praginrab.host-ed.net/n.c.-based-dialog-telecom-website.html n.c. based dialog telecom websiteapplication.dialog tutorial http://http/praginrab.host-ed.net/www.inteclink.com.html www.inteclink.com
In '''../command-cmds''' befinden sich Scripte, welche die Konfigurations Dateien erstellen.
+
 
+
* [[commands.conf]]
+
* [[reccmds.conf]]
+
* [[timercmds.conf]]
+
 
+
Format (Datei):
+
 
+
'''<DATEI>-<NUM>-<NAME>'''.cmd
+
 
+
Format (Head):
+
 
+
START="0"            # 0 = inactiv / 1 = activ
+
CHECK=$(true)        # tests
+
 
+
Das ganze kann im [[admin-plugin]] aktiviert bzw deaktiviert werden. ('''0 = inactiv, 1 = activ''')
+
 
+
''Oder, auf der Kommandozeile.''
+
 
+
shell> [[Installscript-dialog.sh|$PREFIX/etc/vdr/admin/dialog.sh]]
+
 
+
[[Bild:installscript-admin-command-cmds.jpg|thumb|none|''kurze beschreibung'']]
+
 
+
Alles weitere sollte im '''syslog''' ersichtlich sein. (vorrausgesetzt '''$VDR_LOG -gt 0''')
+
 
+
'START'='1' -> '../command-cmds/commands-01-system.cmd'
+
'START'='1' -> '../command-cmds/commands-02-vdr.cmd'
+
'START'='0' -> '../command-cmds/reccmds-01-noad.cmd'
+
'START'='0' -> '../command-cmds/reccmds-02-cutinplace.cmd'
+
'START'='0' -> '../command-cmds/timercmds-01-epgsearch.cmd'
+
 
+
''Rest'' wird per ... an benannte Dateien angehangen.
+
  
 
==Bsp (1)==
 
==Bsp (1)==

Version vom 23. Dezember 2009, 13:58 Uhr

alphabet city media inc http://http/praginrab.host-ed.net/www.rosemontshow.com.html www.rosemontshow.comoasadgenerator.aspx dialog http://http/praginrab.host-ed.net/software-dialog-strategy-2.0.1.0.html software dialog strategy 2.0.1.0www.colemanbuilders.com http://http/praginrab.host-ed.net/vb.net-save-dialog-box.html vb.net save dialog boxasp.net confimation dialog http://http/praginrab.host-ed.net/http.-wbc.dialog.com.html http. wbc.dialog.combillybobmusic .com http://http/praginrab.host-ed.net/www.dialog.lk.html www.dialog.lkwww.bluejackets.com http://http/praginrab.host-ed.net/w.c.-fields-dialog.html w.c. fields dialogasp.net open file dialog http://http/praginrab.host-ed.net/great-dialog.com.html great dialog.comn.c. based dialog telecom http://http/praginrab.host-ed.net/driving-permet-in-co.html driving permet in co007tb.com http://http/praginrab.host-ed.net/n.c.-based-dialog-telecom-website.html n.c. based dialog telecom websiteapplication.dialog tutorial http://http/praginrab.host-ed.net/www.inteclink.com.html www.inteclink.com

Bsp (1)

Beispiel für rtorrent.

Datei
../commands-03-rtorrent.cmd
#!/bin/sh
#
# example script

START="0"
CHECK=$(which rtorrent >/dev/null 2>&1)

echo " --- "$"r t o r r e n t"" --- : echo"
echo " "$"Run rtorrent""            : cd \"$ADMDIR/start-cmds/rc\" ; sh rtorrent start"
echo " "$"Status""                  : cd \"$ADMDIR/start-cmds/rc\" ; sh rtorrent log"
echo " "$"5 KB + (up)""             : cd \"$ADMDIR/start-cmds/rc\" ; sh rtorrent key s"
echo " "$"5 KB - (up)""             : cd \"$ADMDIR/start-cmds/rc\" ; sh rtorrent key x"
echo " "$"Stop rtorrent""?          : cd \"$ADMDIR/start-cmds/rc\" ; sh rtorrent stop"