Custom Tags
Jacob Vosmaer
contact at jacobvosmaer.nl
Mon Feb 17 15:32:24 GMT 2025
It should be. Try saving a custom tag in your editor, then open the MP3
with taglib and enumerate its properties.
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.
https://taglib.org/api/classTagLib_1_1ID3v2_1_1Tag.html#a95f6e40b2a31c0f6f46e86fb6fbf8ce3
Either way your custom tag should be in there somewhere.
Op ma 17 feb 2025 om 16:07 schreef Wayne Barron <wayne at cffcs.com>:
> Is it possible to have a custom tag embedded in the MP3 file and have
> TagLib read that custom tag?
>
> In the MP3 Editor I use, I can save a custom tag and read that tag
> back into the program.
> Example
> Producer: Eddie Kramer
>
> Is this possible?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20250217/dfc94e54/attachment.htm>
More information about the taglib-devel
mailing list