introduce configurable ZAPITDIR

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6161eeef9b
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)

Origin message was:
------------------
- introduce configurable ZAPITDIR

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-19 22:35:24 +02:00
parent cd0bb34f74
commit 0eaa4b5791
20 changed files with 47 additions and 38 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;