Fuzzy Barsik wrote:
Is there a way to generate a list of all missing media (and some metadata) for a sequence?Since PrPro project is an XML file, you can open it up with e.g. Microsoft Excel.
Depending on whether you opened the file as XML table or just XML map, either drop on the list ActualMediaFilePath and OfflineReason fields from XML map (fields are located in Media root folder of the map) or find these columns manually and hide all the rest. Then just filter out '0' values in OfflineReason and Bob's your uncle:
NOTE: That's for the whole project, not for a particular sequence in the project.
Fuzzy - that is extremely helpful. Thanks a ton!