- Oct 13, 2021
-
-
Hugo Beauzée-Luyssen authored
-
- Oct 12, 2021
-
-
Hugo Beauzée-Luyssen authored
While NON NULL seems to be accepted by sqlite, it appears to be silently converted to NOT NULL, which makes the db consistency checks fail later on
-
- Oct 11, 2021
-
-
Hugo Beauzée-Luyssen authored
Since we now handle InsertionDate when sorting album, this test doesn't test what it's supposed to. Regression from !487
-
- Oct 07, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
In order to avoid sprinkling 2+ line std::to_string invocations each time we need to convert an enum value to a string in a SQL request
-
Hugo Beauzée-Luyssen authored
As model changed this become more and more unreadable, so let's refactor it to match what other classes do. This is much longer, but also much clearer
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #374
-
Hugo Beauzée-Luyssen authored
Instead of using the values stored in the instance. This will us to flush the task list at any given time, and not have to wait until the currently running task completes
-
- Oct 06, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This should help with the nbScheduled >= nbDone assertion that sometimes triggers in vlc-iOS (should) fix #375
-
Hugo Beauzée-Luyssen authored
The rest of the code assumes that scheduled >= done, so setting done to 0 first could briefly invalidate this assumption. Note that this doesn't have any effect with relaxed memory order, which will change in next commit
-
Hugo Beauzée-Luyssen authored
Fix #217
-
Hugo Beauzée-Luyssen authored
This reverts commit 8a9999b7.
-
- Oct 05, 2021
-
-
Hugo Beauzée-Luyssen authored
We're already in the Artist class, no need to specify it
-
Hugo Beauzée-Luyssen authored
Fix #240
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
As it's done for other entity type, this will ease up generating the request based on the sorting criteria. For now it doesn't add an actual join
-
Hugo Beauzée-Luyssen authored
Refs #240
-
Hugo Beauzée-Luyssen authored
refs #240
-
Hugo Beauzée-Luyssen authored
This will prevent having to manually update that list every time we add a new criterion
-
Hugo Beauzée-Luyssen authored
Fix #301
-
Hugo Beauzée-Luyssen authored
Incidently, this was working fine since the only invocation was passing 1 as both mediaID and time
-
Hugo Beauzée-Luyssen authored
We removed a couple of values, which was not reflected in the number of entries
-
- Oct 04, 2021
-
-
Hugo Beauzée-Luyssen authored
Regression from switching to meson
-
- Oct 03, 2021
-
-
Felix Paul Kühne authored
Commit d4024e56 added the x86-dispatch for all platforms which was previously limited to x86 as dispatch support was not extended beyond this architecture yet. This reverts this minor part of the commit.
-
- Oct 01, 2021
-
-
Hugo Beauzée-Luyssen authored
-