From 8114560e64f8b1e51260483c691c26c7b5a9dfb2 Mon Sep 17 00:00:00 2001 From: horchi Date: Wed, 12 Feb 2020 14:12:02 +0100 Subject: 2020-02-12: version 1.1.156 (horchi)\n - added: New fields for future fetures\n\n --- HISTORY.h | 7 +++++-- configs/epg.dat | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index 6d8b8f3..cefa8b7 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -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, -- cgit v1.2.3