← 返回命令列表

Linux command

ncmpc 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start ncmpc

ncmpc

Connect to specific host

ncmpc -h [hostname]

Connect on specific port

ncmpc -p [6600]

Use password

ncmpc --password=[password]

说明

ncmpc is a curses-based client for MPD (Music Player Daemon). It provides a text-based interface for browsing music, managing playlists, and controlling playback. ncmpc is lightweight and keyboard-driven, ideal for terminal music control.

参数

-h, --host _host_
MPD server host.
-p, --port _port_
MPD server port.
--password _pass_
MPD password.
-c, --colors
Enable colors.
-C, --no-colors
Disable colors.

FAQ

What is the ncmpc command used for?

ncmpc is a curses-based client for MPD (Music Player Daemon). It provides a text-based interface for browsing music, managing playlists, and controlling playback. ncmpc is lightweight and keyboard-driven, ideal for terminal music control.

How do I run a basic ncmpc example?

Run `ncmpc` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h, --host _host_ do in ncmpc?

MPD server host.