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

Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0. Commits 831fe7b [maven-release-plugin] prepare release maven-clean-plugin-3.2.0 2dd1e2f Revert "[maven-release-plugin] prepare release maven-clean-plugin-3.2.0" 78563f0 [maven-release-plugin] prepare release maven-clean-plugin-3.2.0 57a2073 Revert "[maven-release-plugin] prepare release maven-clean-plugin-3.2.0" eda4840...

dependencies

**Describe the bug** There's neither **Metadata.Playlist** nor **ApliClient.getMetadata4Playlist()** implementation. I don't know for what reason, I just let you know. Either way, appreciated all your work in this proyect! **Version/Commit**...

enhancement

**Describe the bug** Playing an artist's radio station on spotify premium fails to produce any music. **To Reproduce** 1. install spocon via `apt install spocon` on `Linux version 5.4.0-100-generic (buildd@lcy02-amd64-002)...

bug

**Describe the bug** librespot-java seems to crash without recovery after a series of reconnection attempts. I use spocon for launching librespot-java on a Raspberry Pi 4. **To Reproduce** Could not...

bug

The new method returns the desired seek time if available, or the real time if the player has already sought. Should fix #448.

Problem: Spotify Web API only allows me to connect to devices which are specifically registered to my account, rather than those devices which advertise themselves over mdns on my local...

enhancement

**Describe the bug** When trying to connect to my spotify connect device that I set up with librespot autoconf, I get the below exception. The jar doesn't crash but the...

bug

**Describe the bug** Consider the following code : ``` private xyz.gianlu.librespot.player.Player spotifyPlayer; void seek(int t) { spotifyPlayer.seek(t); System.out.println("Seek to " + t + ", but player reports " + spotifyPlayer.time());...

bug

**Is your feature request related to a problem? Please describe.** I have previously obtained an OAuth2 Spotify access token, and would like to use that to authenticate librespot 'Session'. I'm...

enhancement

The Facebook part is working, but Spotify will not let us get the required tokens.

enhancement