diff options
| author | Dave <vdr@pickles.me.uk> | 2013-08-09 11:28:21 +0100 |
|---|---|---|
| committer | Dave <vdr@pickles.me.uk> | 2013-08-09 11:28:21 +0100 |
| commit | 90c434e9f5e9776d87363912422eaecadcf64f32 (patch) | |
| tree | 13dd7c3f6ec36fd878daae0a728a52b0bc2979a7 /README | |
| parent | 7a379c21f2753c3c39f8c3fbf9298033a1bb612a (diff) | |
| download | vdrtva-90c434e9f5e9776d87363912422eaecadcf64f32.tar.gz vdrtva-90c434e9f5e9776d87363912422eaecadcf64f32.tar.bz2 | |
Refactor links code.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -133,7 +133,7 @@ Files The plugin stores details of series links in the file links.data which is in the VIDEODIR/plugins/vdrtva directory. Entries in this file have the format: -<scrid>,<modtime>;<icrids>;<path>;<title> +<scrid>,<modtime>;<icrids>;<path>;<title>;<channel> scrid The series CRID. modtime The start time of the latest event in this series. @@ -141,6 +141,7 @@ 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. +channel The channel name of the first recorded event in the series. Points to remember: |
