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

We can now save changes to metadata #58

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

marcpage
Copy link
Owner

The Metadata object now allows you to save any revisions you have made. Revisions are done by assigning dicts to keys in Metadata:

   metadata[identifier] = picture_info

Once change is made, you can then save any changes:

  metdata.save()

A new revision of the file will be created per instantiation of the Metadata object.

Part of #36

@marcpage marcpage added the enhancement New feature or request label Aug 16, 2024
@marcpage marcpage requested a review from pagerk August 16, 2024 12:29
@marcpage marcpage self-assigned this Aug 16, 2024
@pagerk pagerk merged commit d21a4a7 into main Aug 16, 2024
6 checks passed
@pagerk pagerk deleted the users/marcp/add-metadata-save branch August 16, 2024 21:29
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

Successfully merging this pull request may close these issues.

2 participants