summaryrefslogtreecommitdiff
path: root/import.cpp
AgeCommit message (Expand)Author
2017-03-20Changed code for c++11 compatibilityHEADmasterJochen Dolze
2017-03-13Added compatibility for VDR >= 2.3.1Jochen Dolze
2014-08-10Fixed bug in FetchSeasonEpisodeJochen Dolze
2014-03-23Improved SxxExx handlingJochen Dolze
2014-03-23Ignore n.n. entries from eplistsJochen Dolze
2014-03-21Added new channel dist filesJochen Dolze
2013-12-03Added better handling of title changesJochen Dolze
2013-08-10Prevent empty audio tag from addingJochen Dolze
2013-04-20Fixed compatibility for VDR <= 1.7.32Jochen Dolze
2013-04-18Better handling of 'epall' optionJochen Dolze
2012-09-14Fixed 'soundex failed' errorJochen Dolze
2012-09-02Added handling of content descriptorJochen Dolze
2012-08-25Added Title as optionJochen Dolze
2012-08-09Added check for soundex functionJochen Dolze
2012-07-24Fixed two minor bugsJochen Dolze
2012-07-14Fixed ' character bug dicovered by oldmanukJochen Dolze
2012-07-14Fixed bug which prevents some events to get updatesJochen Dolze
2012-07-09Added support for two titles (e.g. 'Mein cooler Onkel Charlie' vs. 'Two and a...Jochen Dolze
2012-06-25Removed cSchedulesLock from cParse::Process (not needed)Jochen Dolze
2012-06-24Updatet linkpictures functionJochen Dolze
2012-06-19Added a hint for better finding VDR eventsJochen Dolze
2012-06-18Prevent update of wrong database events if eiteventids rotate dailyJochen Dolze
2012-06-14Fixed epdir bugJochen Dolze
2012-06-12Fixed adding description bugJochen Dolze
2012-06-08Fixed bug which was introduced by sorting epg entriesJochen Dolze
2012-06-07Added sorting of epg entriesJochen 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
2012-05-16Changed import handling for 'create', existing eventids will be reassignedJochen Dolze
2012-05-13Added pic parameter after pin (needs updated sources)Jochen Dolze
2012-05-12Changed title- and shorttext-handlerJochen Dolze
2012-05-09Added image housekeepingJochen Dolze
2012-05-07Adding newline to events without descriptionJochen Dolze
2012-05-05Added option 'add shorttext/title from list'v0.1.1Jochen Dolze
2012-04-27Changed error output for sqlite3_prepare_v2Jochen Dolze
2012-04-27Added -e parameter for path to episodes dirJochen Dolze
2012-04-24Fixed automatic wakeupJochen Dolze
2012-04-24Added support for mixing channels with different eventids (e.g. zdf,zdfhd)Jochen Dolze
2012-04-23Fixed segfault in cImport::~cImport()Jochen Dolze
2012-04-21Added logging to file with -lJochen Dolze
2012-04-16Changed EpghandlerJochen Dolze
2012-04-14Added more checksJochen Dolze
2012-04-13Fixed segfault in EPGTimer threadJochen Dolze
2012-04-13Improved sqlite handlingJochen Dolze
2012-04-11Added full parential rating supportJochen Dolze
2012-04-10Added setting of parential rating in importJochen Dolze
2012-04-07Fixed execution checkJochen Dolze
2012-04-04Added cppcheck 1.53 suggestionsJochen Dolze
2012-04-02Added execution priority to import thread, prevent housekeeping while importe...Jochen Dolze
2012-04-01Added locking between epghandler, timer and importer thread - should close bu...Jochen Dolze