- Jun 20, 2022
-
-
Hugo Beauzée-Luyssen authored
This fixes the default logging level for this test (cherry picked from commit f4e02568) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 28fc6d2f) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 3aeb0afa) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 10a9bd84) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 0efc0d77) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 6d21b9bb) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Since https://github.com/llvm/llvm-project/commit/4cd04d1687f1096990119304a3eb22081ab4bb29 , libcxx no longer transitively includes <iterator> in a number of places. Make sure to explicitly include this header where it's needed. (cherry picked from commit 337c97fb) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
File locking will attempt to log on failure (ie: the medialib is already locked). As `s_logger` null checks were removed [1], logging before constructing `MediaLibrary` was dereferencing nullptr. [1] fc002ae1 (cherry picked from commit 974fe366) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
This preceed logger default initialisation extraction from `MediaLibrary` constructor. (cherry picked from commit c04a18f9) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 5a3fa473) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jun 02, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #439
-
Hugo Beauzée-Luyssen authored
We'll soon have another variant of device listing for network devices, this will clarify the intent. refs #439
-
Hugo Beauzée-Luyssen authored
-
- May 25, 2022
-
-
Hugo Beauzée-Luyssen authored
Fix #438
-
- May 19, 2022
-
-
Hugo Beauzée-Luyssen authored
This has no impact in real life since the table is temporary, but it will cause future migration tests to fail if we create a new FileRelationTable backup table
-
- May 18, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
All the information we need is available in the Media table.
-
Hugo Beauzée-Luyssen authored
We're searching for a media, it has to have a main file associated with it, so we don't have to force a join with the file table in case we don't sort by a File related field
-
- May 17, 2022
-
-
Hugo Beauzée-Luyssen authored
This was just benching the construction of the query object...
-
Hugo Beauzée-Luyssen authored
-
- May 13, 2022
-
-
Hugo Beauzée-Luyssen authored
We need the custom logger before any initialization step runs, otherwise those logs will be lost. In order to simplify the locking, it seems reasonable to mandate that the logger won't be updated afterward.
-
Hugo Beauzée-Luyssen authored
Otherwise some logs could be missing, especially the devicelister/fsfactories ones.
-
- May 11, 2022
-
-
Duncan McNamara authored
Because vlc-android and the medialibrary now share the same libvlc instance, dialogs spawned in libvlc while opening a media to generate a thumbnail will be shown to user. This should not happen, and with the no-interact option it won't.
-
- May 10, 2022
-
-
Felix Paul Kühne authored
amrec is a synonym for MPEG TS used by certain camera systems.
-
- May 05, 2022
-
-
Hugo Beauzée-Luyssen authored
Which allows application to signal that a media was played in order to increase its playcount and position in history without providing a playback position. Fix #434
-
- May 03, 2022
-
-
Hugo Beauzée-Luyssen authored
From the users' perspective, a media can be considered as removed from the database as long as it's not part of any listing. This simplifies the implementation for the clients, and matches the initial intent of not providing explicit callbacks for external media. Fix videolan/vlc#26854
-
Hugo Beauzée-Luyssen authored
Fix #435
-
Hugo Beauzée-Luyssen authored
refs #435
-
Hugo Beauzée-Luyssen authored
refs #435
-
Hugo Beauzée-Luyssen authored
We'll soon have a 2nd similar queue so we need to clarify what kind of convertion that is
-
Hugo Beauzée-Luyssen authored
-
- May 02, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Apr 04, 2022
-
-
Steve Lhomme authored
It's never used.
-
- Apr 01, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
In order to update the duration when a media gets removed, similar to what was done for the number of tracks for #432
-
Hugo Beauzée-Luyssen authored
This allows use to react to convertion to/from external media Fix #432
-
Hugo Beauzée-Luyssen authored
Instead of manually updating when assigning a track to the genre. This allows us to update the number of tracks automatically when a media gets converted to external, mainly following a removal of the associated entrypoint. Refs #432
-
Hugo Beauzée-Luyssen authored
-