summaryrefslogtreecommitdiff
path: root/parse.cpp
AgeCommit message (Collapse)Author
2013-09-08Changed parsing of eplist filesJochen Dolze
2012-09-02Added handling of content descriptorJochen Dolze
Added tvm2xmltv .xsl and channellist .dist files
2012-08-27Prevent uninitialised values for season, episode or overallepisode getting ↵Jochen Dolze
into the epg
2012-08-25Added Title as optionJochen Dolze
Added code if soundex isnt available Smaller code cleanups
2012-07-14Fixed bug which prevents some events to get updatesJochen Dolze
Added better handling of two titles
2012-07-09Added support for two titles (e.g. 'Mein cooler Onkel Charlie' vs. 'Two and ↵Jochen Dolze
a half men')
2012-06-25Removed cSchedulesLock from cParse::Process (not needed)Jochen Dolze
Prevent Timers.DeleteExpired() while in cImport::Process Added support for epgsearch-enablesearchtimers-v1.0 service
2012-06-24Updatet linkpictures functionJochen Dolze
Added svdrp TIMR function Improved season and episode matching
2012-06-18Add values from episode-num fieldJochen Dolze
Small bugfixes on several places
2012-06-18Prevent update of wrong database events if eiteventids rotate dailyJochen Dolze
2012-06-14Fixed missing local variable initialisationJochen Dolze
2012-06-14Fixed epdir bugJochen Dolze
Replaced local variables with cGlobals in parse.cpp
2012-06-14Fixed xmltv eventid bugJochen Dolze
2012-06-12Fixed adding description bugJochen Dolze
2012-06-03Added cEvent::AddDescription to allow adding multiple descriptions from xmltvJochen Dolze
2012-05-30Small fixes in sql error loggingJochen Dolze
2012-05-28Added better debug output on sql errors while parsing xmltvJochen Dolze
2012-05-23Changed sql index handling (fixes bug #987)Jochen Dolze
2012-05-19Changed search algo for existing events (max. difftime 780s)Jochen Dolze
Improved log output
2012-05-17Fix bug #986 reported from oldmanuk (unknown elements)Jochen Dolze
2012-05-17Added 'pid' tag for eventidJochen Dolze
Changed epgdata2vdr to use pid tag instead of category for eventid
2012-05-09Added image housekeepingJochen Dolze
Added manual housekeeping with HOUS command
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-24Fixed automatic wakeupJochen Dolze
Prevent unnecessary updates Optimized debug output
2012-04-24Added support for mixing channels with different eventids (e.g. zdf,zdfhd)Jochen Dolze
Replaced mixing field with picexists Changed some debugging output
2012-04-22Added missing debug.hJochen Dolze
Changed some debugging output
2012-04-21Added logging to file with -lJochen Dolze
2012-04-16Added subtitles element (but just ignore it till now)Jochen Dolze
2012-04-13Fixed segfault in EPGTimer threadJochen Dolze
Fixed handling error in EpgHandler
2012-04-13Improved sqlite handlingJochen Dolze
2012-04-07Fixed execution checkJochen Dolze
Cosmetics and more (debug) output
2012-04-04Added cppcheck 1.53 suggestionsJochen Dolze
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-30Added epgdata2xmltv.xls to dist packageJochen Dolze
Compare only length of eplist shorttext
2011-11-27epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2Jochen Dolze
added eplist support
2011-10-24Fixed two segfaults pointed to by ludiJochen Dolze
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-29Added more error info when xmltv data overlapsJochen Dolze
Added Makefile_ to build plugin with grabber
2011-07-09Configfiles are now stored in /var/lib/epgsources (grabber) and ConfigDir ↵Jochen Dolze
(plugin) Added ability to copy and reset channel settings Added input field for pin Grabbers get now called with arguments (channellist)
2011-07-06Added category handlingJochen Dolze
Added more error checking
2011-07-06Fixed bugs found by pbuengerJochen Dolze
2011-06-30Added changes recommended by iNOBJochen Dolze
2011-06-29Changed a few things according to cppcheckJochen Dolze
2011-06-21Cleanup of cParse::ProcessJochen 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