mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed references to old *.vdr file names in MANUAL
This commit is contained in:
parent
c8402639f6
commit
2e8f2b8557
@ -1575,6 +1575,7 @@ Arthur Konovalov <kasjas@hot.ee>
|
|||||||
for fixing a missing ',' in the Greek OSD texts
|
for fixing a missing ',' in the Greek OSD texts
|
||||||
for fixing a missing ',' in the Swedish OSD texts
|
for fixing a missing ',' in the Swedish OSD texts
|
||||||
for reporting problems with CAMs when checking the CAM status too frequently
|
for reporting problems with CAMs when checking the CAM status too frequently
|
||||||
|
for reporting references to old *.vdr file names in MANUAL
|
||||||
|
|
||||||
Milos Kapoun <m.kapoun@cra.cz>
|
Milos Kapoun <m.kapoun@cra.cz>
|
||||||
for suggesting to skip code table info in SI data
|
for suggesting to skip code table info in SI data
|
||||||
|
1
HISTORY
1
HISTORY
@ -6191,3 +6191,4 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg).
|
- Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg).
|
||||||
- Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
|
- Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
|
||||||
(thanks to Andreas Schaefers).
|
(thanks to Andreas Schaefers).
|
||||||
|
- Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov).
|
||||||
|
6
MANUAL
6
MANUAL
@ -804,7 +804,7 @@ Version 1.6
|
|||||||
During the actual editing process VDR writes the result
|
During the actual editing process VDR writes the result
|
||||||
into files that may grow up to MaxVideoFileSize. If you
|
into files that may grow up to MaxVideoFileSize. If you
|
||||||
prefer to have each marked sequence stored in a separate
|
prefer to have each marked sequence stored in a separate
|
||||||
file (named 001.vdr, 002.vdr, ...) you can set this
|
file (named 00001.ts, 00002.ts, ...) you can set this
|
||||||
option to 'yes'.
|
option to 'yes'.
|
||||||
|
|
||||||
Replay:
|
Replay:
|
||||||
@ -819,8 +819,8 @@ Version 1.6
|
|||||||
Resume ID = 0 Defines an additional ID that can be used in a multi user
|
Resume ID = 0 Defines an additional ID that can be used in a multi user
|
||||||
environment, so that every user has his/her own resume
|
environment, so that every user has his/her own resume
|
||||||
files for each recording. The valid range is 0...99, with
|
files for each recording. The valid range is 0...99, with
|
||||||
0 resulting in a file named 'resume.vdr', and any other
|
0 resulting in a file named 'resume', and any other
|
||||||
value resulting in 'resume.n.vdr'.
|
value resulting in 'resume.n'.
|
||||||
|
|
||||||
Miscellaneous:
|
Miscellaneous:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user