Releases: Rigellute/spotify-tui
Releases · Rigellute/spotify-tui
v0.2 Improvements and more functionality
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 🎉
There is still much work to do implementing spotify features, but the basics are there that make it at least slightly usable.
To use
- Download the binary (currently only for macOS).
cd
to the file you just downloaded and unzipcd
tospotify-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.