diff options
author | horchi <vdr@jwendel.de> | 2020-02-12 14:12:02 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-02-12 14:12:02 +0100 |
commit | 8114560e64f8b1e51260483c691c26c7b5a9dfb2 (patch) | |
tree | 0f0897a1a72d4359403c77596fe2dc0690e08fc4 | |
parent | 1e909e497d67231832f511ed5c1b609650766c09 (diff) | |
download | vdr-epg-daemon-8114560e64f8b1e51260483c691c26c7b5a9dfb2.tar.gz vdr-epg-daemon-8114560e64f8b1e51260483c691c26c7b5a9dfb2.tar.bz2 |
2020-02-12: version 1.1.156 (horchi)\n - added: New fields for future fetures\n\n1.1.156
-rw-r--r-- | HISTORY.h | 7 | ||||
-rw-r--r-- | configs/epg.dat | 3 |
2 files changed, 8 insertions, 2 deletions
@@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.155" -#define VERSION_DATE "11.02.2020" +#define _VERSION "1.1.156" +#define VERSION_DATE "12.02.2020" #define DB_API 7 #ifdef GIT_REV @@ -17,6 +17,9 @@ /* * ------------------------------------ * + * +2020-02-12: version 1.1.156 (horchi) + - added: New fields for future fetures 2020-02-11: version 1.1.155 (horchi) - bugfix: Fixed crash due to wrong handling of python object (thx to Alexander Grothe) diff --git a/configs/epg.dat b/configs/epg.dat index ed743d0..50e3fe0 100644 --- a/configs/epg.dat +++ b/configs/epg.dat @@ -517,6 +517,9 @@ Table recordinglist INUSE "" inuse UInt 1 Data, JOB "" job Ascii 1 Data, + GROUP "category/genre group (for menu)" recgroup Ascii 100 Data, + NGENRE "normalized genre (for menu)" ngenre Ascii 50 Data, + // enriched by 'external' data of events ACTOR "" actor MText 5000 Data, |