Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
    • Alaric Senat's avatar
      Chapter: Add missing include · 4595f446
      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;
      4595f446
  2. Sep 13, 2024
  3. Aug 09, 2024
    • Ash's avatar
      test: Add test for 'MediaLibrary::mediaFiles()' · d1fc7df7
      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>
      d1fc7df7
  4. Aug 05, 2024
    • Ash's avatar
      feat: Allow fetching mixed media (video + audio) · 8ae617c8
      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>
      8ae617c8
  5. Jul 05, 2024
  6. Jun 28, 2024
  7. Mar 27, 2024
  8. Feb 16, 2024
    • Duncan McNamara's avatar
      DiscovererWorker: fix roots rename · 3fd80d50
      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.
      3fd80d50
  9. Feb 13, 2024
  10. Feb 12, 2024
  11. Feb 06, 2024
  12. Feb 02, 2024
Loading