mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed some typos in MANUAL
This commit is contained in:
parent
5c2cb4df18
commit
7115b3b97b
@ -1394,6 +1394,7 @@ Ville Skytt
|
||||
for reporting several compiler warnings in gcc 4.0
|
||||
for including the optional user defined Make.config from the 'libsi' Makefile
|
||||
for making LIRC command parsing more robust
|
||||
for fixing some typos in MANUAL
|
||||
|
||||
Steffen Beyer <cpunk@reactor.de>
|
||||
for fixing setting the colored button help after deleting a recording in case the next
|
||||
|
3
HISTORY
3
HISTORY
@ -3747,7 +3747,7 @@ Video Disk Recorder Revision History
|
||||
- The new SVDRP command EDIT can be used to start the editing process of a recording
|
||||
(based on the CUTR patch by Harald Milz).
|
||||
|
||||
2005-09-04: Version 1.3.32
|
||||
2005-09-09: Version 1.3.32
|
||||
|
||||
- Added some missing braces in remux.c (thanks to Wayne Keer for reporting this one).
|
||||
- Removed unused MAINMENUENTRY from svdrpdemo.c (thanks to Udo Richter for reporting
|
||||
@ -3797,3 +3797,4 @@ Video Disk Recorder Revision History
|
||||
- If the preferred audio language is broadcast on a PID that has two different
|
||||
languages in the two stereo channels, the audio channel is now properly set when
|
||||
switching to such a channel (thanks to Mogens Elneff for his help in testing this).
|
||||
- Fixed some typos in MANUAL (thanks to Ville Skyttä).
|
||||
|
12
MANUAL
12
MANUAL
@ -77,7 +77,7 @@ Version 1.2
|
||||
"by name" and "by provider".
|
||||
(4) In the "Timers" menu, when on the "Day" item, the '0' key toggles between
|
||||
a single shot and a repeating timer. If "Day" indicates a repeating timer,
|
||||
the keys '1'...'7' can be used to toggle the individual days ('1' is monday).
|
||||
the keys '1'...'7' can be used to toggle the individual days ('1' is Monday).
|
||||
|
||||
* Navigating through the On Screen Menus
|
||||
|
||||
@ -342,7 +342,7 @@ Version 1.2
|
||||
mark, and a triangle at the bottom means that this is an "end" mark.
|
||||
The cutting process will save all video data between "start" and "end" marks
|
||||
into a new file (the original recording remains untouched). The new file will
|
||||
have the same name as the original recording, preceeded with a '%' character
|
||||
have the same name as the original recording, preceded with a '%' character
|
||||
(imagine the '%' somehow looking like a pair of scissors ;-). Red bars in the
|
||||
progress display indicate which video sequences will be saved by the cutting
|
||||
process.
|
||||
@ -376,7 +376,7 @@ Version 1.2
|
||||
The parameters in the "Edit Timer" menu have the following meanings:
|
||||
|
||||
Active: Defines whether the timer will be processed (set it to 'no' to
|
||||
temporarily desable a timer).
|
||||
temporarily disable a timer).
|
||||
Channel: The channel to be recorded (as defined in the "Channels" list).
|
||||
Any changes made in the "Channels" list (like renaming or
|
||||
reordering channels) will be automatically reflected in the
|
||||
@ -386,11 +386,11 @@ Version 1.2
|
||||
timer that hits once and is deleted after it ends.
|
||||
Another option here are "repeating timers" which are defined
|
||||
by listing the days of the week on which they shall record.
|
||||
For example, a timer that shall record every monday and wednesday
|
||||
For example, a timer that shall record every Monday and Wednesday
|
||||
would have a Day setting of "M-W----".
|
||||
The '0' key toggles between a single shot and a repeating timer.
|
||||
If "Day" indicates a repeating timer, the keys '1'...'7' can be
|
||||
used to toggle the individual days ('1' is monday).
|
||||
used to toggle the individual days ('1' is Monday).
|
||||
You can also switch to a set of predefined repeating timer settings
|
||||
by pressing the "Left" key when the day is the present day. To return
|
||||
to the single shot mode just press "Right" until a date is displayed.
|
||||
@ -545,7 +545,7 @@ Version 1.2
|
||||
Set system time = no Defines whether the system time will be set according to
|
||||
the time received from the DVB data stream.
|
||||
Note that this works only if VDR is running under a user
|
||||
id that has permisson to set the system time. You also
|
||||
id that has permission to set the system time. You also
|
||||
need to set the option "Use time from transponder" to a
|
||||
channel that you trust to transmit a reliable time base
|
||||
(not all channels seem to have access to a correct time
|
||||
|
Loading…
Reference in New Issue
Block a user