introduce option that allows limiting recording filename character set to legacy...
[vuplus_dvbapp] / lib / dvb / metaparser.h
index 01fabde..2ca94d6 100644 (file)
@@ -18,7 +18,8 @@ public:
        
        eServiceReferenceDVB m_ref;
        std::string m_name, m_description;
-       int m_time_create;
+       int m_time_create, m_length;
+       long long m_filesize;
        
        std::string m_tags;
 };