WIP: Add option to write metadata to output #104284

Draft
Ha-Anh-Vu wants to merge 1 commits from Ha-Anh-Vu/flamenco:issue100268 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

fix #100268

@dr.sybren What I have done:

  • Add an arg --write-metadata-to-output
  • If that arg exists in the command, write task ID to the output

Could you check if I have done them correctly? If yes, I'll continue to enable other metadata.

fix #100268 @dr.sybren What I have done: - Add an arg `--write-metadata-to-output` - If that arg exists in the command, write task ID to the output Could you check if I have done them correctly? If yes, I'll continue to enable other metadata.
Ha-Anh-Vu added 1 commit 2024-02-20 17:26:31 +01:00

I think you misunderstood the desired functionality. This is about Blender's metadata feature, and including information from Flamenco in there.

The use of a global variable to keep track of this option is also something to avoid.

I think you misunderstood the desired functionality. This is about [Blender's metadata feature](https://docs.blender.org/manual/en/latest/render/output/properties/metadata.html), and including information from Flamenco in there. The use of a global variable to keep track of this option is also something to avoid.
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u issue100268:Ha-Anh-Vu-issue100268
git checkout Ha-Anh-Vu-issue100268

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff Ha-Anh-Vu-issue100268
git checkout main
git merge --ff-only Ha-Anh-Vu-issue100268
git checkout Ha-Anh-Vu-issue100268
git rebase main
git checkout main
git merge --no-ff Ha-Anh-Vu-issue100268
git checkout main
git merge --squash Ha-Anh-Vu-issue100268
git checkout main
git merge Ha-Anh-Vu-issue100268
git push origin main
Sign in to join this conversation.
No description provided.