summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-11-30 15:14:00 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-11-30 15:14:00 +0100
commitb0a1d7d5839e135c97cbf752dd5148134f103884 (patch)
treefc8b82f9849fa8f1b272d88fc07994aeb6a092c7
parentd3de4c555013475393ad80d80d75f686eac94122 (diff)
downloadvdr-plugin-eepg-b0a1d7d5839e135c97cbf752dd5148134f103884.tar.gz
vdr-plugin-eepg-b0a1d7d5839e135c97cbf752dd5148134f103884.tar.bz2
updated documentation
-rw-r--r--HISTORY24
-rw-r--r--README6
2 files changed, 24 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index f3ccd4d..fa0b59a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7,16 +7,16 @@ Release 0.0.6pre:
- Fixed charset
- Added viasat support
- Removed include si.c
-- Changed docodeText2 to use code from vdr which also handles charset override
-- Removed some gotos
+- Changed docodeText2 to use code from VDR which also handles charset override
+- Removed some GOTOs
- Removed some code duplication
-- Removed some todos
+- Removed some TODOs
- moved Premiere code in separate method
-- Added setup option to display message after finish of writing epg
+- Added setup option to display message after finish of writing EPG
- Added Dish Network and Bell ExpressVU support, thanks to the VDR patch, Mrgandalf and VDR User
- Applied patch to Load Huffman dictionaries only on first use, thanks to Torsten Lang
- Fixed update of equivalents for Freesat
-- Add category and genere to the description usable with epgsearch
+- Add category and genre to the description usable with epgsearch
- Added EpgHandler for manipulation of the EPG for VDR > 1.7.26
- Try to discard very long events that override more than one existing event
- Equivalents stored in map for all equivalents for better handling
@@ -28,7 +28,19 @@ Release 0.0.6pre:
- Move cEIT2 in a separate file and try to use it in epghandler also
- Drop unmanaged NOEPG support, there is a separate plugin for that
- Drop unmanaged Disable Double EPG entry. EEPG tries to handle this anyway
-- Aditional fixes logged at http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/
+- Added Short Text to events extracted from the extended description for MHW2 and Sky
+- Added option to setup not to set Category and Genre to empty short texts
+- Added po Translation support
+- added Macedonian translation
+- Added functionality to try to fix the charset for some known providers that incorrectly announce charset.
+ This has to be enabled from setup menu.
+- Updated handling of duplicate events, and implemented for equivalent channels.
+- Dropping already expired events without adding them to the schedule, this reduces cleanups
+- Changed the logic of summary handling for SKY so that no SummaryAvailable bit is required, since it can not be located from the stream
+- Reformatted MHW1 themes
+- Added some new/missing SKY themes
+
+- Additional fixes logged at http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/
Release 0.0.5:
-changed TableId's so that Now/Next overwrites Nagra which overwrites MHW
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: