summaryrefslogtreecommitdiff
path: root/parse.h
AgeCommit message (Collapse)Author
2012-06-14Fixed epdir bugJochen Dolze
Replaced local variables with cGlobals in parse.cpp
2012-05-17Added 'pid' tag for eventidJochen Dolze
Changed epgdata2vdr to use pid tag instead of category for eventid
2012-05-05Added option 'add shorttext/title from list'v0.1.1Jochen Dolze
Added cGlobal class for global variables New version 0.1.1
2012-04-27Added -e parameter for path to episodes dirJochen Dolze
2012-04-13Fixed segfault in EPGTimer threadJochen Dolze
Fixed handling error in EpgHandler
2012-04-01Added EpgHandler supportv0.1.0Jochen Dolze
2012-03-04Added season/episode handlingJochen Dolze
Changed epgdata size limit, reusing old downloaded files
2011-11-27epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2Jochen Dolze
added eplist support
2011-08-07Added log outputJochen Dolze
Added check before adding events Minor code updates/cleanups
2011-08-05Prevent mapping deletion of an disabled channelJochen Dolze
Added proper thread cleanup
2011-08-01Fixed "parse error" bugJochen Dolze
2011-08-01Updated error reportingJochen Dolze
Updated parsing
2011-07-06Added category handlingJochen Dolze
Added more error checking
2011-06-30Added changes recommended by iNOBJochen Dolze
2011-06-29Changed a few things according to cppcheckJochen Dolze
2011-05-16Check, if schedule is empty and return a message in case of "merge"Jochen Dolze
Changed text "append" into "create" Fixed segfault in cEPGSource::Store
2011-05-10Fixed bug in FetchEventJochen Dolze
Added error log throttle
2011-05-02Added new algorithm for finding eventsJochen Dolze
Added more debug output
2011-03-21Fixed actor/other list bug (added more than once)Jochen Dolze
Added more debug info
2011-02-27First releasev0.0.1Jochen Dolze
Some minor bugfixes Some minor enhancements
2011-01-03Fixed bugs in xmltv format processingJochen Dolze
Added more options (still not working)
2010-12-29First commitJochen Dolze