diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-10-08 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-10-08 18:00:00 +0200 |
commit | a379eb714f7f5ef9a12efbe7588bb3509faba056 (patch) | |
tree | ea9a0720f305e8ee76ea7c60c996fd3a8bad0ce5 /MANUAL | |
parent | ef8fe3f04c30caedeb17b11ac275581539f039c7 (diff) | |
download | vdr-patch-lnbsharing-a379eb714f7f5ef9a12efbe7588bb3509faba056.tar.gz vdr-patch-lnbsharing-a379eb714f7f5ef9a12efbe7588bb3509faba056.tar.bz2 |
Version 0.66vdr-0.66
- Remote control data is now received in a separate thread, which makes things
a lot smoother.
- Repeat and release of remote control keys is now explicitly distinguished.
- In replay mode the search forward/back and skip functions now have two modes:
Pressing the key shortly and releasing it starts the function, and pressing it
again stops it. Pressing and holding down the key starts the function and
releasing the key stops it.
- The '@' character that marks an "instant recording" can now be turned off
in the "Setup" menu (thanks to Matthias Schniedermeyer).
- Pressing the "Back" button while replaying now stops replaying and brings up
the "Recordings" menu (suggested by Carsten Koch). This can be used to easily
delete a recording after watching it, or to switch to a different recording.
- The "Recordings" menu now places the cursor on the last replayed recording, if
that file still exists.
- The "Blue" button in the "Main" menu can now be used to "Resume" a previously
stopped replay session (suggested by Martin Hammerschmid).
- The low and high LNB frequencies can now be changed in the "Setup" menu.
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 29 |
1 files changed, 24 insertions, 5 deletions
@@ -16,11 +16,11 @@ Video Disk Recorder User's Manual Right Next group - - Enable Increment - Search forward Ok Ch display Select Switch Edit Accept Play Progress disp. Menu Menu on Menu off Menu off Menu off Menu off Menu off Menu on - Back - Menu off Main menu Main menu Discard Main menu - + Back - Menu off Main menu Main menu Discard Main menu Recordings menu Red - Record Edit Edit - Play - Green - - New New - - Skip -60s Yellow - - Delete Delete - Delete Skip +60s - Blue - - Mark Mark - - Stop + Blue - Resume Mark Mark - - Stop 0..9 Ch select - - - Numeric inp. - - * Navigating through the On Screen Menus @@ -90,7 +90,7 @@ Video Disk Recorder User's Manual * Instant Recording You can start recording the current channel by pressing the "Red" button - in the Main menu. This will create a timer event named "@channelname" that + in the "Main" menu. This will create a timer event named "@channelname" that starts at the current time and records for two hours. If you want to modify the recording time you need to edit the timer. Stop instant recording by pressing the "Menu" button and selecting @@ -101,8 +101,10 @@ Video Disk Recorder User's Manual All recordings are listed in the "Recordings" menu. Browse through the list with the "Up" and "Down" button and press "Ok" (or the "Red" button) to start playback. New recordings are marked with an '*'. - Playback can be stopped via the Main menu by selecting "Stop replaying", + Playback can be stopped via the "Main" menu by selecting "Stop replaying", or by pressing the "Blue" button outside the menu. + A previously stopped playback session can be resumed by pressing the "Blue" + button in the "Main" menu. * Replay Control @@ -118,12 +120,19 @@ Video Disk Recorder User's Manual Right Runs playback forward or backward at a higher speed; press again to resume normal speed. If in Pause mode, runs forward or backward at a slower speed; press again to return to pause mode. + Pressing and holding down the button performs the function until + the button is released again. - Green Yellow Skips about 60 seconds back or forward. + Pressing and holding down the button performs the function until + the button is released again. - Ok Brings up the replay progress display, which shows the date, time and title of the recording, a progress bar and the current and total time of the recording. Press "Ok" again to turn off the progress display. + - Back Stops replaying and brings up the "Recordings" menu. This can be + used to easily delete a recording after watching it, or to switch + to a different recording. * Programming the Timer @@ -171,7 +180,7 @@ Video Disk Recorder User's Manual * Parameters in the "Setup" menu - Select "Setup" from the main menu to enter the setup menu. From there you can + Select "Setup" from the "Main" menu to enter the setup menu. From there you can modify the following system parameters (note that "boolean" values will be displayed as "no" and "yes" in the "Setup" menu, while in the setup file they are stored as '0' and '1', respectively): @@ -197,3 +206,13 @@ Video Disk Recorder User's Manual 1 = dto., but the cursor remains at the bottom (top) of the page (this mode allows for faster scrolling through long lists). + + MarkInstantRecord = 1 Defines whether an "instant recording" (started by + pressing the "Red" button in the "Main" menu) will be + marked with a '@' character to make it distinguishable + from timer recordings in the "Recordings" menu. + 0 = instant recordings will not be marked + 1 = instant recordings will be marked. + + LnbFrequLo = 9750 The low and high LNB frequencies (in MHz) + LnbFrequHi = 10600 |