diff --git a/docs/html/config_timeshift.html b/docs/html/config_timeshift.html
index 4c3420e3..a23fda29 100644
--- a/docs/html/config_timeshift.html
+++ b/docs/html/config_timeshift.html
@@ -10,28 +10,42 @@
Turn on and off timeshift.
On-Demand
- Turn this on to only begin timeshift recording when pause is pressed.
- Leave unchecked for always timeshifting. (Rewinding even if you haven't pressed
- pause.)
+ Turn this on to start timeshift buffer on pause. In this mode
+ you cannot rewind the buffer (it always begins on the currently playing
+ frame).
+
+ Without this option there will be a permanent, cicular, buffer upto
+ the limits defined below.
Storage Path:
- Where should the timeshift data be stored.
+ Where the timeshift data will be stored. If nothing is specified this
+ will default to CONF_DIR/timeshift/buffer
Max. Period (mins):
- Specify the number of minutes to put into the timeshift.
+ Specify the maximum time period that will be buffered for any given
+ (client) subscription.
Unlimited:
- If checked, this overrides Max Period (mins) and will continue to timeshift until your
- hard drive or other storage medium fills up.
+ If checked, this allows the timeshift buffer to grow unbounded until
+ your storage media runs out of space (WARNING: this could be dangerous!).
+
Changes to any of these settings must be confirmed by pressing the
'Save configuration' button before taking effect.
+
+ NOTE: These settings represent server side maximums, however the clients can
+ request smaller buffers or even not to create a buffer at all (for example
+ should they not support timeshifting).