Skip to content

[WIP] Fix VorbisComment tag handling for FLAC files#10

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/fix-flac-vorbiscomment-tag-issue
Draft

[WIP] Fix VorbisComment tag handling for FLAC files#10
Copilot wants to merge 1 commit intomainfrom
copilot/fix-flac-vorbiscomment-tag-issue

Conversation

Copy link

Copilot AI commented Feb 2, 2026

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>FLAC set the VorbisComment as tag incorrectly</issue_title>
<issue_description>

return MediaFileResult.Success (result.File!, result.File!.VorbisComment, MediaFormat.Flac);

VorbisComment is being used as tag and cause the issue.
For example, for flac file, property Pictures contains 1 element in the MediaFileResult.File but not in the MediaFileResult.Tag</issue_description>

<agent_instructions>Create a fix and unit tests for this issue</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.23%. Comparing base (527b7fb) to head (57763b7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files          95       95           
  Lines       12362    12362           
  Branches     2549     2549           
=======================================
  Hits        10289    10289           
  Misses       1257     1257           
  Partials      816      816           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

FLAC set the VorbisComment as tag incorrectly

2 participants