From e40da00821210b1ab7174ab539ece3d53cdbe0b1 Mon Sep 17 00:00:00 2001 From: AutoMirror Bot Date: Fri, 27 Sep 2024 12:36:30 +0000 Subject: [PATCH] Auto-Update wiki pages --- VDR-File-Formats-and-Conventions.md | 5 ++++- Version-History.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VDR-File-Formats-and-Conventions.md b/VDR-File-Formats-and-Conventions.md index d0fa87a..7ccd49d 100644 --- a/VDR-File-Formats-and-Conventions.md +++ b/VDR-File-Formats-and-Conventions.md @@ -943,7 +943,10 @@ Calendar: date;echo;cal

The 'O' tag contains the number of errors that occurred during recording. If it is zero, the recording can be safely considered error free. The higher the value, the more damaged the recording is. If this is an - edited recording, the number of errors is that of the edited recording.

+ edited recording, the number of errors is that of the edited recording, if + the index of the original recording contains error indicators (i.e. the + original recording's index was created with VDR version 2.7.2 or later). + Otherwise it's the number of errors in the original recording.

RESUME

diff --git a/Version-History.md b/Version-History.md index 6e95468..ca764e4 100644 --- a/Version-History.md +++ b/Version-History.md @@ -299,3 +299,4 @@ | 2.6.8 | 2024-07-08 | 2.6.8 | | 2.6.9 | 2024-07-15 | 2.6.9 | | 2.7.1 | 2024-09-09 | 2.6.9 | +| 2.7.2 | 2024-09-27 | 5 |