I’ve been using Subsoniq as a subsonic client for years, and it works well enough. However, there doesn’t seem to be an aarch64 build available on jolla store. I could not find the source code either.
Is there any good subsonic client application which is at least a little maintained (or whose source code would be available) around here ?
Yes, im already using my own subsonic client daily. No binaries are currently published, ill get to that soon ™, but source is here GitHub - piggz/supersonik
Needs to build against chum:testing. It wont build on OBS due to SB2/qemu issues there, but does build in the sdk.
Just for a hoot, I forked it and added a github action to test builds on github. If the current structure works, I’ll push it to the community builds on github.
I was planning on migrating the build system to cmake, and making sure it works with sailfish os 5 in aarch64. Potentially taking over maintenance, as it seems unmaintained. I’ll contact Znurre about that.
I’ve never used github action for sfos builds, is there any example around there ?
Ah, it’s just an entry or two in the spec (I ignored the yaml) for nemonotifications and moving the file paths (for lib) in the .pro. If you move to cmake, you can restructure to your hearts content I had thought to make the QJsonSerializer a git submodule, BUT, the way I would usually do this is to make that repo it’s own package on obs and declare it as a dependancy in the subsonic spec. But that would require packaging the serializer. Of course, one could just include it ‘by hand’ in the subsonic libs dir