LinHES Forums http://forum.linhes.org/ |
|
Tuner status at logon http://forum.linhes.org/viewtopic.php?f=3&t=17568 |
Page 1 of 1 |
Author: | mythedoff [ Tue Jan 08, 2008 2:38 pm ] |
Post subject: | Tuner status at logon |
Welcome to KnoppMyth (Kernel 2.6.18-chw-13) Last login: Sun Jan 6 21:08:45 2008 from 192.168.1.25 Encoder status Encoder 1 is local on mythtv2 and is not recording. Encoder 2 is local on mythtv2 and is not recording. Encoder 3 is local on mythtv2 and is not recording. The next recording starts in 8 hours and 30 minutes ===== to /etc/profile add: /usr/local/bin/motdxtra.sh ===== create /usr/local/bin/motdxtra.sh and make it executable: $ ls -l /usr/local/bin/motdxtra.sh -rwxr-xr-x 1 root root 318 Dec 1 20:32 /usr/local/bin/motdxtra.sh ===== $ cat /usr/local/bin/motdxtra.sh #! /bin/bash echo "" lynx -dump http://localhost:6544 | sed -n '/^Encoder\ status$/,/^Schedule$/p' | sed '/^Schedule$/d' lynx -dump http://localhost:6544 | sed 20q | sed -n '/profile\.$/{g;1!p;};h' | tail -n 1 | sed 's/ This recording will start in / The next recording starts in /' | sed 's/ using.*$//' echo "" |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |