diff options
author | Dave <vdr@pickles.me.uk> | 2015-10-08 17:47:07 +0100 |
---|---|---|
committer | Dave <vdr@pickles.me.uk> | 2015-10-08 17:47:07 +0100 |
commit | 2977008f9dc1b00163bad9d190081b37560bfd4d (patch) | |
tree | 9f9e41fa31bc70e4e3dfad66b48ca470443a90ca | |
parent | dac850839c1077a844abe739e8ca78f737d64c75 (diff) | |
download | vdrtva-0.3.6.tar.gz vdrtva-0.3.6.tar.bz2 |
Create new version 0.3.6.v0.3.6
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README - vps | 5 | ||||
-rw-r--r-- | vdrtva-2.3.c | 2 | ||||
-rw-r--r-- | vdrtva.c | 2 |
5 files changed, 10 insertions, 7 deletions
@@ -101,3 +101,6 @@ VDR Plugin 'vdrtva' Revision History 2015-02-23: Version 0.3.5 - Update patch for VDR 2.2.0. +2015-10-08: Version 0.3.6 +- Update patch for VDR 2.3.1. +- Update plugin for VDR 2.3.1 via separate source file and Makefile changes. @@ -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>;<channel> +<scrid>;<modtime>;<icrids>;<path>;<title>;<channel> scrid The series CRID. modtime The start time of the latest event in this series. @@ -164,8 +164,7 @@ Points to remember: - The 'suggested' events list may have CRIDs which do not appear in the events list. -The plugin is compatible with VDR version >= 1.7.19. The patch version will -work with VDR 1.6. +The plugin is compatible with VDR version >= 1.7.19. Although I use this software day-to-day on my VDR installation, this is Beta-quality code - USE AT YOUR OWN RISK!! diff --git a/README - vps b/README - vps index eaf4d02..368eeed 100644 --- a/README - vps +++ b/README - vps @@ -12,7 +12,7 @@ longer work. To use VPS for accurate recording, some conditions must be met: - VDR must be compiled with the 'VPS Fallback' patch (included with this - plugin). Note that some Linux distributions (eg. Mandriva and Mageia) include + plugin). Note that some Linux distributions (eg. Mageia) include this patch in their binaries. - Parameters 'UseVps' and 'VpsFallback' in setup.conf must both be set to 1 - Timers must have the 'use VPS' flag set @@ -35,4 +35,5 @@ CAUTIONS - 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. - The recording will not be made correctly if the wanted programme is not - 'next' on the channel at (expected start time - VpsMargin). + 'next' on the channel at (expected start time - VpsMargin), so do not set + VpsMargin too high. diff --git a/vdrtva-2.3.c b/vdrtva-2.3.c index e3ed797..b64f1ea 100644 --- a/vdrtva-2.3.c +++ b/vdrtva-2.3.c @@ -24,7 +24,7 @@ cLinks Links; cTvaLog tvalog; char *configDir; -static const char *VERSION = "0.3.5"; +static const char *VERSION = "0.3.6"; static const char *DESCRIPTION = "Series Record plugin"; static const char *MAINMENUENTRY = "Series Links"; @@ -24,7 +24,7 @@ cLinks Links; cTvaLog tvalog; char *configDir; -static const char *VERSION = "0.3.5"; +static const char *VERSION = "0.3.6"; static const char *DESCRIPTION = "Series Record plugin"; static const char *MAINMENUENTRY = "Series Links"; |