modplayer-js
modplayer-js copied to clipboard
Suggestion: add playback control buttons
Add a repeat button which toggles between:
- repeat current module (
repeat 1
) - play next track (
repeat
) - stops at the end of the current track
Default option could be the second: repeat
.
--
Add next
/prev
buttons:
- plays next/previous track (doesn't change playback status)
- cycles through the playlist if first/last item are reached