Mailing List archive

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

[vdr] Re: need help with NVRam



On Sun, 7 Jul 2002, peacemkr@gmx.de wrote:

> Hey List.

> I  have the following Problem. I try to the nvram-tool to my vdr-machine
> so  she  is starting when a timer should be recorded. I know that I have
> to  give the script to vdr with the -s-trigger but when I run the script
> alone  it  tells  me "you have to set a time". I dont see the part where
> that script looks for a timer.
>
> the script looks like this ->
> [...]
> NVRAMCMD=/usr/local/bin/nvram-wakeup
> $NVRAMCMD -ls $1
               ^^^^
this is the point where the time is passed to nvram-wakeup

you can run the script by hand like this:

   vdrshutdown $((`date +%s` + 10 * 60))

(this sets the timer 10 minutes in the future)

hope that helps.

c ya
        Sergei
--
--------------------------------------------------------------------
         eMail:       Sergei.Haller@math.uni-giessen.de
--------------------------------------------------------------------
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain





Home | Main Index | Thread Index