-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to read or write Track fields SortAlbumArtist or SortArtist #291
Comments
Hey there, Thanks for your feedback. These two fields have indeed been overlooked when coding the VorbisTag mapping. I've just added them. They'll be available on next release. |
Zeugma440
added a commit
that referenced
this issue
Nov 28, 2024
Beautiful!
Thanks for your incredibly quick review and resolution!
Mitt
…________________________________
From: Zeugma440 ***@***.***>
Sent: Thursday, November 28, 2024 12:50 AM
To: Zeugma440/atldotnet ***@***.***>
Cc: ohcrap1 ***@***.***>; Author ***@***.***>
Subject: Re: [Zeugma440/atldotnet] Unable to read or write Track fields SortAlbumArtist or SortArtist (Issue #291)
Hey there,
Thanks for your feedback. These two fields have indeed been overlooked when coding the VorbisTag mapping.
I've just added them. They'll be available on next release.
—
Reply to this email directly, view it on GitHub<#291 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEIITNC6ZAHLCB2FBYW2ZH32C3DKXAVCNFSM6AAAAABSUCRNV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBVGQ2TQNJUGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Fix has been delivered in today's v6.09. Please close the issue if it works on your side. |
No answer for one month -> Closed Please open a new issue if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to read or write the SortAlbumArtist and SortArtist fields. The dozen plus other fields I use read and write OK.
I can see sort info or populate it with a tool like the mp3tag Extended Tag fields function, but when I instantiate a track, those fields are blank (show as theTrack.SortAlbumArtist = "" in visual studio debugger). On the write side, I can populate the Track fields, and then Track save. The file is updated with other fields, but those fields remain blank upon inspection with another tool.
I'm working on W10 VS 19, .NET6.0, with flac files, and NuGet ATL 6.8.0.
The text was updated successfully, but these errors were encountered: