Alcd-plugin
Wirbel  (Diskussion | Beiträge) K (Änderungen von Benutzer:208.105.86.209 rückgängig gemacht und letzte Version von Benutzer:Hulk wiederhergestellt)  | 
			 (→Beschreibung)  | 
			||
| Zeile 1: | Zeile 1: | ||
| − | + | jessy jane.com http://upnqoai.tripod.com/proceso.com.html proceso.com  | |
| − | + | proceso.com http://upnqoai.tripod.com/innocenthigh.copm.html innocenthigh.copm  | |
| − | + | proceso.com http://upnqoai.tripod.com/costo-capitalizado-monografias.com.html costo capitalizado monografias.com  | |
| − | + | costo capitalizado monografias.com http://upnqoai.tripod.com/trabajos-ing.-agronomo-mexico.html trabajos ing. agronomo mexico  | |
| − | + |  here  http://upnqoai.tripod.com/jessy-jane.com.html jessy jane.com  | |
| − | + | jessy jane.com http://upnqoai.tripod.com/frederick-w.-miller-wilbraham.html frederick w. miller wilbraham  | |
| − | + | jessy jane.com http://upnqoai.tripod.com/conclusion-del-mitosis-monografias.com.html conclusion del mitosis monografias.com  | |
| − | + | www.monografias http://upnqoai.tripod.com/monografias.pdf.html monografias.pdf  | |
| + | monografias.pdf http://upnqoai.tripod.com/interes-ishim.net.ru.html interes ishim.net.ru  | ||
| + | frederick w. miller wilbraham http://upnqoai.tripod.com/www.monografias.html www.monografias  | ||
==Bilder==  | ==Bilder==  | ||
Version vom 4. Februar 2009, 17:00 Uhr
jessy jane.com http://upnqoai.tripod.com/proceso.com.html proceso.com proceso.com http://upnqoai.tripod.com/innocenthigh.copm.html innocenthigh.copm proceso.com http://upnqoai.tripod.com/costo-capitalizado-monografias.com.html costo capitalizado monografias.com costo capitalizado monografias.com http://upnqoai.tripod.com/trabajos-ing.-agronomo-mexico.html trabajos ing. agronomo mexico
here http://upnqoai.tripod.com/jessy-jane.com.html jessy jane.com
jessy jane.com http://upnqoai.tripod.com/frederick-w.-miller-wilbraham.html frederick w. miller wilbraham jessy jane.com http://upnqoai.tripod.com/conclusion-del-mitosis-monografias.com.html conclusion del mitosis monografias.com www.monografias http://upnqoai.tripod.com/monografias.pdf.html monografias.pdf monografias.pdf http://upnqoai.tripod.com/interes-ishim.net.ru.html interes ishim.net.ru frederick w. miller wilbraham http://upnqoai.tripod.com/www.monografias.html www.monografias
Inhaltsverzeichnis | 
Bilder
Hardwareanforderungen
- Activy 300 Media Center von Fujitsu Siemens
 
Konfiguration
cd /usr/local/bin ln -s $SOURCEDIR/VDR/PLUGINS/src/alcd/scripts/*sh .
Dann
-P'acld -r /usr/local/bin/activy.sh'
Parameter
| Parameter (kurz) | Parameter (lang) | Beschreibung | 
|---|---|---|
| -r | --resetscript=<Datei> | Führe Skript nach einem PIC-Reset aus (Standard: keins) | 
Tipps
Ein Beispiel für activity_lcdoff.sh wo ihr /video0/~wakeup herbekommt muss man noch schauen
#!/bin/sh
#
# Activy set Display text
# /bin/stty 38400 < /dev/ttyS0
WAKEUP_FILE='/video0/~wakeup'  # LinVDR 0.7
if [ -r /etc/conf.d/vdr ]; then
  source /etc/conf.d/vdr
elif [ -r /etc/sysconfig ]; then
  source /etc/sysconfig
fi
if [ -z "${PLUGINS/*alcd*}" ]; then
  if [ -s "${WAKEUP_FILE}" ] ; then
    read Wakeup < ${WAKEUP_FILE}
    
    IFS=";"
    set -- ${Wakeup}
    NextTimer=${1}
    Channel=${2}
    RecordingName=${3:0:20}
    WakeupTime="$(date -d "1970-01-01 UTC ${NextTimer} seconds" '+%d.%m.%Y - %R')"
    echo "${WakeupTime}"
    echo "${Channel}-${RecordingName}"
    svdrpsend.pl PLUG alcd LOCK
    svdrpsend.pl PLUG alcd PWRLED BLINK
    svdrpsend.pl PLUG alcd SHOW "${WakeupTime}|${RecordingName}"
    svdrpsend.pl PLUG alcd STAY "ON"
    sleep 3
  fi
fi
Versions-Historie
| Version | Datum | Beschreibung | Link | 
|---|---|---|---|
| 1.2.2 | 24.04.2007 | 
  | 
[1] | 
| 1.2.1 | 03.11.2006 | 
  | 
[2] | 
| 1.2.0 | 01.11.2006 | 
  | 
|
| 1.1.0 | 01.09.2006 | 
  | 
|
| 1.0.0 | 30.04.2006 | 
  | 
[3] | 
| 0.4.0 | 12.01.2006 | 
  | 
|
| 0.3.4 | 24.11.2005 | 
  | 
|
| 0.3.3 | 16.07.2005 | 
  | 
|
| 0.3.2 | 28.05.2005 | 
  | 
|
| 0.3.1 | 05.05.2005 | 
  | 
[4] | 
| 0.3.0 | 22.02.2005 | 
  | 
|
| 0.2.1 | 03.02.2005 | 
  | 
|
| 0.2.0 | 25.01.2005 | 
  | 
|
| 0.1.4 | 13.01.2005 | 
  | 
|
| 0.1.3 | 11.01.2005 | 
  | 
|
| 0.1.2 | 10.01.2005 | 
  | 
|
| 0.1.1 | 03.01.2005 | 
  | 
|
| 0.0.21 | 10.11.2004 | 
  | 
|
| 0.0.20 | 09.11.2003 | 
  | 
|
| 0.0.19 | 03.07.2003 | 
  | 
|
| 0.0.18-MAGE | 01.07.2003 | 
  | 
|
| 0.0.18-MAGE | 29.06.2003 | 
  | 
|
| 0.0.17-MAGE | 24.06.2003 | 
  | 
|
| 0.0.16-MAGE | 23.06.2003 | 
  | 
|
| 0.0.15-MAGE | 19.06.2003 | 
  | 
|
| 0.0.14-MAGE | 21.05.2003 | 
  | 
|
| 0.0.13-MAGE | 20.05.2003 | 
  | 
|
| 0.0.12-MAGE | 20.05.2003 | 
  | 
|
| 0.0.11-MAGE | 18.05.2003 | 
  | 
|
| 0.0.7-MAGE | 13.05.2003 | 
  |