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

21 lines
330 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.

# mpd
> 音乐播放器守护进程。
> 另见:`mpc``ncmpcpp`。
> 更多信息:<https://www.musicpd.org/>。
- 启动 MPD
`mpd`
- 启动 MPD但不读取配置文件
`mpd --no-config`
- 启动 MPD并且不将其从控制台分离
`mpd --no-daemon`
- 杀死当前运行的 MPD 会话:
`mpd --kill`