Various bits and pieces.
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 2b0826bc156455dd19ed5e6acd8119a5828f635b..403c1c21b7273556a805c6eb4950249fd0fec1f9 100644 (file)
@@ -177,6 +177,7 @@ private:
                if (r == wxID_OK) {
                        try {
                                shared_ptr<Film> film (new Film (wx_to_std (c->GetPath ())));
+                               film->read_metadata ();
                                film->make_dcp ();
                        } catch (std::exception& e) {
                                wxString p = c->GetPath ();