From d4883d9d6b3eb8ed1b0e85aeb4d297028c91e830 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 18 Apr 2013 13:25:14 +0100 Subject: [PATCH] docs: some minor documentation updates --- docs/html/config_misc.html | 28 ++++++++++++++++++++++++++++ docs/html/dvrlog.html | 10 ++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/docs/html/config_misc.html b/docs/html/config_misc.html index c5709839..da07d690 100644 --- a/docs/html/config_misc.html +++ b/docs/html/config_misc.html @@ -44,7 +44,35 @@
How frequently it will re-try fetching an image that has failed to be fetched. + +
Ignore invalid SSL certificates +
Ignore invalid/unverifiable (expired, self-certified, etc.) certificates + +

+ Time Update - TVH now has a built-in capability to update the systme time. + However you should bare in mind that DVB time is not highly accurate and is + prone to both jitter and variation between different transponders. +
+ Where possible its probably still better to use an internet based NTP source + to synchronise the system clock. +

+ +
+
Update time +
Enable system time updates, this will only work if the user + running TVH has rights to update the system clock (normally only root). + +
Enable NTP driver +
This will create an NTP driver (using shmem interface) that you can feed + into ntpd. This can be run without root priviledges, but generally the + performance is not that great. + +
Update tolerance (milliseconds) +
Only update the system clock (doesn't affect NTP driver) if the delta + between the system clock and DVB time is greater than this. This can help + stop horrible oscillations on the system clock. +
diff --git a/docs/html/dvrlog.html b/docs/html/dvrlog.html index 1b2de7c3..d29b53aa 100644 --- a/docs/html/dvrlog.html +++ b/docs/html/dvrlog.html @@ -1,6 +1,12 @@
-The DVR log displays a paged grid containing all scheduled, current -and completed recordings. The list is sorted based on start time. +The DVR log is split into a series of paged grids: + +
    +
  • Upcoming Recordings - stuff scheduled to be recorded in the future +
  • Finished Recordings - stuff that has succesfully finished recording +
  • Failed Recordings - stuff that failed to record +
+

Use the bottom toolbar (not displayed in this manual) to navigate between pages in the grid.