Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Playback mode explained

Terry Geng edited this page Feb 27, 2020 · 6 revisions

After version 6 of botamusique, we added three playback modes to emulate the behavior of a music player. They are one-shot, repeat and random. The main difference between each mode is how the bot will behave when reaching the bottom of the playlist.

  • one-shot (default): Items on the playlist that have already played would be removed. If you skip songs or jump to an item after current songs, items you have skipped or jumped would be also removed. This is the behavior of the previous version (<5).

  • repeat: When reaching the end of the playlist, the bot will start over from the first item, i.e. looping through entire playlist.

  • random: Once "random" mode is toggled, the playlist will be reshuffled. After that, every time the bot reaching the end of the playlist, it will reshuffle again.

Three playback mode on the web interface