Visp is a Vi-like Spotify client for terminal users.
Visp is an interactive console client for Spotify, written in Go. Its interface is similar to Vim, and aims to be fast, configurable, and practical.
Visp means whisk, and just like the simple mechanical tool it makes it easy to create that smooth and perfect mixture through the power of manual control, and without any unfortunate lumps.
This interface has many features that involve sorting, searching, and navigating. It’s designed to let you navigate your music collection effectively and efficiently.
This project is a fork of Practical Music Search and contains a lot of the same functionality,
but is geared towards Spotify instead of Music Player Daemon. Visp was born due to significant differences between the Spotify and MPD APIs.
Also, forking the project is a convenient opportunity to depart from the unfortunate acronym PMS.
Among currently implemented features are:
Downloads for Linux, Mac OS X and Windows can be found on the releases page.
Visp is beta software and is a work in progress. Testers are welcome.
If you’re new to Visp, please start out by reading the User Guide.
For in-depth information about configuration or advanced use, check out the documentation.
Visp requires a Spotify Premium account and will not work with free accounts.
Visp is not a player, but a controller, and is thus not capable of outputting sound.
You can run the official Spotify client in the background, play back on Spotify enabled devices,
and if you want a headless/server setup I can recommend the excellent
librespot or
spotifyd projects.
As Visp is still beta, there are bugs and unimplemented features. These can be
reported in the issue tracker.
See how to contribute to Visp.
You’re assumed to have a working Go development environment. Building Visp requires Go 1.16 or higher.
Assuming you have the go
binary in your path, you can build Visp using:
git clone https://github.com/ambientsound/visp
cd visp
make
This will put the binary in ./bin/visp
.
You need to run Visp in a regular terminal with a TTY.
If Visp crashes, and you want to report a bug, please include relevant sections of the debug.log
file,
located in the directory where you started Visp.
Forked from Practical Music Search,
written by Kim Tore Jensen <kimtjen@gmail.com>, Bart Nagel <bart@tremby.net>,
and others.
Visp is written by Kim Tore Jensen <kimtjen@gmail.com>.
The source code and latest version can be found at Github:
https://github.com/ambientsound/visp.