Linux command
mpd 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start MPD
mpd
Start with config file
mpd [~/.config/mpd/mpd.conf]
Kill running MPD
mpd --kill
Run in foreground
mpd --no-daemon
Show version
mpd --version
Verbose output
mpd --verbose
说明
mpd (Music Player Daemon) is a server-side music player. It plays audio and manages playlists. The tool runs as a daemon. Clients like mpc or ncmpcpp connect to control playback.
参数
- --kill
- Kill running MPD instance.
- --no-daemon
- Run in foreground.
- --verbose
- Enable verbose output.
- --version
- Show version information.
- --help
- Display help information.
FAQ
What is the mpd command used for?
mpd (Music Player Daemon) is a server-side music player. It plays audio and manages playlists. The tool runs as a daemon. Clients like mpc or ncmpcpp connect to control playback.
How do I run a basic mpd example?
Run `mpd` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --kill do in mpd?
Kill running MPD instance.