summaryrefslogtreecommitdiff
path: root/obsolete-patch/README - vps
diff options
context:
space:
mode:
authorDave <vdr@pickles.me.uk>2012-01-16 12:55:53 +0000
committerDave <vdr@pickles.me.uk>2012-01-16 12:55:53 +0000
commitbf302580e9e60b263b0dcdc82b4a324484991465 (patch)
tree97c8a3f74d649222ac36d361d6d68f2a3ff1d5b7 /obsolete-patch/README - vps
parentb558c7698348c084e6399afb7888f71c201d061f (diff)
downloadvdrtva-0.0.7.tar.gz
vdrtva-0.0.7.tar.bz2
Reorganised to stress 'patch' version is obsolete.v0.0.7
Added collection of 'Suggested CRIDS. Added notification of split events.
Diffstat (limited to 'obsolete-patch/README - vps')
-rw-r--r--obsolete-patch/README - vps18
1 files changed, 18 insertions, 0 deletions
diff --git a/obsolete-patch/README - vps b/obsolete-patch/README - vps
new file mode 100644
index 0000000..5f4f38a
--- /dev/null
+++ b/obsolete-patch/README - vps
@@ -0,0 +1,18 @@
+One of the important features of a video recorder is the ability to deal with programme schedule changes and to ensure that the wanted programme is always recorded. TVAnytime has its own set of data descriptors to handle late-running or cancelled programmes but these are not used by Freeview Plus. Instead the Running Status from the now/next section of the EIT is used to start and stop the recording.
+
+VDR can control timers from the running status by using 'VPS' functions in conjunction with this patch. Note however that the normal VPS operation will no longer work.
+
+To use VPS for accurate recording, some conditions must be met:
+
+- Parameters 'UseVps' and 'VpsFallback' in VDR's setup.conf must both be set to 1
+- Timers must have the 'use VPS' flag set in timers.conf
+- The start time of a timer must be set to exactly the scheduled start time of the programme (ie no padding).
+
+With these conditions met, the sequence of events is:
+
+- Shortly before the scheduled time of the recording (set by 'VpsMargin' in VDR's setup.conf) VDR switches to the multiplex containing the channel to be recorded
+- VDR monitors the running status of the programme to be recorded
+- When the running status changes to 'running', VDR starts recording
+- When the running status changes to 'not running', VDR stops recording and deletes the timer.
+
+CAUTION - VPS recordings seem to have a lower priority than live viewing. VDR will not interrupt live viewing to start looking for the start of a recording. \ No newline at end of file