diff --git a/reshuffle.md b/reshuffle.md new file mode 100644 index 0000000..af5eae2 --- /dev/null +++ b/reshuffle.md @@ -0,0 +1,12 @@ +# reshuffle + +##### Access: Owner +----- + +This is an owner-only command that is used to *re* shuffle the play queue for the radio (`serious.FM`). + +*Usage: `/reshuffle` or `.reshuffle` (assuming the prefix is `.`)* + +*NOTE: The queue is loaded when the plugin is initialized. It is currently around 12k songs, and is randomized via SQL statement [ORDER BY RANDOM() clause], however this just shuffles it in case the next set of tracks does not seem appealing (see below)* + +This command can be used in tandem with the [nextup](/wiki/Nextup) command, which lists the next 20 songs in the queue. \ No newline at end of file