summaryrefslogtreecommitdiff
path: root/epghandler.c
AgeCommit message (Collapse)Author
2012-11-23implement some more TODOsDimitar Petrovski
2012-11-23change MjdToEpochTime macro to function and use it on more locationsDimitar Petrovski
extract SKY qualitiy info from stream. Should be added to the event description do not send already expired events to VDR so that no cleanup is required after. changed the logic of summary handling for SKY so that no SummaryAvailable bit is required, since it can not be located from the stream implement some TODOs remove commented code
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-31Merge branch 'experimental' into epg_short_textDimitar Petrovski
2012-10-31prevend FixEpgBugs for NA channels to keep formatingDimitar Petrovski
2012-10-30add separators in setup menuDimitar Petrovski
change charset export logic change thread times
2012-10-29use std string for manipulation of Short Text from descriptionDimitar Petrovski
2012-10-28fixed tChannelIDCompare which fixes the event map.Dimitar Petrovski
try to change the activation of the thread. should be workged some more fix the Original Air Date for NA epg
2012-10-21removed commented codeDimitar Petrovski
change the way the duplicate event is deleted
2012-10-21Merge branch 'ceit2' into map-event-ceit2Dimitar Petrovski
Conflicts: util.c
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-19Merge branch 'map-event' into map-event-ceit2Dimitar Petrovski
remove initialize some values still have problems with crash Conflicts: equivhandler.c
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-10-16delete the event if it already exist. this should be rewrittenDimitar Petrovski
2012-06-03fix wrong conflict resolutionDimitar Petrovski
modify the long events dispose logic
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-06-02Merge branch 'experimental' into equivalentsDimitar Petrovski
Conflicts: eepg.c epghandler.c
2012-06-01added cAddEventThread from VDR EPGFixer Plug-in to update equivalent ↵Dimitar Petrovski
channels in separate thread
2012-05-23move equivalence to separate file/classDimitar Petrovski
2012-05-21disable EIT scan for NA so that the titles/descriptions are not erased, ↵Dimitar Petrovski
until the proper solution is made
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-18corected epghandlerDimitar Petrovski
2012-05-18use the original eepg Short Text and Description if missing in EITDime
2012-05-18change conditionsDimitar Petrovski
2012-05-18more debug loggingDimitar Petrovski
2012-05-18modified logging and added logging to epghandler.cDimitar Petrovski
2012-05-18eepghandler for new vdr eit apiDimitar Petrovski