Skip to content

Questions about tag modification & tag preservation #96

Answered by chicio
tcarroll2 asked this question in Q&A
Discussion options

You must be logged in to vote

Ciao @tcarroll2

at the moment is not possible to modify just one frame with the current ID3TagEditor api. I will develop it in the future but unfortunately right now I'm busy on other stuff (for some months).
To achieve you goal you can use the other ID3TagEditor apis:

  • read the ID3 tag
  • modify the frame that you want
  • save back the ID3 tag

For the question "does ID3TagEditor play nicely with MusicBrainz Picard tags?", the answer is yes if they are ID3 tag as reported in the standard (https://id3.org), because ID3TagEditor is a library that strictly adhere to it (and it is reported in the implementations https://id3.org/Implementations)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chicio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants