From 4c2a7908ce569eb868863d07775b5f36dbea206e Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Fri, 23 Nov 2012 21:30:36 +0100 Subject: implement some more TODOs --- README | 3 --- 1 file changed, 3 deletions(-) (limited to 'README') diff --git a/README b/README index edde5b7..28060c8 100644 --- a/README +++ b/README @@ -129,7 +129,4 @@ information. KNOWN BUGS -Equivalents file is not used for Premiere. --On Sky Italy and Sky UK, a lot of "summaries not found" are reported. This is - because it is not (yet) known where the "summary available" flag is coded in the - OpenTV protocol used, so all titles are assumed to have a summary available. -- cgit v1.2.3 From b0a1d7d5839e135c97cbf752dd5148134f103884 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Fri, 30 Nov 2012 15:14:00 +0100 Subject: updated documentation --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 28060c8..b898806 100644 --- a/README +++ b/README @@ -102,6 +102,12 @@ In addition there are two switches in the plugin setup menu to control inclusion of order and parental rating information into the event description. The plugin setup menu is only for Premiere protocol! +Optionally EEPG can try to fix the charset of providers that send the EPG data with no +or incorrect Charset. In order for EEPG to try to fix the charset the option must be +selected from the menu. +This is a workaround fix which does double conversion and depends on +already know data for providers that send incorrect charset. +The real solution is for Providers to follow the standards and not to do this in the first place. THANKS This code is based on: -- cgit v1.2.3 From 60376c4c1f0a4b65cb07b89d5c095015ec3b1215 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Fri, 22 Feb 2013 09:52:10 +0100 Subject: Added ability to translate themes. Examples added Fixed handling of duplicate epg entries Added new SKY themes Added checking/updating of themes files on load --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index b898806..ea59f58 100644 --- a/README +++ b/README @@ -109,6 +109,11 @@ This is a workaround fix which does double conversion and depends on already know data for providers that send incorrect charset. The real solution is for Providers to follow the standards and not to do this in the first place. +The themes of the EPG events can be translated. For MHW a translation file is used, and for OTV the +theme file should be translated. +See example english translation files in: extra/en-themes/*.* +This files should be placed in eepg plugin config directory. + THANKS This code is based on: * Premiere plugin (C) 2005-2007 Stefan Huelswitt -- cgit v1.2.3 From d8d74bb9f4ed3ddc26f515efa538d6ea841a6895 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Wed, 16 Apr 2014 18:29:39 +0200 Subject: Update documentation. Fixes #692 --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index b04c44f..c043a25 100644 --- a/README +++ b/README @@ -32,6 +32,7 @@ Currently the following EEPG formats are supported: * Sky Italy * Sky UK * Freesat +* Freeview * Premiere * NagraGuide (CanaalDigitaalNL, only in test) * NA Dish and BEV @@ -125,6 +126,7 @@ This code is based on: Thanks to mrgandalf, and the others who helped map NA eit. Thanks to VDR User for testing and providing makequiv.sh script for S72.7W channels. Thanks to cheesemonster for providing a patch to fix multipe device problems +Thanks to Tony Houghton and Stuart Morris for testing Freeview HD We wish to thank all authors for the great work they have been doing, decoding this EEPG data; this plugin tries to combine the best of all worlds. -- cgit v1.2.3 From 7e30f7b7c80d41883ec9b0187dc9c47b6765a4d1 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Sat, 11 Aug 2018 14:27:23 +0200 Subject: fix wrong lock sequence thanks to Matthias Feistel --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index c043a25..4e9dd9d 100644 --- a/README +++ b/README @@ -127,6 +127,7 @@ Thanks to mrgandalf, and the others who helped map NA eit. Thanks to VDR User for testing and providing makequiv.sh script for S72.7W channels. Thanks to cheesemonster for providing a patch to fix multipe device problems Thanks to Tony Houghton and Stuart Morris for testing Freeview HD +Thanks to Matthias Feistel for the wrong lock sequence fix We wish to thank all authors for the great work they have been doing, decoding this EEPG data; this plugin tries to combine the best of all worlds. -- cgit v1.2.3