Skip to content

Draft: fix: CUE file data parsing in playlist

Ayush Dey requested to merge cue-playlist into master

Note: Since the duration of the last track in a CUE file could not be parsed due to the lack of a stop time, the start time of the last track has been stored as an intermediate value. Finally, this intermediate value is subtracted from the total length of the audio file to calculate the duration of the last track.

Sample CUE file: soft-rock-CD.cue

Screenshot: cue-bug-2

Edited by Ayush Dey

Merge request reports