Forrest logo
tool overview
On this page you find all important commands for the CLI tool ncmpcpp. If the command you are looking for is missing please ask our AI.

ncmpcpp

ncmpcpp is a command-line based music player for Unix-like systems. The name stands for NCurses Music Player Daemon Client Plus Plus. It is designed as a front-end to the Music Player Daemon (MPD), allowing users to browse, search, and play their music library from the terminal.

One of the main features of ncmpcpp is its powerful media library browser, which enables users to organize their music collection by artist, album, genre, and other criteria. It supports various search options and can display detailed information about songs, albums, and artists.

ncmpcpp provides customizable playlists with support for dynamic additions, meaning users can add songs to the current playlist without interrupting the playback. It also allows users to create and manage multiple playlists, which can be saved and loaded later.

The tool features a clean and intuitive interface, using the NCurses library for an attractive and responsive text-based user interface. It has a highly configurable layout, allowing users to adapt the display to their preferences.

ncmpcpp supports various music formats, including MP3, OGG Vorbis, FLAC, and more. It provides gapless playback for uninterrupted listening and supports Last.fm scrobbling for tracking and sharing music listening habits.

Keybindings are an essential part of ncmpcpp, allowing users to control playback, navigate the library, and perform other useful functions quickly. Users can define their own keybindings or choose from a set of default ones.

The tool can be customized extensively through its configuration file, allowing users to fine-tune various aspects of its behavior and appearance. It also supports multiple user interfaces, enabling users to switch between them effortlessly.

ncmpcpp offers a range of additional features, including visualizers, lyrics support, remote control via various protocols, tag editing, and auto-saving playlists. It is actively maintained and has a supportive community, ensuring ongoing development and bug fixes.

In summary, ncmpcpp is a powerful and versatile command-line music player that provides a seamless interface to the Music Player Daemon. Its wide range of features, customizable interface, and efficient library browsing make it a popular choice for those who prefer using the command line for their music listening experience.

List of commands for ncmpcpp:

  • ncmpcpp:tldr:888f4 ncmpcpp: Use a different set of key bindings from a file.
    $ ncmpcpp --bindings ${file}
    try on your machine
    explain this command
  • ncmpcpp:tldr:90365 ncmpcpp: Connect to a music player daemon on a given host and port.
    $ ncmpcpp --host ${ip} --port ${port}
    try on your machine
    explain this command
  • ncmpcpp:tldr:ad570 ncmpcpp: Display metadata of the current song to console.
    $ ncmpcpp --current-song
    try on your machine
    explain this command
  • ncmpcpp:tldr:dd304 ncmpcpp: Use a specified configuration file.
    $ ncmpcpp --config ${file}
    try on your machine
    explain this command
tool overview