README 646 B

123456789101112131415161718192021
  1. ncmpc is a fully featured MPD client, which runs in a terminal
  2. (using ncurses). Its goal is to provide a keyboard oriented and
  3. consistent interface to MPD, without wasting resources.
  4. Features:
  5. * full Unicode and wide character support;
  6. * music database browser, database search, media library;
  7. * audio output configuration;
  8. * lyrics;
  9. * LIRC support;
  10. * customizable key bindings and colors;
  11. * tiny memory footprint;
  12. * playlist editor.
  13. Some optional and important dependencies, detected automatically:
  14. * Sphinx: for generating man pages mpc(1);
  15. * lirc: for infrared remote support;
  16. * PCRE: for regular expression support in the "find" command.