> For the complete documentation index, see [llms.txt](https://docs.moodymusic.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moodymusic.xyz/commands/music-commands.md).

# Music Commands

Core playback and queue management commands.

## Playback

| Command          | Description                             | Example                        |
| ---------------- | --------------------------------------- | ------------------------------ |
| `play <query>`   | Search and play a track or add to queue | `play never gonna give you up` |
| `skip`           | Skip to the next track in queue         | `skip`                         |
| `stop`           | Stop playback and clear the queue       | `stop`                         |
| `pause`          | Pause the current track                 | `pause`                        |
| `resume`         | Resume paused playback                  | `resume`                       |
| `seek <seconds>` | Seek to a position in the current track | `seek 45`                      |
| `volume <0-200>` | Set playback volume                     | `volume 80`                    |

## Queue Management

| Command            | Description                                  |
| ------------------ | -------------------------------------------- |
| `queue`            | Show the upcoming tracks                     |
| `loop`             | Toggle between off / loop track / loop queue |
| `shuffle`          | Randomize the queue order                    |
| `remove <index>`   | Remove a specific track from queue           |
| `clear`            | Remove all tracks from queue                 |
| `move <from> <to>` | Reorder tracks in the queue                  |

## Now Playing

| Command      | Description                               |
| ------------ | ----------------------------------------- |
| `nowplaying` | Show current track info with progress bar |
| `lyrics`     | Fetch lyrics for the current track        |

## 24/7 Mode (Premium)

| Command | Description                              |
| ------- | ---------------------------------------- |
| `247`   | Toggle 24/7 mode for persistent playback |
