Mailing List archive

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

Re: Rewind with VDR?



lars@skynet.e.ruhr.de wrote:
> 
> Hello,
> 
> is it possible to "rewind" a recording to the beginning without hitting
> the "-1 min"-button on the remote 90 times?

You could assign this function to, say, the "Red" key by adding the line

    case kRed:     dvbApi->Skip(-INT_MAX); break;

to the switch() in cReplayControl::ProcessKey() of menu.c.

I was trying to use as few keys as possible, since there may be
future functions that will need them (and rewinding is something
that is not needed that often - at least by myself - and can be done
with the "-60sec" button). But if you like to have that function, just
make the above addition.

Greetings
Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


Home | Main Index | Thread Index