diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-11-30 13:53:29 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-11-30 13:53:29 +0100 |
commit | c0c90a946c0f5a6722f312e7156ba01c9e743d56 (patch) | |
tree | dc984296d4eda579f9632ee032bf1a62266bcc40 /HISTORY | |
parent | 16676f55d7aabc55a7b2894dbdf79a462749767f (diff) | |
parent | 250c584c8b52ca6fadc75acc1f8f9e6c2830c014 (diff) | |
download | vdr-plugin-eepg-c0c90a946c0f5a6722f312e7156ba01c9e743d56.tar.gz vdr-plugin-eepg-c0c90a946c0f5a6722f312e7156ba01c9e743d56.tar.bz2 |
Merge branch 'experimental'
Conflicts:
eepg.c
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -15,7 +15,20 @@ Release 0.0.6pre: - 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 +- 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 +- Move equivalence to separate file/class +- Move utilities to separate files +- Added cAddEventThread from VDR EPGFixer Plug-in to update equivalent channels in separate thread +- Try to discard very long events that override more than one existing event +- Use map instead of list in cAddEventThread to reduce sorting +- 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/ Release 0.0.5: -changed TableId's so that Now/Next overwrites Nagra which overwrites MHW |