Jonas Kvinge

Results 318 comments of Jonas Kvinge

https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/227f5916d0943b30db6dac97d2dded2373c54019.patch

I see that both openSUSE and Arch are using libsoup 3.0.7, while the newest is 3.1.3. However I don't see any changes between the versions that should be relevant to...

I have rebased and fixed the compile errors. I will try to finish it.

The change was intentional since we were already using grouping to separate albums when "Year - Album" was used, and some users wanted the behavior. But since not everyone want...

I contacted Tidal to ask for access to the API for use in Strawberry, but simply got: "Unfortunately we do not share our API." I'm using one of the android...

@ribizli How do I get a developer account?

It uses standardized OAuth protocol. I've already implemented it in Strawberry, but using the client_id from Windows the streams are encrypted. I don't think Tidal would approve an open source...

There isn't an easy fix for this with the current model implementation as far as I can think of. The reason it takes long is that the model uses lazy...

The loading needs to be done in a different thread to solve it, so it needs to be moved to the backend or use a current thread, otherwise it won't...

I did some testing removing all the lazy loading stuff and changing to loading all songs in the model at startup. There are both advantages and disadvantages with that approach,...