# 音乐控制

| Music Control                     | 音乐控制         |
| --------------------------------- | ------------ |
|                                   |              |
| Play a Specific Track             | 播放特定曲目       |
| Play a Specific Playlist          | 播放特定的播放列表    |
| Play a Random Track               | 播放随机曲目       |
| Play a Random Track from Playlist | 播放播放列表中的随机曲目 |
| Play/Pause Current Track          | 播放/暂停当前曲目    |
| Pause Current Track               | 暂停当前曲目       |
|                                   |              |
| Stop Current Track                | 停止当前曲目       |
| Fast-Forward Current Track        | 快进当前轨道       |
| Rewind Current Track              | 快退当前曲目       |
| Next Track                        | 下一曲目         |
| Previous Track                    | 上一曲目         |
| Increase Music Volume             | 增加音乐音量       |
| Decrease Music Volume             | 降低音乐音量       |
| Set Music Volume                  | 设置音乐音量       |
|                                   |              |
| Increase Rating by Half a Star    | 评分增加半颗星      |
| Decrease Rating by Half a Star    | 评级降低半颗星      |
| Set Rating                        | 设置评级         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://km.qxpai.cn/dong-zuo-action/yin-yue-kong-zhi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
