- Sep 20, 2024
-
-
Alaric Senat authored
Fixes a compilation error on gcc 13.2: > In file included from ../src/Chapter.h:25, > from ../src/Chapter.cpp:27: >../include/medialibrary/IChapter.h:42:13: error: 'int64_t' does not name a type > 42 | virtual int64_t offset() const = 0;
-
- Sep 13, 2024
-
-
Alaric Senat authored
Otherwise the compilation fails because of the missing header files. This makes the functional tests optional and dependant of the dependency.
-
- Aug 09, 2024
-
-
Ash authored
Added a 'ListByType()' function in the MediaTests.cpp file for testing the 'mediaFiles()' member function of the MediaLibrary class. Signed-off by: Ash V <ashutoshv191@gmail.com>
-
- Aug 05, 2024
-
-
Ash authored
Added 'mediaFiles()' member function in the MediaLibrary class, and improved the 'listAll()' member function of the Media class to allow fetching mixed media (video + audio). Signed-off by: Ash V <ashutoshv191@gmail.com>
-
- Jul 05, 2024
-
-
- Jun 28, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Mar 27, 2024
-
-
Alaric Senat authored
Allow the library users not to provide an implementation for the cacher.
-
Alaric Senat authored
Queueing a task can fail. The next commits will introduce queue failure when no cache implementation is provided.
-
- Feb 16, 2024
-
-
Duncan McNamara authored
This caused the the addRoot to fail because of the missing trailing '/', the folder would not match any mountpoint, and isn't added in db, failing any attempt at discovery / reload.
-
- Feb 13, 2024
-
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
10 artists was creating DB files way to bigs for the test case (near 500Kb). We don't need that much dummy data to validate the migrations.
-
- Feb 12, 2024
-
-
Alaric Senat authored
Those values are only used in debug assertions.
-
Alaric Senat authored
Work around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Alaric Senat authored
We should not succeed if `fclose` fails for the target file.
-
Alaric Senat authored
The RAII wrapper here does not improve readability or shorten the code. Removing it works around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Alaric Senat authored
It should not be assumed that the playlist was saved properly when `fclose` fails. The RAII wrapper here does not improve readability or shorten the code. Removing it also works around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by: Alaric Senat <dev.asenat@posteo.net>
-
- Feb 06, 2024
-
-
Alaric Senat authored
-
- Feb 02, 2024
-
-