Playtimer.sh
Aus VDR Wiki
(Unterschied zwischen Versionen)
K |
K |
||
Zeile 1: | Zeile 1: | ||
+ | Script für den [[timercmds-patch]]. | ||
+ | |||
{{Box Datei| $PATH/playtimer.sh | | {{Box Datei| $PATH/playtimer.sh | | ||
<pre> | <pre> |
Version vom 24. Juli 2005, 12:07 Uhr
Script für den timercmds-patch.
#!/bin/sh # # playtimer.sh # # source: http://vdrportal.de/board/thread.php?threadid=33778 PATH=$PREFIX/bin:$PREFIX/sbin:$PATH at now <<EOT svdrpsend.pl LSTR >/dev/null if [ "$8" -gt 0 ] ; then svdrpsend.pl PLAY $8 >/dev/null else svdrpsend.pl MESG "Keine Aufzeichnung gefunden..." >/dev/null fi EOT