Skip to content

Releases: Rigellute/spotify-tui

v0.2 Improvements and more functionality

17 Sep 19:49
Compare
Choose a tag to compare

This release partially brings some core functionality (scrolling through result pages, saving tracks, resuming playback, toggling shuffle, jump to currently playing album).

This is partial since scrolling and saving tracks are not implemented for all views yet.

Full list of additions below.

Added

  • General navigation improvements
  • Improved search input: it should now behave how one would expect
  • Add Ctrl-d/u for scrolling up and down through result pages (currently only implemented for "Liked Songs")
  • Minor theme improvements
  • Make tables responsive
  • Implement resume playback feature
  • Add saved albums table
  • Show which track is currently playing within a table or list
  • Add a event to jump to currently playing track's album
  • Add s event to save a track from within the "Recently Played" view (eventually this should be everywhere)
  • Add Ctrl-s to toggle shuffle
  • Add the following journey: search -> select artist and see their albums -> select album -> go to album and play tracks

Installation

Follow these instructions.

First release 🎉

06 Sep 14:54
Compare
Choose a tag to compare
First release 🎉 Pre-release
Pre-release

There is still much work to do implementing spotify features, but the basics are there that make it at least slightly usable.

To use

  1. Download the binary (currently only for macOS).
  2. cd to the file you just downloaded and unzip
  3. cd to spotify-ui and run with ./spotify-tui

If you are having trouble running it, first make sure you have set the client_id and client_secret. More info here.