Files
tldr/pages.zh/common/qmmp.md
Jin 156075e8b1 common/q*: add Chinese translation (#14687)
* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
2024-11-19 01:13:17 -08:00

34 lines
571 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# qmmp
> 具有类似于 Winamp 或 XMMS 界面的音频播放器。
> 请参阅:`clementine``ncmpcpp``cmus`。
> 更多信息:<https://qmmp.ylsoftware.com>.
- 启动 GUI
`qmmp`
- 开始或停止当前播放的音频:
`qmmp --play-pause`
- 向前或向后移动指定的秒数:
`qmmp --seek-{{fwd|bwd}} {{秒数}}`
- 播放下一个音频文件:
`qmmp --next`
- 播放上一个音频文件:
`qmmp --previous`
- 显示当前音量:
`qmmp --volume-status`
- 增加或减少当前播放音频的音量 5%
`qmmp --volume-{{inc|dec}}`