Linux command
ncmpcpp 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start ncmpcpp
ncmpcpp
Connect to specific host
ncmpcpp -h [localhost] -p [6600]
Start with specific screen
ncmpcpp -s [playlist]
Show current song
ncmpcpp --current-song
说明
ncmpcpp is an ncurses-based MPD (Music Player Daemon) client. It provides a feature-rich interface for controlling MPD, browsing music, managing playlists, and visualizing audio. The tool offers vim-like keybindings, a spectrum visualizer, and extensive customization options.
参数
- -h _host_
- MPD server host.
- -p _port_
- MPD server port.
- -c _file_
- Configuration file.
- -b _file_, --bindings _file_
- Use a specified key bindings file.
- -s _screen_, --screen _screen_
- Starting screen (playlist, browser, search_engine, media_library, playlist_editor, tag_editor, outputs, visualizer, clock).
- -S _screen_, --slave-screen _screen_
- Starting slave screen.
- --current-song
- Print current song info and exit.
- -q, --quiet
- Suppress messages.
- -v, --version
- Display version information.
FAQ
What is the ncmpcpp command used for?
ncmpcpp is an ncurses-based MPD (Music Player Daemon) client. It provides a feature-rich interface for controlling MPD, browsing music, managing playlists, and visualizing audio. The tool offers vim-like keybindings, a spectrum visualizer, and extensive customization options.
How do I run a basic ncmpcpp example?
Run `ncmpcpp` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h _host_ do in ncmpcpp?
MPD server host.