I divide my downloaded .webm Youtube long audio files in CUE sheets.
Then I make playlists with specific audio from these CUE files in a personal order.
No problem with this method on my computer in foobar2000.
But the same CUE files are badly interpreted by NeutronMP on my Android telephone: the chapters are listed as such, but whatever track you want to play, NeutronMP only plays the first one from the CUE sheet.
Of course it’s as bad, not to say worse, if you make playlists with these chapters.
Of course one can say users can avoid this bug by re‐encoding the individual fragments as separate audio files. But that is a hassle and a waste of time (let’s say you want to divide a conference into topics, but later you have to divide the topics again, etc.).
So please provide full support of CUE sheets and also test the individual chapters when they are included in a playlist.
Additional information:
As described on https://en.wikipedia.org/wiki/Cue_sheet_(computing), the structure of the CUE file I made is:
Code: Select all
FILE "so and so.webm" MP3
TRACK 01 AUDIO
TITLE "introduction"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "chapter 1"
INDEX 01 01:15:00
…