add preStart event and use it to load the cutlist
[enigma2.git] / lib / service / iservice.h
index 373f24ca88ad794d44c06aff4d63a98f10ae1a78..c477f11db41b4e433d4a3a8fcb0b6fcac44e5352 100644 (file)
@@ -286,6 +286,7 @@ public:
                sDescription,
                sServiceref,
                sTimeCreate,            /* unix time or string */
+               sFileSize,
 
                sCAIDs,
                sVideoType,             /* MPEG2 MPEG4 */
@@ -718,6 +719,9 @@ public:
 
                /* for transferring a service... */
        virtual SWIG_VOID(RESULT) getListOfFilenames(std::list<std::string> &SWIG_OUTPUT)=0;
+       
+               /* a blocking call to reindex a file */
+       virtual int reindex() = 0;
 
                // TODO: additional stuff, like a conversion interface?
 };