03-26-2024, 04:28 AM
That's something I will have to add support for. I remember looking through the code, and it's extremely tedious to support skipping a song, as I would have to advance the current file position until it reaches the start of the next song in the file. An unoptimized/slow way to do this (but much easier to implement) would be to just advance one byte at a time until I reach the next start of song marker in the file, but I'm not sure I would like the performance of that approach. The better option is to read all the song data but then ignore it, but I may have to edit a fair amount of code to do that. I'm going to have to spend some time investigating this.
Mike
Mike