8000 GitHub - Elvyria/ncmpcpp: Ncmpcpp fork with some eyecandy
[go: up one dir, main page]

Skip to content

Elvyria/ncmpcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,387 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCurses Music Player Client (Plus Plus)

image

Changes

  • sderr is no longer redirected to the hardcoded path in a ${XDG_DATA_HOME} location
  • removed search and reset buttons from the search screen, search is now instant
  • legacy colors inside of format strings in the config $1 - $8 are now effective only inside of their own bracket group
  • fixed regexp for https://genius.com lyric fetcher
  • configurable nerd font icons for the state flags state_flags_consume_look, state_flags_crossfade_look, state_flags_db_update_look, state_flags_random_look, state_flags_repeat_look, state_flags_repeat_single_look, state_flags_single_look
  • configurable player state message state_player_playing_look, state_player_paused_look, state_player_stopped_look, state_player_unknown_look
  • --ignore-config-errors flag is removed, config errors are ignored by default
  • eyecandy icons from nerd-font all over the place

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:

Optional

  • nerd font, to properly display new icons
  • 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.

About

Ncmpcpp fork with some eyecandy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • M4 7.7%
  • Other 0.9%
0