README 1011 B

12345678910111213141516171819202122232425262728
  1. ncspot (TUI Spotify client)
  2. ncspot is a cross-platform ncurses Spotify client written in Rust using
  3. librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc.
  4. A premium Spotify account is needed to use the application; users will
  5. be prompted to log in to Spotify when running for the first time.
  6. Spotify credentials are stored separately for each user at
  7. ~/.config/ncspot/credentials.toml. This file, as well as the
  8. ~/.config/ncspot directory, is created automatically after logging in to
  9. Spotify through ncspot.
  10. ncspot can be configured using ~/.config/ncspot/config.toml on a per-
  11. user basis. See the project homepage on Github for details.
  12. A list of active keybindings can be accessed in-application with:
  13. :help
  14. ueberzug is an optional dependency for displaying album covers; use
  15. COVERS=yes ./ncspot.SlackBuild
  16. to compile the feature in. Please note that upstream does not consider
  17. album cover display to be essential functionality, and it may not work
  18. in some terminal emulators.