aboutsummaryrefslogtreecommitdiff
path: root/audio/ncmpc/README
diff options
context:
space:
mode:
authorEugene M <damagedone@gmx.com>2023-02-21 20:14:55 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:13:15 +0700
commit41baa255cbe8e3d3bafb4efc8caf41f081a25869 (patch)
tree2dc52d89ed79250ca3e110dbc2d6ab2701512ba3 /audio/ncmpc/README
parentd7b54e237d32d9532e45730123267bd0233c06c3 (diff)
Updated for version 0.47
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncmpc/README')
-rw-r--r--audio/ncmpc/README25
1 files changed, 20 insertions, 5 deletions
diff --git a/audio/ncmpc/README b/audio/ncmpc/README
index c1fd1052a85f1..c09e2b8e8d947 100644
--- a/audio/ncmpc/README
+++ b/audio/ncmpc/README
@@ -1,5 +1,20 @@
-ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc
-connects to a MPD running on a machine on the local network, and
-controls this with an interface inspired by cplay. If ncmpc is used
-with lirc and irpty it can be used to manage playlists and control MPD
-with a remote control.
+ncmpc is a fully featured MPD client, which runs in a terminal
+(using ncurses). Its goal is to provide a keyboard oriented and
+consistent interface to MPD, without wasting resources.
+
+Features:
+
+* full Unicode and wide character support;
+* music database browser, database search, media library;
+* audio output configuration;
+* lyrics;
+* LIRC support;
+* customizable key bindings and colors;
+* tiny memory footprint;
+* playlist editor.
+
+Some optional and important dependencies, detected automatically:
+
+* Sphinx: for generating man pages mpc(1);
+* lirc: for infrared remote support;
+* PCRE: for regular expression support in the "find" command.