diff --git a/docs/html/config_dvr.html b/docs/html/config_dvr.html
index 90abcd66..dfe25648 100644
--- a/docs/html/config_dvr.html
+++ b/docs/html/config_dvr.html
@@ -52,17 +52,18 @@
Support format strings:
Format | Description | Example value |
---|---|---|
%f | Full path to recoding | /home/user/Videos/News.mkv |
%b | Basename of recoding | News.mkv |
%f | Full path to recording | /home/user/Videos/News.mkv |
%b | Basename of recording | News.mkv |
%c | Channel name | BBC world |
%C | Who created this recoding | user |
%C | Who created this recording | user |
%t | Program title | News |
%c | Program description | News and stories... |
%S | Start timestmap of recoding, UNIX epoch | 1224421200 |
%E | Stop timestamp of recoding, UNIX epoch | 1224426600 |
%S | Start timestmap of recording, UNIX epoch | 1224421200 |
%E | Stop timestamp of recording, UNIX epoch | 1224426600 |