summaryrefslogtreecommitdiff
path: root/epgsearch
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch')
-rw-r--r--epgsearch/services.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearch/services.h b/epgsearch/services.h
index 7c845f9..35decd3 100644
--- a/epgsearch/services.h
+++ b/epgsearch/services.h
@@ -4,6 +4,7 @@
#include <string>
#include <list>
#include <memory>
+#include <set>
#include <vdr/osdbase.h>
// Data structure for service "Epgsearch-search-v1.0"
@@ -121,6 +122,8 @@ class cServiceHandler
// returns a list of channel groups maintained by epgsearch
virtual std::list<std::string> BlackList() = 0;
// returns a list of blacklists in the same format as used in epgsearchblacklists.conf
+ virtual std::set<std::string> DirectoryList() = 0;
+ // List of all recording directories used in recordings, timers, search timers or in epgsearchdirs.conf
virtual ~cServiceHandler() {}
};