summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-09 13:44:43 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-09 13:44:43 +0100
commit0f42e807a707249cd1a60fa6e476cb47a4147c5a (patch)
tree62307e5723e9787501ea05b76f5ded2b237c7075 /src/lib/film.h
parent89ae13638097f259f3e50b4b61068dd23451107d (diff)
Basica save-as (duplicate) (#746).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index fdd4674d5..ec64c3913 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -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;