- Mar 13, 2023
-
-
Alaric Senat authored
-
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... (cherry picked from commit 1af3f54f)
-
This will disable the following feature: https://github.com/chouquette/meson/commit/788e8002993e0a14af8f6bd75aba3bfc9fed7d80 (cherry picked from commit f479e56e)
-
A newer libvlcpp is needed. (cherry picked from commit 0fc2bb80)
-
Alaric Senat authored
(cherry picked from commit c792471d)
-
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. (cherry picked from commit 418b9d97)
-
Alaric Senat authored
(cherry picked from commit 3cb99603)
-
Alaric Senat authored
(cherry picked from commit 73d844ac)
-
Alaric Senat authored
(cherry picked from commit 1dcadb4c)
-
Alaric Senat authored
(cherry picked from commit 2b231d3c)
-
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. (cherry picked from commit 76a09b7b)
-
Alaric Senat authored
(cherry picked from commit f39fa487)
-
Alaric Senat authored
(cherry picked from commit 0f16a1e1)
-
Alaric Senat authored
(cherry picked from commit 20e406ec)
-
Alaric Senat authored
(cherry picked from commit 324d5394)
-
Alaric Senat authored
(cherry picked from commit 4a20774f)
-
Alaric Senat authored
(cherry picked from commit 3b9e79b6)
-
Alaric Senat authored
(cherry picked from commit b0f1b041)
-
Alaric Senat authored
(cherry picked from commit aa2e2daf)
-
Alaric Senat authored
(cherry picked from commit a1dade1e)
-
Alaric Senat authored
Which allows more queryParameter support like `includeMissing` and `favoriteOnly` effortlessly. (cherry picked from commit 49549d91)
-
Alaric Senat authored
(cherry picked from commit 7abdfd1c)
-
Alaric Senat authored
To follow the usual space-before rules and support more QueryParameters conditions. (cherry picked from commit 79f70227)
-
Alaric Senat authored
(cherry picked from commit 75706cae)
-
Alaric Senat authored
This remove the sorting and joining boiler plate code. (cherry picked from commit 72b0c8e7)
-
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. (cherry picked from commit d142bb04)
-
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. (cherry picked from commit c970027b)
-
Alaric Senat authored
(cherry picked from commit d7a0ca5e)
-
Alaric Senat authored
Implements #455 (cherry picked from commit 92b5ce5e)
-
Alaric Senat authored
Implements #464 (cherry picked from commit e1c3ff1f)
-
Alaric Senat authored
(cherry picked from commit 19483a26)
-
Alaric Senat authored
(cherry picked from commit 679e119b)
-
Alaric Senat authored
(cherry picked from commit c266cd1f)
-
Alaric Senat authored
Implements #458 (cherry picked from commit a7b48d6b)
-
Alaric Senat authored
(cherry picked from commit 0924c9cd)
-
Alaric Senat authored
(cherry picked from commit 984a5edf)
-
Alaric Senat authored
Refs #458 (cherry picked from commit df5c6b7f)
-
Alaric Senat authored
(cherry picked from commit 31897358)
-
Alaric Senat authored
Implements #457 (cherry picked from commit 25a7f53a)
-
Alaric Senat authored
(cherry picked from commit e22eab2d)
-