Add Content::set_paths().
[dcpomatic.git] / src / lib / film.h
index fdd4674d5f40c507414a6fd41d6ecca456c5d48f..ec64c39130c6398670d298f7a76f08e7f710bdb3 100644 (file)
@@ -96,6 +96,8 @@ public:
        void write_template (boost::filesystem::path path) const;
        boost::shared_ptr<xmlpp::Document> metadata (bool with_content_paths = true) const;
 
+       void copy_from (boost::shared_ptr<const Film> film);
+
        std::string isdcf_name (bool if_created_now) const;
        std::string dcp_name (bool if_created_now = false) const;
 
@@ -337,6 +339,8 @@ private:
        void maybe_add_content (boost::weak_ptr<Job>, boost::weak_ptr<Content>);
        void audio_analysis_finished ();
 
+       static std::string const metadata_file;
+
        /** Log to write to */
        boost::shared_ptr<Log> _log;
        boost::shared_ptr<Playlist> _playlist;