• Max Kellermann's avatar
    playlist/cue: last track ends at end of file · 1ea10db9
    Max Kellermann authored
    libcue's track_get_length() returns 0 for the last track, because that
    information is not available in the CUE sheet.  This makes MPD quit
    playing the last track immediately.  If we set "song.end_ms=0", MPD
    will play the track until the end of the song file, which is what we
    want.
    1ea10db9
cue_playlist_plugin.c 3.25 KB