Files
ncmpcpp/README.md
Salastil 5e31b41f1f
All checks were successful
CI / build ubuntu-22.04 (push) Successful in 16m17s
CI / build ubuntu-24.04 (push) Successful in 16m2s
Update README with yt-dlp fork details
Added information about yt-dlp fork and project status.
2025-11-30 22:18:53 -05:00

2.5 KiB
Raw Blame History

NCurses Music Player Client (Plus Plus) (Plus yt-dlp)

ncmpcpp featureful ncurses based MPD client inspired by ncmpc

yt-dlp fork

This fork allows adding items with yt-dlp via shift+d at the playlist screen, add a single item or a playlist (with a cap of 100 items)

Project status

The project is officially in maintenance mode. I (Andrzej Rybczak) still use it daily, but it's feature complete for me and there is very limited time I have for tending to the issue tracker and open pull requests.

No new, substantial features should be expected (at least from me). However, if there are any serious bugs or the project outright stops compiling because of new, incompatible versions of dependencies, it will be fixed.

Main features:

  • tag editor
  • playlist editor
  • easy to use search engine
  • media library
  • music visualizer
  • ability to fetch artist info from last.fm
  • new display mode
  • alternative user interface
  • ability to browse and add files from outside of MPD music directory …and a lot more minor functions.

Dependencies:

Optional libraries

  • fftw, for frequency spectrum music visualization mode
  • taglib, for tag editing

Known issues:

  • No full support for handling encodings other than UTF-8.

Installation:

The simplest way to compile this package is:

  1. cd to the directory containing the package's source code.

For the next two commands, csh users will need to prefix them with sh .

  1. Run autoreconf -fiv to generate the configure script.

  2. Run ./configure to configure the package for your system. This will take a while. While running, it prints some messages telling which features it is checking for.

  3. Run make to compile the package.

  4. Type make install to install the programs and any data files and documentation.

  5. You can remove the program binaries and object files from the source code directory by typing make clean.

Detailed intallation instructions can be found in the INSTALL file.

Optional features:

Optional features can be enable by specifying them during configure. For example, to enable visualizer run ./configure --enable-visualizer.

Additional details can be found in the INSTALL file.