#spotify #ncurses #terminal #librespot #remote-control #password-manager #sockets

bin+lib ncspot

ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes

46 releases (2 stable)

1.1.0 Mar 5, 2024
1.0.0 Dec 16, 2023
0.13.4 Jul 23, 2023
0.13.0 Mar 9, 2023
0.0.0 Mar 4, 2019

#82 in Audio

Download history 73/week @ 2023-12-22 62/week @ 2023-12-29 76/week @ 2024-01-05 59/week @ 2024-01-12 93/week @ 2024-01-19 108/week @ 2024-01-26 57/week @ 2024-02-02 45/week @ 2024-02-09 219/week @ 2024-02-16 76/week @ 2024-02-23 244/week @ 2024-03-01 154/week @ 2024-03-08 136/week @ 2024-03-15 48/week @ 2024-03-22 87/week @ 2024-03-29 60/week @ 2024-04-05

354 downloads per month

BSD-2-Clause

440KB
11K SLoC

ncspot logo

An ncurses Spotify client written in Rust using librespot

Crates.io Gitter

ncspot search tab

ncspot is an ncurses Spotify client written in Rust using librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc. My motivation was to provide a simple and resource friendly alternative to the official client as well as to support platforms that currently don't have a Spotify client, such as the *BSDs.

ncspot only works with a Spotify premium account as it offers features that are not available for free accounts.

Features

  • Support for tracks, albums, playlists, genres, searching...
  • Small resource footprint
  • Support for a lot of platforms
  • Vim keybindings out of the box
  • IPC socket for remote control
  • Automatic authentication using a password manager

Installation

ncspot is available on macOS (Homebrew), Windows (Scoop, WinGet), Linux (native package and Flathub) and the BSD's. Detailed installation instructions for each platform can be found here.

Configuration

A configuration file can be provided. The default location is ~/.config/ncspot. Detailed configuration information can be found here.

Building

Building ncspot requires a working Rust installation and a Python 3 installation. To compile ncspot, run cargo build. For detailed instructions on building ncspot, there is more information here.

Packaging

Information about provided files, how to generate some of them and current package status accross platforms can be found here.

Dependencies

~38–81MB
~1.5M SLoC