use recordings.epl as backup if existing. only first part will be played, though.
[enigma2.git] / lib / dvb / metaparser.h
index 60329ace640379ca23942bf29528a9867842bee0..20a612629693f69a9cadc831b4107076d7ddbaee 100644 (file)
@@ -7,7 +7,11 @@
 class eDVBMetaParser
 {
 public:
-       int parseFile(const std::string &filename);
+       eDVBMetaParser();
+       int parseFile(const std::string &basename);
+       
+       int parseMeta(const std::string &filename);
+       int parseRecordings(const std::string &filename);
 
        eServiceReferenceDVB m_ref;
        std::string m_name, m_description;