diff options
author | Dave <vdr@pickles.me.uk> | 2012-05-17 13:05:23 +0100 |
---|---|---|
committer | Dave <vdr@pickles.me.uk> | 2012-05-17 13:05:23 +0100 |
commit | b0f3e30818ccb382c6827abe798dda63562fc6fe (patch) | |
tree | 10f8981240d9087e73832245b0686a514d8ab7a5 /README | |
parent | d1be7aa3e914f34044bcca4caf7f8772740e1976 (diff) | |
download | vdrtva-0.2.1.tar.gz vdrtva-0.2.1.tar.bz2 |
Add series title to links file.v0.2.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -51,6 +51,7 @@ previous week. Hence it is possible for a PVR to record an entire series by using the series CRID, or to find an alternative broadcast for an individual item if there is a clash with another recording. + Operation: The use of the 'Accurate Recording' feature is described in README-vps. @@ -108,6 +109,20 @@ STRT UPDT Trigger an update of the series links. + +The plugin stores details of series links in the file links.data which is in the +VIDEODIR/plugins directory. Entries in this file have the format: + +<scrid>,<modtime>;<icrids>;<path>;<title> + +scrid The series CRID. +modtime The start time of the last event in this series. +icrids The CRIDS of the events in the series, separated by colons. +path The subdirectory to store recordings in this series, taken from the first + timer, or the string (NULL) if no subdirectory was given. +title The title of the first event in the series. + + Points to remember: - Not all channels on UK Freeview have CRIDs in the EPG. Some radio channels |