zaps166 / QMPlay2

QMPlay2 is a video and audio player which can play most formats and codecs.
GNU Lesser General Public License v3.0
841 stars 175 forks source link

cuesheet from multiple files #322

Open wcasanova opened 4 years ago

wcasanova commented 4 years ago

does not load the playlist from the cuesheet cuesheet

zaps166 commented 4 years ago

Does it work if you remove the second file from CUE?

wcasanova commented 4 years ago

Does it work if you remove the second file from CUE?

it works

zaps166 commented 4 years ago

Ok, currently it is not supported (source code comment):

// QMPlay2 supports CUE files which uses only single audio file

but I'll think about implementing it.