A player for those who wants to listen to music on Spotify right from the terminal.
- Fast
- Memory friendly
- Works as a Spotify device
- Works as a terminal music player
$ spotty connect
$ spotty playlists
$ spotty search
$ spotty toggle play-pause
$ spotty previous
$ spotty next
$ spotty mute
$ spotty list <Object_URI>
Install spotty with cargo
cargo install spotty
[WIP] Documentation
- Implement CLI structure
- Implement Spotify connection with token refresh
- Integrate spotifyd daemon on spotty
- Implement basic playback control
Contributions are always welcome!
See [WIP]contributing.md
for ways to get started.
Please adhere to this project's [WIP]code of conduct
.
Spotifyd is a daemon which purpose is to be a device for streaming Spotify musics and podcasts, but it doesn't support playback control. Spotty is aimed to be both a Spotify daemon and a Spotify playback player.