Skip to content

RuanCampello/orpheus-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orpheus

❯ Spotify TUI Client

Control your Spotify within the terminal.


Installation

  1. Clone this repository:
git clone https://github.com/RuanCampello/orpheus.git
cd orpheus
  1. Environment Variables:

To run this project locally, set up a .env file in the root directory with the following variables:

Get Spotify API Credentials

# Spotify API credentials
CLIENT_ID=
CLIENT_SECRET=

RSPOTIFY_REDIRECT_URI=http://localhost:8888/callback

# This determines how the music/album image is rendered in the player widget.
# It can be set as "ASCII" (default) or "IMAGE" that renders as an actual image.
PLAYER_IMAGE_KIND="IMAGE"
  1. Run the Application:
cargo run

Note

Make sure to have a Spotify client open when launching the TUI. It's a limitation of Spotify's web API. It can be a desktop app, the web client or the Spotify Daemon

Check out the Spotify Daemon here.

About

Spotify TUI client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages