- Jun 13, 2023
-
-
The linux partition to device code was flawed in case of filesystems mapping a single partition directly at the root without naming it (eg. `/dev/sdc` being a main disk partition, not `/dev/sdc1`). Fixes #469
-
- May 23, 2023
-
-
Steve Lhomme authored
The API is always available in Win8+ even in UWP builds, unlike CreateFileW. The API is pretty much the same.
-
- Mar 13, 2023
-
-
Alaric Senat authored
This is temporary and should be reverted ASAP. There's currently an unknown libvlc issue with the win32/64 implementations of the thumbnailer. This issue is being investigated but shouldn't block all our pipelines. Failures under windows pipelines shouldn't be ignored and it is better not to disable the thumbnailer tests, so lets switch the failing jobs to warnings and check them manually when they fail...
-
This will disable the following feature: https://github.com/chouquette/meson/commit/788e8002993e0a14af8f6bd75aba3bfc9fed7d80
-
A newer libvlcpp is needed.
-
- Feb 20, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
There seems to be no justifications to provide a custom count query. Removing it simplifies a lot the code and allow for easier QueryParameters support.
-
Alaric Senat authored
-
Alaric Senat authored
-
- Feb 17, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
-
- Feb 16, 2023
-
-
Alaric Senat authored
To `favoriteOnly` to be more in line with the rest of the implementation which already used the `favorite` termination. No functional changes.
-
- Jan 13, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
Which allows more queryParameter support like `includeMissing` and `favoriteOnly` effortlessly.
-
Alaric Senat authored
-
Alaric Senat authored
To follow the usual space-before rules and support more QueryParameters conditions.
-
Alaric Senat authored
-
Alaric Senat authored
This remove the sorting and joining boiler plate code.
-
Alaric Senat authored
To allow selecting the default `SortingCriteria` which was annoying to do beforehand because of the `const` nature of the `QueryParameters`. This will be useful to set `Album` sorting as a default for `Artist` tracks listing.
-
Alaric Senat authored
This is extracted from the Album track listing method which was likely more used and correctly implemented. The new sorting technique just take into account album IDs and disc numbers.
-
Alaric Senat authored
-
Alaric Senat authored
Implements #455
-
- Jan 12, 2023
-
-
Alaric Senat authored
Implements #464
-
- Dec 20, 2022
-
-
- Dec 13, 2022
-
-
Alaric Senat authored
Implements #458
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
Refs #458
-
- Dec 02, 2022
-
-
Alaric Senat authored
-
Alaric Senat authored
Implements #457
-