spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

A Spotify player in the terminal with full feature parity

Results 98 spotify-player issues
Sort by recently updated
recently updated
newest added

One thing I really miss is the possibility to add a track or album to the queue. Rspotify has support for this: [documentation](https://docs.rs/rspotify/0.11.5/rspotify/clients/oauth/trait.OAuthClient.html#method.add_item_to_queue), so I guess it should be possible?...

It would be nice to add offline mode support mode for `spotify-player`. Initial ideas: - [ ] use embedded DB (`sqlite`) to store song's data/metadata - [`librespot`](https://github.com/librespot-org/librespot) already supports download...

enhancement

Currently whenever we leave the TUI, music stops playing. It would be better if music kept playing in the background. Is such a feature in the roadmap ?

enhancement

I have the spotify_player app integrated as a scratchpad as i find them very useful, my only problem with it so far is that it freezes when i hide the...

bug

Hi, I have been having an small issue with spotify-player. For some reason when I hit play in my liked tracks nothing plays at all. However if I was already...

bug

Hi, I've been using spotify-player for quite a while now, I think everything is great but podcast support would make the app even more complete in my opinion. The other...

enhancement

Hi, I would love to have a flag `automix` in the config, which makes it that the next song is truly random. (Same internal handling like sending the command `PlayRandom`)....

enhancement

![20240106_151324](https://github.com/aome510/spotify-player/assets/47404953/22b70dd0-0d04-48a3-8f5d-5a3674e48cc4) ![20240106_151337](https://github.com/aome510/spotify-player/assets/47404953/fc147ce0-df7f-489e-a665-8791e365c8ff) ^ The highlighted selection is the useless padding introduced when there is no border. ```toml border_type = "Hidden" playback_window_position = "Bottom" playback_window_width = 4 ```

enhancement

**Describe the bug** I'm unable to start the spotify_player with error ``` Error: Failed to initialize the Spotify data Caused by: http error: request: error sending request for url (https://api.spotify.com/v1/me/player):...

bug

I tried changing the device name by using the following configs in the app.toml file: ``` default_device = "macos-terminal" [device] name = "macos-terminal" ``` But when running spotify_player with this...

bug