original_album property

original_album property

Gets or sets the original album/movie/show title. This value is represented by the TOAL frame.

Definition:

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

See Also