Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-06 | Updated tvm2xmltv.dist (contributed by maniac) | Jochen Dolze | |
2012-09-14 | Fixed 'soundex failed' error | 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-08-09 | Added check for soundex function | Jochen Dolze | |
2012-07-24 | Fixed two minor bugs | Jochen Dolze | |
2012-07-18 | Removed SetTitle() from EpgHandler | Jochen Dolze | |
2012-07-17 | Added GetSqliteCompileOptions() | Jochen Dolze | |
2012-07-14 | Fixed ' character bug dicovered by oldmanuk | Jochen Dolze | |
Added output of sqlite version | |||
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-07-02 | Added channel update from dunar (feature #1024) | Jochen Dolze | |
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-19 | Added a hint for better finding VDR events | Jochen Dolze | |
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 | Prevent crlf in title and shorttext (fixes bug #1017) | 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-08 | Fixed bug which was introduced by sorting epg entries | Jochen Dolze | |
2012-06-07 | Added sorting of epg entries | Jochen Dolze | |
Added episode, "tagestipp" and "toptipp" to epgdata2xmltv | |||
2012-06-03 | Added cEvent::AddDescription to allow adding multiple descriptions from xmltv | Jochen Dolze | |
2012-05-31 | Added check for invalid character in xmltv events | Jochen Dolze | |
2012-05-30 | Small fixes in sql error logging | Jochen Dolze | |
2012-05-29 | Added start/stop of epgsearch searchtimer | Jochen Dolze | |
2012-05-28 | Added better debug output on sql errors while parsing xmltv | Jochen Dolze | |
2012-05-23 | Added patch from Der_Pit to epgdata2xmltv | 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-16 | Changed import handling for 'create', existing eventids will be reassigned | Jochen Dolze | |
Added picture linking for 'create' | |||
2012-05-13 | Fixed copying settings from one map to another | Jochen Dolze | |
Added scrolling with yellow/green in source channel listing (suggested by Der_Pit) | |||
2012-05-13 | Added pic parameter after pin (needs updated sources) | Jochen Dolze | |
Added image links to new format (ChannelID_picname_nr.jpg) | |||
2012-05-12 | Changed title- and shorttext-handler | Jochen Dolze | |
Added epgsearch config examples | |||
2012-05-09 | Added image housekeeping | Jochen Dolze | |
Added manual housekeeping with HOUS command | |||
2012-05-07 | Improved epgdata2xmltv, added audio/video/starrating/icon-tags | Jochen Dolze | |
2012-05-07 | Adding newline to events without description | Jochen Dolze | |
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-28 | Moved script error output | Jochen Dolze | |
2012-04-28 | Fixed bug in check4proc | Jochen Dolze | |
2012-04-27 | Changed error output for sqlite3_prepare_v2 | Jochen Dolze | |
Moved codeset recognition to start function | |||
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-23 | Fixed segfault in cImport::~cImport() | Jochen Dolze | |