- introduce configurable ZAPITDIR

Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-19 22:35:24 +02:00
committed by Thilo Graf
parent 3cc4b7c53e
commit 08ee186b19
19 changed files with 50 additions and 42 deletions

View File

@@ -53,8 +53,8 @@ extern pthread_rwlock_t eventsLock;
extern bool dvb_time_update;
extern CBouquetManager *g_bouquetManager;
std::string epg_filter_dir = CONFIGDIR "/zapit/epgfilter.xml";
std::string dvbtime_filter_dir = CONFIGDIR "/zapit/dvbtimefilter.xml";
std::string epg_filter_dir = ZAPITDIR "/epgfilter.xml";
std::string dvbtime_filter_dir = ZAPITDIR "/dvbtimefilter.xml";
bool epg_filter_is_whitelist = false;
bool epg_filter_except_current_next = false;