From 133ea4ca496ef2f2f27654fb3270730fc0548552 Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 24 Jul 2024 03:03:23 +0000 Subject: [PATCH] Create reshuffle --- reshuffle.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 reshuffle.md 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