Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / image_content.h
index edcbec6ddb04122cc3211797d24edf40757510e2..eeaf1e2b02bea67a346928ba141e1a3dc2c28902 100644 (file)
@@ -36,7 +36,7 @@ public:
        void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        std::string technical_summary () const;
-       void as_xml (xmlpp::Node *) const;
+       void as_xml (xmlpp::Node *, bool with_paths) const;
        DCPTime full_length () const;
 
        std::string identifier () const;
@@ -47,6 +47,8 @@ public:
 
 private:
        void add_properties (std::list<UserProperty>& p) const;
+
+       boost::optional<boost::filesystem::path> _path_to_scan;
 };
 
 #endif