- Mar 13, 2021
-
-
Christopher Degawa authored
present in meson but not in autotools and causes linking errors Signed-off-by:
Christopher Degawa <ccom@randomderp.com>
-
- Mar 12, 2021
-
-
Hugo Beauzée-Luyssen authored
I'm not 100% sure the failures are false positive but they look like so
-
- Feb 22, 2021
-
-
Hugo Beauzée-Luyssen authored
Fixes #292
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
Refs #292
-
Hugo Beauzée-Luyssen authored
UPDATE FROM was introduced in 3.33.0 and we'll need it in next commit
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
We now store the numbre of media per-type, and the number of present media, per-type as well. refs #292
-
Hugo Beauzée-Luyssen authored
We'll soon need to track media regardless of their presence, depending on the query passed by the caller refs #292
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
We need to filter artists with at least a single track even when using ArtistIncluded::All, otherwise we might end up returning unknown and various artists even if they have no tracks
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #292
-
Hugo Beauzée-Luyssen authored
-
- Feb 19, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We need a more up to date meson version to build the extra test programs since they as they are not built by default
-
Hugo Beauzée-Luyssen authored
We only include the test subdir when libvlc is enabled & found
-
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
This shouldn't be needed but for now meson will build the test executables by default, including when they are explicitely tagged with 'build_by_default: false'
-
Hugo Beauzée-Luyssen authored
Don't even attempt to detect libjpeg if we know it won't be used. If it is needed, try to use pkg-config, and then fallback to manual search with a libjpeg_prefix option.
-
- Feb 18, 2021
-
-
Romain Vimont authored
Use a filelock ml.lock in the medialib folder path to guarantee that only one instance of the medialib can be running for this database.
-
Romain Vimont authored
Split initialize() in two parts: 1. set the db path and ml folder path 2. initialize the database This paves the way to implement single medialib instance in the first step while keeping the actual initialization lazy.
-
Romain Vimont authored
-