diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-22 14:03:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-22 14:03:27 +0100 |
commit | 2e8f2b8557774eb24cdfb7790b8c8ec47f8e2e21 (patch) | |
tree | f646015f41c2793d0080f0832ee5565522ae9dbc | |
parent | c8402639f60ce0feec31c31748d1162d40754012 (diff) | |
download | vdr-2e8f2b8557774eb24cdfb7790b8c8ec47f8e2e21.tar.gz vdr-2e8f2b8557774eb24cdfb7790b8c8ec47f8e2e21.tar.bz2 |
Fixed references to old *.vdr file names in MANUAL
-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: |