librespot icon indicating copy to clipboard operation
librespot copied to clipboard

Open Source Spotify client library

Results 83 librespot issues
Sort by recently updated
recently updated
newest added

I've implemented the open() and close() functions so that the sink will be closed when notin use. This is my first time working with rust, so I'm not 100% sure...

Currently we don't start loading the next track until the current one has completed. This causes a short delay between tracks. Instead the next track should start loading before that.

enhancement

The folks at [librespot-org](https://github.com/librespot-org/librespot) have what looks to be a very active and maintained fork. Perhaps you should link to it in the README? This is still the first search...

I don't know if this is somehow related to #217 but for some reason I can't make audio output through jack on my RPi3 with latest OSMC installed. Only HDMI...

Updated the note in the readme to point to the librespot-org repo

I'm using Raspbian Jessie Release 8.0 When i'm trying to start librespot on my Raspberry Pi 3 using PulseAudio backend ```RUST_BACKTRACE=1 ~/librespot/target/release/librespot --username my@email --cache /tmp/librespot --name Libre -p MySuperStrongPassword...

Hi, I built librespot with alsa backend on Archlinuxarm: https://aur.archlinux.org/packages/librespot-alsa-git/ When I try to start librespot with the following command: librespot --cache /var/cache/librespot --name Test --bitrate 320 --username xxxxxx --password...

This setup worked until recently. I run this on a Raspberry Pi powered by OSMC, so it could be related to their most [recent update](https://osmc.tv/2017/07/osmcs-june-update-is-here-2/), but it's hard to debug...

Hello! I would like to run the librespot on a free account? Where do I need to edit the code? Is changing "accountReq": "PREMIUM" to "accountReq": "FREE" in src/discovery.rs enough?