PO3 Movie Collections
Introduction PO3 Collections define a list of PO3 Movies. Optionally they can contain more info like Selection Screens. They are currently used in PO3 (aka Maestro!) and PO4. They are bundles containing a "Info.plist" file, described below, and the data files referenced in that Plist.The "Info.plist" file The Plist file must contain the following keys:
- movieList: An array of strings, containing relative paths to PO3 Movies inside or outside of the Collection Bundle.
It can optionally contain the following keys:
- pieceSelectionMovie: A relative path to the movie for a Piece Selection Screen. If this key is present, "pieceSelectionPList" must also be present.
- pieceSelectionPList: A relative path to the Plist defining the Piece Selection Screen. If this key is present, "pieceSelectionMovie" must also be present.
- vizSelectionMovie: A relative path to the movie for a Viz Selection Screen. If this key is present, "vizSelectionPList" must also be present.
- vizSelectionPList: A relative path to the Plist defining the Viz Selection Screen. If this key is present, "vizSelectionMovie" must also be present.