Random replay in QMediaPlayer #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switch to the next song is implemented as below, which bypasses issue when QMediaPlayer doesn't report EndOfMedia status in the end of mp3. But position changed is reported with milliseconds precision once in a second and looks like notification period can't be adjusted in this version. This means that randomly end of song will not be processed and song will start from the beginning (although loops are set to 1 and it shouldn't). A lot of strange things happening here, need to dig deeper in QMediaPlayer behavior.