2025-03-14 21:59:59 -06:00
|
|
|
# ncmpcpp
|
|
|
|
|
|
|
|
|
|
> A music player client for the Music Player Daemon.
|
|
|
|
|
> See also: `mpd`, `mpc`, `qmmp`, `termusic`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://rybczak.net:443/ncmpcpp/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Connect to a music player daemon on a given host and port:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ncmpcpp --host {{ip_address}} --port {{port}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display metadata of the current song to console:
|
|
|
|
|
|
|
|
|
|
`ncmpcpp --current-song`
|
|
|
|
|
|
|
|
|
|
- Use a specified configuration file:
|
|
|
|
|
|
|
|
|
|
`ncmpcpp --config {{file}}`
|
|
|
|
|
|
|
|
|
|
- Use a different set of key bindings from a file:
|
|
|
|
|
|
|
|
|
|
`ncmpcpp --bindings {{file}}`
|