We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The movie element structure should support variants of the film, like a "Director's Cut".
The main element structure should identify the variants of the film.
<catalog/> <variants> <variant id='theatrical'> <name>Theatrical Edition</name> </variant> <variant id='directors'> <name>Director's Cut</name> </variant> <variant id='special'> <name>Special Edition</name> <notes>More special effects</notes> </variant> </variants> <technical/>
The structure simply identifies the variants by a formal title, an identifier, and optional notes.
At a later point, the identifiers will be referenced in other elements for things like runtime, or placement on physical media.
The text was updated successfully, but these errors were encountered:
cjcodeproj
No branches or pull requests
The movie element structure should support variants of the film, like a "Director's Cut".
The main element structure should identify the variants of the film.
The structure simply identifies the variants by a formal title, an identifier, and optional notes.
At a later point, the identifiers will be referenced in other elements for things like runtime, or placement on physical media.
The text was updated successfully, but these errors were encountered: