You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I'm trying to use taglib2 to write ID3 and ogg xiphComments, specifically the field 'grouping' which is ID3 frame 'TIT1'. All I seem to be able to write and read are the common fields like:
Is it possible to read and write other fields besides these? I'm a DJ and need to overload the grouping field with song edit information (radio edit, short edit, extended edit, intro edit, etc), keeping the title of the song intact in the title field.
The text was updated successfully, but these errors were encountered:
@nikmartin
I made a pull request for reading custom tags dynamically and writing lyrics there #18 =)
Writing other custom tags other than lyrics could be done in similar style. It can also be done dynamically, based on input, but i plan to do that later.
Using it in my app now that works with lyrics, works great reading all the custom tags files have and writing lyrics.
Hey there, I'm trying to use taglib2 to write ID3 and ogg xiphComments, specifically the field 'grouping' which is ID3 frame 'TIT1'. All I seem to be able to write and read are the common fields like:
Is it possible to read and write other fields besides these? I'm a DJ and need to overload the grouping field with song edit information (radio edit, short edit, extended edit, intro edit, etc), keeping the title of the song intact in the title field.
The text was updated successfully, but these errors were encountered: