diff options
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | MANUAL | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d6749426..db8765a7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1575,6 +1575,7 @@ Arthur Konovalov <kasjas@hot.ee> for fixing a missing ',' in the Greek 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 references to old *.vdr file names in MANUAL Milos Kapoun <m.kapoun@cra.cz> for suggesting to skip code table info in SI data @@ -6191,3 +6191,4 @@ Video Disk Recorder Revision History - Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg). - Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio() (thanks to Andreas Schaefers). +- Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov). @@ -804,7 +804,7 @@ Version 1.6 During the actual editing process VDR writes the result into files that may grow up to MaxVideoFileSize. If you 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'. Replay: @@ -819,8 +819,8 @@ Version 1.6 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 files for each recording. The valid range is 0...99, with - 0 resulting in a file named 'resume.vdr', and any other - value resulting in 'resume.n.vdr'. + 0 resulting in a file named 'resume', and any other + value resulting in 'resume.n'. Miscellaneous: |