Poldi
Poldi
Just realized I forgot instruction on how to use/enable this. There is a new settings item, similar to Clementine, that allows the config for the remote
I'd appreciate if somebody could explain why the Ubuntu build fails
Ubuntu 24.04 LTS release is planned for April 25, so I guesss we can check this then
Thanks for your feedback. I didn't worry about the KDSingleApplication while the remote code was still in development. The code for the remote is for ssh [email protected]:poldi171254/StrawberryRemote.git for https https://github.com/poldi171254/StrawberryRemote.git
The attached CMakeLists.txt file does what I needed. I tested it with your SQLiteCpp_Exmplle [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/files/4056541/CMakeLists.txt) This assumes the staic library is in /usr/local/lib and the incldes are in /usr/include Thanks...
The easiest way to test this (in Ubuntu) is to Build SQLiteCpp Install in a standard directory (/usr/include /usr/lib) Clone https://github.com/SRombauts/SQLiteCpp_Example.git Replace the CMakeLists.txt with mine Modify the exe target...
Hi, I'm in the process of porting a mysql app (Amarok) to sqlite and most of the tables in mysql are defined with utf8_bin which compares strings by the binary...
I'd appreciate of you could find the time for a review so I can maybe focus on working on some other areas of Strawberry. Also, as I mentioned before, I...
I think one of the recurring issues seems to be the format of the code. I'm using Qt Creator If you are using CLangFormat settings maybe you can share your...
> Commit [8e158ad](https://github.com/strawberrymusicplayer/strawberry/commit/8e158ad508b4d919b38bbd04f1ef5b463a088300) looks strange, it's a mix my changes and your changes, the text in the commit title is from a different commit, while the commit message body is...