use recordings.epl as backup if existing. only first part will be played, though.
[vuplus_dvbapp] / lib / dvb / metaparser.h
index 60329ac..20a6126 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;