Skip to content
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

support for extended id3/ogg fields #9

Open
nikmartin opened this issue Feb 1, 2017 · 1 comment
Open

support for extended id3/ogg fields #9

nikmartin opened this issue Feb 1, 2017 · 1 comment

Comments

@nikmartin
Copy link

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:

title:
artist:
albumartist:
discnumber:
tracknumber:
album: 
track:
year: 
pictures: []

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.

@xidb
Copy link

xidb commented Jan 31, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants