Skip to content
New issue

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

Movies: Variants #180

Open
cjcodeproj opened this issue Jan 28, 2025 · 0 comments
Open

Movies: Variants #180

cjcodeproj opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cjcodeproj
Copy link
Owner

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.

@cjcodeproj cjcodeproj added the enhancement New feature or request label Jan 28, 2025
@cjcodeproj cjcodeproj self-assigned this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant