Featureful ncurses based MPD client inspired by ncmpc. Fork with some PRs merged in.
  • C++ 91.7%
  • M4 6.9%
  • C 0.7%
  • Shell 0.4%
  • Makefile 0.3%
Find a file
2020-12-09 19:51:14 +00:00
.github/ISSUE_TEMPLATE Update issue templates 2019-09-30 18:35:55 -05:00
doc doc/ncmpcc: fix typo 2020-02-11 19:34:39 +01:00
extras update copyright info 2013-04-07 13:31:58 +02:00
m4 Configure: add more robust checks for boost libraries 2017-03-28 10:01:41 +02:00
src Merge commit 'refs/pull/354/head' of https://github.com/ncmpcpp/ncmpcpp 2020-12-09 19:51:14 +00:00
.gitignore Add G{,R}TAGS to .gitignore 2017-03-26 05:24:47 +02:00
AUTHORS Update AUTHORS 2019-09-30 18:28:20 -05:00
autogen.sh Make autogen.sh not run configure so consistent with INSTALL 2016-10-30 16:28:42 +01:00
configure.ac Change version to 0.9_dev 2018-05-13 17:50:14 +02:00
COPYING update fsf address and copyright info 2009-01-17 00:52:08 +01:00
INSTALL Update 'optional features' information in INSTALL file 2016-12-22 09:49:12 +01:00
Makefile.am disable detecting currently used encoding as it's extremely ugly 2009-03-26 17:00:00 +01:00
NEWS Restore curses after running external command 2018-05-13 18:15:21 +02:00
README.md Update README.md 2019-09-30 18:27:34 -05:00

NCurses Music Player Client (Plus Plus)

Project page - http://rybczak.net/ncmpcpp/

ncmpcpp featureful ncurses based MPD client inspired by ncmpc

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:

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 ./autogen.sh 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.