Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
237 stars 77 forks source link

Issue warning if PKL does not contain assets of type "text/xml" #380

Closed fschleich closed 1 week ago

fschleich commented 3 weeks ago

PKLs are not required to reference any CPL/OPL files, but they typically do. This update adds a WARNING if a PKL does not contain any assets of type "text/xml".

Resolves #303.