Add a couple more Dolby certificate location / filename pairs.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index d290535c2d2850f2e8e55897e406d2a58442e014..4d88454021284dd26e4dfd07cfb79e6cd9470485 100644 (file)
@@ -116,11 +116,21 @@ try_imb(vector<Location>& locations, string prefix, string serial)
 static void
 try_ims(vector<Location>& locations, string prefix, string serial)
 {
+       locations.push_back({
+               String::compose("%1%2xxx/Dolby-IMS1000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
+               String::compose("Dolby-IMS1000-%1.cert.sha256.pem", serial)
+       });
+
        locations.push_back({
                String::compose("%1%2xxx/Dolby-IMS2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
                String::compose("Dolby-IMS2000-%1.cert.sha256.pem", serial)
        });
 
+       locations.push_back({
+               String::compose("%1%2xxx/cert_Dolby-IMS3000-%3-SMPTE.zip", prefix, serial.substr(0, 3), serial),
+               String::compose("cert_Dolby-IMS3000-%1-SMPTE.pem", serial)
+       });
+
        locations.push_back({
                String::compose("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
                String::compose("ims-%1.cert.sha256.pem", serial)