Jonas Kvinge
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...
Strawberry cannot correctly display russian names from flac after drag'n'dropping .cue file to queue
What encoding is the cue file in? I suspect it only supports UTF-8.
Strawberry cannot correctly display russian names from flac after drag'n'dropping .cue file to queue
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.
Strawberry cannot correctly display russian names from flac after drag'n'dropping .cue file to queue
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...
Strawberry cannot correctly display russian names from flac after drag'n'dropping .cue file to queue
And I wonder how KDE does this? kate detects the encoding.