Jonas Kvinge

Results 318 comments of Jonas Kvinge

Is this still an issue with PulseAudio output?

Looking at Transiflex, it looks to be a paid service, and I've already submitted a request for Weblate and https://care.weblate.org/#ticket/zoom/8129

Weblate does not seem to be responding to the request, so I think I need to try another service.

I've given up on Weblate and signed up for Crowdin instead where the project was accepted as open source within seconds after I registered. But I don't see how to...

Crowdin is now integrated: https://crowdin.com/project/strawberrymusicplayer/

> I'd appreciate if somebody could explain why the Ubuntu build fails `QAbstractSocket::errorOccurred` was introduced in Qt 5.15, while Ubuntu Focal has Qt 5.12. For now we still support building...

What encoding is the cue file in? I suspect it only supports UTF-8.

Can you paste the .cue file here and I will check if we can implement handling of more encodings, or at least show an error if it's not UTF-8.

Qt only detects UTF encodings, so we need to write our own code, or use a another library (ICU or libmagic?) for that. `QTextStream::setCodec` is gone in Qt 6, we...