herrernst
herrernst
I probably have a similar problem, I immediately get the following crash when playing https://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d48000.m3u8 ```` Oct 12 21:55:30 rpi3 mopidy[325]: OverflowError: Python int too large to convert to C...
I also think this shouldn't be an extra option, but the repeat mode should be toggled/controlled with the Spotify app as raised in #237
I'm also not happy with the current behavior (a playlist or album loops endlessly). I guess it wouldn't be hard to implement the Repeat All/Repeat 1/Repeat None feature like in...
I've opened a pull request which changes the hardcoded behaviour to not repeat: #239
Are you really sure that Spotify applies compression? Do you have any references on that?
I just apply the replaygain factor, so it doesn't sound special, everything else (i.e. implementing a compressor/limiter) would be nontrivial
@kingosticks https://sourceforge.net/p/despotify/code/HEAD/tree/java/trunk/src/main/java/se/despotify/client/player/SpotifyOggHeader.java#l106
@cortegedusage thanks for your report. That is indeed a problem, that song is very quiet, and will be boosted which probably results in clipping. I will take a look at...
@cortegedusage I've added a commit on my branch which prevents clipping by reducing the volume if necessary.
In its early versions (when only the portaudio backend was available), librespot never closed the audio device. I wished for this to be changed, and it was merged. You can...