summaryrefslogtreecommitdiffstats
path: root/audio/ncspot/README
diff options
context:
space:
mode:
author K. Eugene Carlson2022-03-30 19:54:35 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:19:16 +0200
commite1cdc298d8905732cd807896b696611377945d06 (patch)
tree9a0cbaa34d760f8e5a7bf7b6f86d0dea85d5c0bd /audio/ncspot/README
parent7d99e3bd23e5ae1c3378745cd81e7a0379bdfb34 (diff)
downloadslackbuilds-e1cdc298d8905732cd807896b696611377945d06.tar.gz
audio/ncspot: Added (cross-platform ncurses Spotify client)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncspot/README')
-rw-r--r--audio/ncspot/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/ncspot/README b/audio/ncspot/README
new file mode 100644
index 0000000000..4196c5a89c
--- /dev/null
+++ b/audio/ncspot/README
@@ -0,0 +1,27 @@
+ncspot (TUI Spotify client)
+
+ncspot is a cross-platform ncurses Spotify client written in Rust using
+librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc.
+
+A premium Spotify account is needed to use the application; users will
+be prompted to log in to Spotify when running for the first time.
+
+Spotify credentials are stored separately for each user at
+~/.config/ncspot/credentials.toml. This file, as well as the
+~/.config/ncspot directory, is created automatically after logging in to
+Spotify through ncspot.
+
+ncspot can be configured using ~/.config/ncspot/config.toml on a per-
+user basis. See the project homepage on Github for details.
+
+A list of active keybindings can be accessed in-application with:
+
+ :help
+
+ueberzug is an optional dependency for displaying album covers; use
+
+ COVERS=yes ./ncspot.SlackBuild
+
+to compile the feature in. Please note that upstream does not consider
+album cover display to be essential functionality, and it may not work
+in some terminal emulators.