add 'tags' interface (4th line in .meta files are a space-seperated list of tags...
[enigma2.git] / lib / dvb / metaparser.h
index 20a612629693f69a9cadc831b4107076d7ddbaee..72fcf50d7c5a26e775e9caa0e92e92c3ea293400 100644 (file)
@@ -16,6 +16,8 @@ public:
        eServiceReferenceDVB m_ref;
        std::string m_name, m_description;
        int m_time_create;
+       
+       std::string m_tags;
 };
 
 #endif