diff --git a/docs/header.html b/docs/header.html index 87c8bcec..b2e4959e 100644 --- a/docs/header.html +++ b/docs/header.html @@ -32,12 +32,12 @@ body { padding-right: 60px; } -.hts-doc-text dt { +.hts-doc-text dt,th { padding-top: 10px; font-weight: bold; } -.hts-doc-text dl { +.hts-doc-text dl,td { padding-bottom: 10px; } @@ -53,4 +53,4 @@ body { -
\ No newline at end of file + diff --git a/docs/html/config_dvr.html b/docs/html/config_dvr.html index cd8e4c19..90abcd66 100644 --- a/docs/html/config_dvr.html +++ b/docs/html/config_dvr.html @@ -42,6 +42,27 @@Format | Description | Example value |
---|---|---|
%f | Full path to recoding | /home/user/Videos/News.mkv |
%b | Basename of recoding | News.mkv |
%c | Channel name | BBC world |
%C | Who created this recoding | 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 |