cth103 / dcpomatic

DCP-o-matic repository: main is the development branch (where v2.16.x versions are being made) and v2.17.x has the v2.17.x "unstable" versions (main is merged there every so often).
https://dcpomatic.com/
GNU General Public License v2.0
111 stars 23 forks source link

Check for open captions when closed captions are present #25

Closed wolfgangw closed 9 months ago

wolfgangw commented 9 months ago

Our tech just came across a package made with dcp-o-matic which has ClosedCaption but not MainSubtitle.

This might be intentional - it's not in this case - and is not incorrect. But a hint when adding ClosedCaption without MainSubtitle would probably cover the majority case (adding MainSubtitle).

Package was authored with DCP-o-matic 2.16.65 2fac14d5b8 in 10.2023.

Sorry for the noise if this has been taken care of in the meantime (not using here) or came about in a different way.

cth103 commented 9 months ago

Hi Wolfgang, that sounds like a good idea, I added it over on the main tracker: https://dcpomatic.com/bugs/view.php?id=2768

wolfgangw commented 9 months ago

Ah yes, bug tracker, thank you.