librespot-java icon indicating copy to clipboard operation
librespot-java copied to clipboard

The most up-to-date open source Spotify client

Results 203 librespot-java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The SpotifyId URI's regex expects a different syntax from the Spotify's provided URI of a Playlist. **To Reproduce** `SpotifyId id = PlaylistId.fromUri("spotify:playlist:4tYRZ7mZVEINuvu7ns4rQB");` **Expected behavior** The URI's regex...

bug

**Is your feature request related to a problem? Please describe.** I'd like to use the multi speaker icon for librespot-java. ![image](https://user-images.githubusercontent.com/7756020/143014520-f8b8311e-cb3e-4044-aed8-8b067a35ed32.png) **Describe the solution you'd like** A way to use...

enhancement

**Describe the bug** It seems in the logs that the connection is reset after 30 minutes. **Expected behavior** I'm not sure if this is regular behaviour of not, however my...

bug

When I connect to my device within Spotify on Window, the playback-time starts/continues even when in pause-state. It happens always, when I connect while in pause state, or when pausing...

bug

Shell commands work with "ZEROCONF" but not "USER_PASS" on v1.6.1. Yeah weird, toke me some time to catch this critter.

bug

- The spotify web-api breaks with specific combinations of token scopes, see #399 - If you try creating a token through the spotify web console as found in the [`WebApihandler`](https://github.com/librespot-org/librespot-java/blob/playplay/api/src/main/java/xyz/gianlu/librespot/api/handlers/WebApiHandler.java#L31)...

bug

**Describe the bug** Hello, the librespot service silently vanishes after some days from the spotify connect list, a restart is needed. Restart shows the app hanging, sig-term times out and...

bug

**Describe the bug** - `/web-api/v1/me/player/devices` returns an empty list of devices - Manually calling `curl -X GET` with a token returned from `/token` results in the same result, a `200...

bug

- [x] Working clienttoken request - [x] Persist client token once generated - [ ] Working playplay request

enhancement

Get up-to-date with the latest Facebook login flow. https://github.com/librespot-org/librespot/discussions/635#discussioncomment-714466

enhancement