A fork of lucas-mior's fork of ncmpcpp with some personal changes.
- Removed last_fm stuff
- Restored clock feature
Project page - https://rybczak.net/ncmpcpp/
- tag editor
- playlist editor
- easy to use search engine
- media library
- music visualizer
- new display mode
- alternative user interface
- ability to browse and add files from outside of MPD music directory …and a lot more minor functions.
- boost library [https://www.boost.org/]
- ncurses library [http://www.gnu.org/software/ncurses/ncurses.html]
- readline library [https://tiswww.case.edu/php/chet/readline/rltop.html]
- curl library (optional, required for fetching lyrics and last.fm data) [https://curl.haxx.se/]
- fftw library (optional, required for frequency spectrum music visualization mode) [http://www.fftw.org/]
- tag library (optional, required for tag editing) [https://taglib.org/]
- No full support for handling encodings other than UTF-8.
$ make
$ sudo make install