From 40889067514769b356eb50d60d6a75889aeb99e3 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 27 Apr 2012 07:14:27 +0200 Subject: Added -e parameter for path to episodes dir --- source.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source.h') diff --git a/source.h b/source.h index 751752d..1937a7a 100644 --- a/source.h +++ b/source.h @@ -71,7 +71,7 @@ private: cEPGChannels channels; public: cEPGSource(const char *Name,const char *ConfDir,const char *EPGFile, - cEPGMappings *Maps, cTEXTMappings *Texts); + const char *EPDir, cEPGMappings *Maps, cTEXTMappings *Texts); ~cEPGSource(); bool Trace() { @@ -156,8 +156,9 @@ public: class cEPGSources : public cList { public: - void ReadIn(const char *ConfDir, const char *EpgFile, cEPGMappings *EPGMappings, - cTEXTMappings *TextMappings, const char *SourceOrder, bool Reload=false); + void ReadIn(const char *ConfDir, const char *EpgFile, const char *EPDir, + cEPGMappings *EPGMappings, cTEXTMappings *TextMappings, + const char *SourceOrder, bool Reload=false); bool RunItNow(); time_t NextRunTime(); bool Exists(const char *Name); -- cgit v1.2.3