Is the data versioned? #158
DanForever
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I don't think I've seen anything resembling a version number in any of the releases, and I was thinking it might be a good idea to do so, so that if you want to add more information in the future, it's easy to tell [programmatically] which entries should have it and which may need updating.
I was thinking you should give a version to the "schema" that the json files follow, as well as include the name and version of the program used to create the json.
So for example, I was thinking it might be a good idea to also include a link to https://www.blu-ray.com for whatever blu ray you're looking at.
Assuming you like that idea and decide to add it, you'd also bump the schema version (e.g. from "1" to "2", or whatever version format you want to use) so that anything reading the data knows that this data should include that additional link.
Also the version of the import software would also be useful in case any errors start cropping up that you think might be caused by the importer rather than by user error. Something like:
{ "importer": { "name": "ImportBuddy", "version": "1.1.0" } }Beta Was this translation helpful? Give feedback.
All reactions