- Aug 02, 2022
-
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 18b84a2d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Refs #359 (cherry picked from commit 22ebe166) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Refs #359 (cherry picked from commit 3081391a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Refs #359 (cherry picked from commit ba777221) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jul 28, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jul 21, 2022
-
-
Hugo Beauzée-Luyssen authored
Its videolan user now has a $HOME folder which is now required by some gitlab-runner changes
-
Hugo Beauzée-Luyssen authored
It now ships the git binary which is now required by some recent gitlab-runner changes
-
- Jun 27, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 993a7104) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Use the proper way of knowing if a media is a stream: its import type (cherry picked from commit 56c61992) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Fix #678 (cherry picked from commit edaa0396) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 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
-