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

Add capability to write to new file on metadata change #755

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

ktmf01
Copy link
Collaborator

@ktmf01 ktmf01 commented Oct 25, 2024

Resolves #75

Previously, altering metadata could only be done rewriting the
file (or with a tempfile with the assumption the tempfile would
replace the existing file). However, there are good reasons to
write a new file instead. One API call is added for that, and
one is changed to enable this.
@ktmf01 ktmf01 force-pushed the metadata_manip_new_file branch from ee48273 to 7446a12 Compare October 25, 2024 12:45
@ktmf01 ktmf01 force-pushed the metadata_manip_new_file branch from 7446a12 to 2bb9ac6 Compare October 28, 2024 07:11
@ktmf01 ktmf01 merged commit a7d69df into xiph:master Oct 28, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let metaflac output to a different file
1 participant