diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
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; |
