Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-08 | Changed parsing of eplist files | Jochen Dolze | |
2012-09-02 | Added handling of content descriptor | Jochen Dolze | |
Added tvm2xmltv .xsl and channellist .dist files | |||
2012-08-27 | Prevent uninitialised values for season, episode or overallepisode getting ↵ | Jochen Dolze | |
into the epg | |||
2012-08-25 | Added Title as option | Jochen Dolze | |
Added code if soundex isnt available Smaller code cleanups | |||
2012-07-14 | Fixed bug which prevents some events to get updates | Jochen Dolze | |
Added better handling of two titles | |||
2012-07-09 | Added support for two titles (e.g. 'Mein cooler Onkel Charlie' vs. 'Two and ↵ | Jochen Dolze | |
a half men') | |||
2012-06-25 | Removed 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-24 | Updatet linkpictures function | Jochen Dolze | |
Added svdrp TIMR function Improved season and episode matching | |||
2012-06-18 | Add values from episode-num field | Jochen Dolze | |
Small bugfixes on several places | |||
2012-06-18 | Prevent update of wrong database events if eiteventids rotate daily | Jochen Dolze | |
2012-06-14 | Fixed missing local variable initialisation | Jochen Dolze | |
2012-06-14 | Fixed epdir bug | Jochen Dolze | |
Replaced local variables with cGlobals in parse.cpp | |||
2012-06-14 | Fixed xmltv eventid bug | Jochen Dolze | |
2012-06-12 | Fixed adding description bug | Jochen Dolze | |
2012-06-03 | Added cEvent::AddDescription to allow adding multiple descriptions from xmltv | Jochen Dolze | |
2012-05-30 | Small fixes in sql error logging | Jochen Dolze | |
2012-05-28 | Added better debug output on sql errors while parsing xmltv | Jochen Dolze | |
2012-05-23 | Changed sql index handling (fixes bug #987) | Jochen Dolze | |
2012-05-19 | Changed search algo for existing events (max. difftime 780s) | Jochen Dolze | |
Improved log output | |||
2012-05-17 | Fix bug #986 reported from oldmanuk (unknown elements) | Jochen Dolze | |
2012-05-17 | Added 'pid' tag for eventid | Jochen Dolze | |
Changed epgdata2vdr to use pid tag instead of category for eventid | |||
2012-05-09 | Added image housekeeping | Jochen Dolze | |
Added manual housekeeping with HOUS command | |||
2012-05-05 | Added option 'add shorttext/title from list'v0.1.1 | Jochen Dolze | |
Added cGlobal class for global variables New version 0.1.1 | |||
2012-04-27 | Added -e parameter for path to episodes dir | Jochen Dolze | |
2012-04-24 | Fixed automatic wakeup | Jochen Dolze | |
Prevent unnecessary updates Optimized debug output | |||
2012-04-24 | Added support for mixing channels with different eventids (e.g. zdf,zdfhd) | Jochen Dolze | |
Replaced mixing field with picexists Changed some debugging output | |||
2012-04-22 | Added missing debug.h | Jochen Dolze | |
Changed some debugging output | |||
2012-04-21 | Added logging to file with -l | Jochen Dolze | |
2012-04-16 | Added subtitles element (but just ignore it till now) | Jochen Dolze | |
2012-04-13 | Fixed segfault in EPGTimer thread | Jochen Dolze | |
Fixed handling error in EpgHandler | |||
2012-04-13 | Improved sqlite handling | Jochen Dolze | |
2012-04-07 | Fixed execution check | Jochen Dolze | |
Cosmetics and more (debug) output | |||
2012-04-04 | Added cppcheck 1.53 suggestions | Jochen Dolze | |
2012-04-01 | Added EpgHandler supportv0.1.0 | Jochen Dolze | |
2012-03-04 | Added season/episode handling | Jochen Dolze | |
Changed epgdata size limit, reusing old downloaded files | |||
2011-11-30 | Added epgdata2xmltv.xls to dist package | Jochen Dolze | |
Compare only length of eplist shorttext | |||
2011-11-27 | epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2 | Jochen Dolze | |
added eplist support | |||
2011-10-24 | Fixed two segfaults pointed to by ludi | Jochen Dolze | |
2011-08-07 | Added log output | Jochen Dolze | |
Added check before adding events Minor code updates/cleanups | |||
2011-08-05 | Prevent mapping deletion of an disabled channel | Jochen Dolze | |
Added proper thread cleanup | |||
2011-08-01 | Fixed "parse error" bug | Jochen Dolze | |
2011-08-01 | Updated error reporting | Jochen Dolze | |
Updated parsing | |||
2011-07-29 | Added more error info when xmltv data overlaps | Jochen Dolze | |
Added Makefile_ to build plugin with grabber | |||
2011-07-09 | Configfiles 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-06 | Added category handling | Jochen Dolze | |
Added more error checking | |||
2011-07-06 | Fixed bugs found by pbuenger | Jochen Dolze | |
2011-06-30 | Added changes recommended by iNOB | Jochen Dolze | |
2011-06-29 | Changed a few things according to cppcheck | Jochen Dolze | |
2011-06-21 | Cleanup of cParse::Process | Jochen Dolze | |
2011-05-16 | Check, if schedule is empty and return a message in case of "merge" | Jochen Dolze | |
Changed text "append" into "create" Fixed segfault in cEPGSource::Store |