diff options
-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, |