title property

title property

Gets or sets the Title/Song name/Content description. This value is represented by the TIT2 frame.

Definition:

@property
def title(self):
    ...
@title.setter
def title(self, value):
    ...

See Also