<div dir="ltr"><div>It should be. Try saving a custom tag in your editor, then open the MP3 with taglib and enumerate its properties.</div><div><br></div><div>You can either open it as a TagLib::File and use the generic properties interface, or as a TagLib::MPEG::File and then dig into the ID3v2Tag. <a href="https://taglib.org/api/classTagLib_1_1ID3v2_1_1Tag.html#a95f6e40b2a31c0f6f46e86fb6fbf8ce3">https://taglib.org/api/classTagLib_1_1ID3v2_1_1Tag.html#a95f6e40b2a31c0f6f46e86fb6fbf8ce3</a></div><div><br></div><div>Either way your custom tag should be in there somewhere.<br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Op ma 17 feb 2025 om 16:07 schreef Wayne Barron <<a href="mailto:wayne@cffcs.com">wayne@cffcs.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is it possible to have a custom tag embedded in the MP3 file and have<br>
TagLib read that custom tag?<br>
<br>
In the MP3 Editor I use, I can save a custom tag and read that tag<br>
back into the program.<br>
Example<br>
Producer: Eddie Kramer<br>
<br>
Is this possible?<br>
</blockquote></div>