LazySpotify is a lightweight terminal client that brings the power of Spotify to your command line. Ideal for those who prefer a minimalistic approach, this tool allows seamless music streaming with essential features while ensuring efficiency and ease of use. Perfect for developers and terminal enthusiasts.
lazyspotify is a command-line interface for Spotify, designed specifically for macOS and Linux users. This lightweight terminal client provides a robust solution for managing and enjoying your Spotify music library directly from the command line.
config.yml file, allowing for easy management of settings, including your Spotify client ID.To use lazyspotify, ensure the following components are in place:
lazyspotify-librespot daemon, primarily if building from source.Visualize the features of lazyspotify with these intuitive demos:




To start using lazyspotify, a Spotify app client ID is necessary:
lazyspotifyTerminal-based Spotify clienthttp://127.0.0.1:8287/callbackconfig.yml or export it as an environment variable.Configuration files are saved in the following locations:
~/Library/Application Support/lazyspotify/config.yml~/.config/lazyspotify/config.ymlThe app automatically generates a default config.yml if missing, which can easily be edited to include your Spotify client ID and other settings.
For instance, a minimal configuration could appear as follows:
auth:
client_id: your_spotify_app_client_id
Simply invoke the lazyspotify application using:
lazyspotify
If built from source, run it directly via:
./target/lazyspotify
Contributions and enhancements to lazyspotify are welcome. Set up the development environment by running:
make run
go test ./...
Engage with lazyspotify for a streamlined and efficient Spotify experience from the comfort of your terminal.
No comments yet.
Sign in to be the first to comment.