You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,12 +111,23 @@ Each archive contains:
111
111
112
112
<!-- /generated -->
113
113
114
+
#### `/music` — usage
115
+
116
+
Subcommands are summarized in the list above; this section expands the main playback flow.
117
+
118
+
-**`/music play`** — Enter a **URL** (YouTube, SoundCloud, or a direct radio/stream link), a **search query**, or one or more **history ids** (the numbers shown in `/music history`) to queue that track again without a full resolve. Optional **`source`** and **`parser`** override autodetection. You can separate several ids or URLs with spaces, commas, or semicolons (there is a per-command batch limit).
119
+
-**`/music history`** — **`view`**: **Timeline** lists each play in order with a short date; **By URL** merges identical links and shows a **×** multiplier for how often each was played. Use **`page`** to move through long lists. Each row includes an **id** you can pass to **`/music play`**. History is stored per server; very old rows may be removed when the persisted list is trimmed.
120
+
-**`/music next`** — Skip to the next track in the queue.
121
+
-**`/music stop`** — Stop playback and clear the queue.
122
+
114
123
Example usage:
115
124
116
125
```
117
126
/music play Never Gonna Give You Up
118
127
/music play https://www.youtube.com/watch?v=dQw4w9WgXcQ
119
128
/music play http://stream-uk1.radioparadise.com/aac-320
129
+
/music play 42
130
+
/music history
120
131
```
121
132
122
133
You must be in a voice channel to use `/music play`.
Copy file name to clipboardExpand all lines: README.md.tmpl
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,23 @@ Each archive contains:
84
84
85
85
<!-- /generated -->
86
86
87
+
#### `/music` — usage
88
+
89
+
Subcommands are summarized in the list above; this section expands the main playback flow.
90
+
91
+
- **`/music play`** — Enter a **URL** (YouTube, SoundCloud, or a direct radio/stream link), a **search query**, or one or more **history ids** (the numbers shown in `/music history`) to queue that track again without a full resolve. Optional **`source`** and **`parser`** override autodetection. You can separate several ids or URLs with spaces, commas, or semicolons (there is a per-command batch limit).
92
+
- **`/music history`** — **`view`**: **Timeline** lists each play in order with a short date; **By URL** merges identical links and shows a **×** multiplier for how often each was played. Use **`page`** to move through long lists. Each row includes an **id** you can pass to **`/music play`**. History is stored per server; very old rows may be removed when the persisted list is trimmed.
93
+
- **`/music next`** — Skip to the next track in the queue.
94
+
- **`/music stop`** — Stop playback and clear the queue.
95
+
87
96
Example usage:
88
97
89
98
```
90
99
/music play Never Gonna Give You Up
91
100
/music play https://www.youtube.com/watch?v=dQw4w9WgXcQ
92
101
/music play http://stream-uk1.radioparadise.com/aac-320
102
+
/music play 42
103
+
/music history
93
104
```
94
105
95
106
You must be in a voice channel to use `/music play`.
0 commit comments