- 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
-
Hugo Beauzée-Luyssen authored
-
- Mar 30, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #431
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 25, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This only ever caught false positive
-
Hugo Beauzée-Luyssen authored
This reverts commit 433593c5. This wasn't enough to fix the problem, as a refresh would: - Invoke flush, setting the flushed flag to true - Invoke restore, immediatly setting the flag back to false
-
Hugo Beauzée-Luyssen authored
This saves a bit of duplicated code in each template instantiation
-
Hugo Beauzée-Luyssen authored
This saves about 20KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
Now that we don't have to manually time the request, we can just return the result directly
-
Hugo Beauzée-Luyssen authored
This prevents this common code to be generated for each variant, saving around 10KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 24, 2022
-
-
Hugo Beauzée-Luyssen authored
This doesn't cause a size loss, but it will prevent the same code from being built again and again from most files
-
Hugo Beauzée-Luyssen authored
This saves a bit of space in the resulting binary (about 30KB)
-
Hugo Beauzée-Luyssen authored
This doesn't save space but it prevents the code from being actually built from pretty much each other source file
-
Hugo Beauzée-Luyssen authored
This saves about 174KB in a release shared library
-
- Mar 23, 2022
-
-
Hugo Beauzée-Luyssen authored
Which fixes a constraint violation when removing a media that was bookmarked. Fix #429
-
Hugo Beauzée-Luyssen authored
The temporary table wasn't removed, which isn't an issue as it will go away when the database gets closed, but it breaks the migration tests
-