Paul Liétar

Results 80 comments of Paul Liétar

This is definitely something I'd like to have, but requires quite a bit of work. At the moment, caching is just a matter of placing the file in the cache...

@juriansluiman Deleting files while librespot is running should work. Can you run librespot with `RUST_BACKTRACE=1` and `--verbose` and post the log please ? What platform are you running on ?

What's the original source for this ? I'd rather point to that instead

(Just to confirm, does non-discovery authentication work ?) The 404 is normal, does `http://XXX.XXX.XXX.XXX:38143/?action=getInfo` work ? Here's my educated guess at the issue. Discovery uses mDNS, which normally relies on...

Do you have access to an iOS device? I think Spotify uses Apple's implementation of mDNS on there, which appropriately uses multicast. If it works it would confirm my suspicions.

GStreamer is a powerful but pretty big dependency, both in terms of size and complexity. I'd rather avoid it if possible. Nevertheless, I've refactored the Audio Output code to use...

See my comment there https://github.com/plietar/librespot/issues/63#issuecomment-198417728 This will have to wait until I reorganise the audio backends

librespot uses mDNS for zeroconf authentication by default. This may interfere with unusual DNS setups. Can you run librespot with `--disable-discovery` ?

No, I'd prefer keeping this issue open. librespot shouldn't interfere with the system's DNS configuration, so this is still a bug. Moving to #167 for the authentication failure issue.

Yeah, I wrote librespot while I was still reverse engineering the protocol, so these issues weren't really my priority. There's a lot of things I'm not too happy with in...