track_number property

track_number property

Gets or sets a numeric string containing the order number of the audio-file on its original recording. This value is represented by the TRCK frame.

Definition:

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

See Also