So there seems to be a bug in MusicBee after waking the computer up from sleep.
1) Play a music file.
2) Pause the music file in the middle.
3) Put the computer to sleep.
4) Wake up the computer.
5) Continue to play the file.
6) File plays for a little bit but then will skip to the next track.
I imagine it has to do with the file handle being stale and/or the read() failing. Would it be better to:
1) Re-open and seek() to the previous read attempt
2) Increase the buffer to buffer the whole file in the options menu
Thanks for any feedback.