Basics of custom DCP filename components.
[dcpomatic.git] / src / lib / cinema_kdms.h
index a9ab4867ed9b203a6c95d47c6f48e5843cae4d17..53cf84d66036bef1f31cac2a6d71c047bda509fa 100644 (file)
@@ -27,7 +27,7 @@ class Log;
 class CinemaKDMs
 {
 public:
-       void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, NameFormat::Map name_values) const;
+       void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, dcp::NameFormat::Map name_values) const;
 
        static std::list<CinemaKDMs> collect (std::list<ScreenKDM> kdms);
 
@@ -35,13 +35,13 @@ public:
                std::list<CinemaKDMs> cinema_kdms,
                boost::filesystem::path directory,
                KDMNameFormat name_format,
-               NameFormat::Map name_values
+               dcp::NameFormat::Map name_values
                );
 
        static void email (
                std::list<CinemaKDMs> cinema_kdms,
                KDMNameFormat name_format,
-               NameFormat::Map name_values,
+               dcp::NameFormat::Map name_values,
                std::string cpl_name,
                boost::shared_ptr<Log> log
                );