Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: possible bug: VDR1.2.5 commandline interpreting



Sascha Volkenandt schrieb:

Bash quoting is hard, but somehow it all makes sense :-))
Thank you very much, but I found a working solution :-)


-------------  schnipp -------------

[...]

case `readconf LCD`
in
    0) opt4="";;
    1) opt4="-P lcdproc";;
    2) opt4="-P graphlcd \'-p 0x378 -x 240 -y 128\'";;
esac

vdr --config=/etc --epgfile=/tmp --lib=/lib/vdr --record=record.sh\
  -Pcalendar -Pmp3 -Pmplayer "$opt1" "$opt2" "$opt3" "$opt4" \
  -Pvdrc -Pvdrinside --video=/mnt/video0 --shutdown='poweroff'
sleep 1

[...]

-------------  schnapp -------------


best regards
Alfred



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index