Valentin HAUDIQUET
Valentin HAUDIQUET
**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());...
**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...
After using the spotify player for a while, it throws a "kSpErrorFailed" and stop working. I tried to change the code to handle theses errors, in a way that after...
-> when playing a track from deezer : whole app starts to lag a lot -> when pause/play from deezer : sound starts to repeat himself, and quality is horrible...
Another category of playlist, that would be available only on Blade, that could be formed with songs from local/spotify/deezer at the same time (songs that are only on deezer and...
Sliding element from mainListView or currentPlaylistView would start an user-defined custom action (like remove from list/add to playlist/manage libraries/play next...)
I wanted to work on SoundCloud support before 1.0 alpha release (which i hope will be coming soon); but it looks like they're trying to change their API, and they...
If this app is here to showcase how librespot can be included in an Android app, i think it would be good to show the minimal proguard rules that should...
### What changes would you like? Support the RISC-V architecture, along with all other architectures supported. ### Any extra information? I guess this would need support from github, to enable...
**Before creating a bug report please make check the following** - [x] You have read our [FAQ](https://fvm.app/documentation/getting-started/faq) **Describe the bug** On RISC-V, fvm downloads `arm64` version of the dart SDK....