Files
tldr/pages.zh/common/mpc.md

29 lines
457 B
Markdown
Raw Permalink 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.

# mpc
> 音乐播放器客户端控制音乐播放器守护进程MPD
> 另见:`mpd`、`ncmpcpp`、`cmus`。
> 更多信息:<https://www.musicpd.org/doc/mpc/html>。
- 切换播放/暂停:
`mpc toggle`
- 停止播放:
`mpc stop`
- 显示当前播放歌曲的信息:
`mpc status`
- 播放下一首歌曲:
`mpc next`
- 播放上一首歌曲:
`mpc prev`
- 向前(`+`)或向后(`-`)快进 `n` 秒:
`mpc {{+n|-n}}`