summaryrefslogtreecommitdiff
path: root/epghandler.h
AgeCommit message (Collapse)Author
2013-02-22Added ability to translate themes. Examples addedDimitar Petrovski
Fixed handling of duplicate epg entries Added new SKY themes Added checking/updating of themes files on load
2012-11-21Move duplicate events handling to separate methodDimitar Petrovski
2012-11-21Moved charset fixing code to a separate classDimitar Petrovski
Added setup option to enable/dissable charset fixing
2012-11-20code cleanup and refactoringDimitar Petrovski
2012-11-20new way of fixing of charset without patching VDR, unfortunately this makes ↵Dimitar Petrovski
two more conversions handle some more duplicate events in the event handler extract category and genre when needed
2012-10-29use std string for manipulation of Short Text from descriptionDimitar Petrovski
2012-10-20removed some valgrind warinigsDimitar Petrovski
try: optimize the sort schedule in add event thread optimize updating of equivalent channels fix deletion of theme and category on eit update
2012-10-16Drop unmanaged Disable Double EPG entry. EEPG tries to handle this anywayDimitar Petrovski
Drop unmanaged NOEPG support, there is a separate plugin for that Move cEIT2 in a separate file and try to use it in epghandler also
2012-06-02Try to discard very long events that override more than one existing eventDimitar Petrovski
Move event clone code to a separate method
2012-05-23move equivalence to separate file/classDimitar Petrovski
2012-05-18added include for APIVERSNUMDimitar Petrovski
2012-05-18removed EIT filter for NA since it should be done by epg-handlerDimitar Petrovski
modified indentation
2012-05-18add defines to compile wit VDR < 1.7.26Dime
2012-05-18use the original eepg Short Text and Description if missing in EITDime
2012-05-18change conditionsDimitar Petrovski
2012-05-18eepghandler for new vdr eit apiDimitar Petrovski