Menu

TXXX-Tag: How to write?

Help
Thomas
2013-07-26
2013-07-28
  • Thomas

    Thomas - 2013-07-26

    I cannot manage, to write or read an TXXX-Tag.
    That is the way I tried:
    ID3V2SetTextFrameW(ID3V2FRAMES.ID3F_TXXX, value(0) & Chr(0) & value(1))
    where (0) is the description and (1) is the value.
    Even
    ID3V2SetTextFrameW(ID3V2FRAMES.ID3F_TXXX, value(0))
    does not do much. An TXXX frame is beeing created, but it seems to be empty.
    So: what to do

     
    • Thomas

      Thomas - 2013-07-28

      Sorry. My fault. Was confused with the functions
      ID3V2GetUserFrameW
      ID3V2GetUserTextW
      The first one (group) deals the TXXX-frame.

       

Log in to post a comment.