Jonas Kvinge

Results 318 comments of Jonas Kvinge

I have never seen this error shown in strawberry before. For me, when a file doesn't exist, "Resource not found" is shown. So I suspect the error has something to...

Fading is handled entirely by strawberry itself, not gstreamer. Fading is basically just starting a new pipeline instance with the next url while the old is still playing, turning volume...

Thanks but I don't think we really need this. I wouldn't mind adding this if more contributors were using it, but right now I think it's just you.

I am aware. It was added to Clementine in 2018 by @Eoin-ONeill-Yokai, long after I forked. The code is here: https://github.com/clementine-player/Clementine/blob/master/ext/libclementine-tagreader/gmereader.cpp I am not familiar with the SPC format so...

Great. I think porting it to Qt 6 should be easy, the only thing I see is `QTextStream::setCodec` needs to be `QTextStream::setEncoding` with Qt 6, so a ifdef there so...

1. It's because I implemented support for TagParser as an alternative to TagLib. Yes, you could sub-class it and make an instance in it in TagReaderWorker. 2. Having two different...

Uses 15-20% CPU here in my macOS VM. Did you change any specific configuration options? Did you try with a fresh configuration? delete ~/Library/Preferences/org.strawberrymusicplayer.Strawberry.plist