add method

add(self, frame)

Adds a frame to the tag.


def add(self, frame):
    ...
Parameter Type Description
frame groupdocs.metadata.formats.audio.ID3V2TagFrame The frame to be added to the tag.

Exceptions

Exception Description
ArgumentException The provided frame is incompatible with the existing frames of the same kind.

See Also