Skip to content

[WIP] Fix FLAC VorbisComment being used as tag incorrectly#9

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

[WIP] Fix FLAC VorbisComment being used as tag incorrectly#9
Copilot wants to merge 1 commit intomainfrom
copilot/fix-flac-vorbiscomment-tag

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>

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.

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