-
0.11.217bd66de · ·
medialibrary 0.11.2 This is the second bugfix release for the 0.11.x branch. * Album and Genre tracks are now correctly updated when an entrypoint is removed from the indexed locations (#432) * Album duration will be correctly updated when an entrypoint containing some of the album tracks gets unindexed. * Only embedded thumbnails are used for video media, cover.jpg files and similar are now ignored (#431) This release bumps the database model to version 36
-
0.11.1422675b8 · ·
medialibrary 0.11.1 This is the first 0.11.x bugfix release. It solves a few issues reported on VLC for Android and iOS. Notably it: - Fixes a critical issue that would cause a systematic crash when the last file associated with a genre was deleted (#425) - Fixes an issue when removing a media that had a bookmark associated with it (#429) - Fixes a potential crash when interrupting a discovery to start another one (#424) It also cleans up a bit of code and starts to address the large binary size. This update bumps the database model to version 35
-
0.11.0725ff59a · ·
medialibrary 0.11.0 This release adds numerous features and greatly improves the overall stability. The most noticable changes are: - Fixing the database locking to avoid various crash when clearing the database - Rework of the internal locking to fix many potential deadlock, especially when replacing the external libvlc instance - Account for unknown duration in playlists - Add many missing database indexes - Merge AlbumTrack table in Media The full list of changes is available at https://code.videolan.org/videolan/medialibrary/-/milestones/6#tab-merge-requests
-
0.10.15db47475 · ·
MediaLibrary 0.10.1 This version fixes some potential crashes or database corruption: - An external audio file with multiple tracks would cause a constraint violation. This is worked around for now and is properly handled in 0.11.x - When forcing a playlist rescan, the internal counters were not reset, which would cause them to grow exponentially each time a rescan was performed. They are now properly reset to 0 In addition, a few minor fixes and improvements: - Guessing an unknonwn media type based on its extension was done in a case sensitive way. Now it will be performed in a case insensitive way - .far .669 and .mtm extensions are now recognized
-
0.10.06abbc02d · ·
Initial 0.10.x release This release: - Exposes a number of Seen media in media groups - Exposes playlists duration - Adds filtering playlists by the type of media they contain - Allows to sort albums by their import date - Allows to sort artists by number of albums & last playback date It also fixes some potential deadlocks and other bugs. See https://code.videolan.org/videolan/medialibrary/-/milestones/5 for the full list of issues & merge requests associated with this version.
-
0.6.00c386805 · ·
MediaLibrary 0.6.0 This release only adds a couple new features: video groups and database clearing. It mostly improves stability and is now much more robust than before. It notably: - Adds a title analyzer for video - Fixes many SQL constraint violations during analysis - Adds SQL schema integrity checks after migrations - Adds an unhandled exception callback for the application to log those - Adds support for recreating the database but keep the manually create playlists - Fixes a linking issue when using the .pc file - Handles files larger than 2^32 bytes - Fixes various crash/issues during rescan or refresh - Improves filesystem errors handling - Handles more sporadic SQL errors - Fixes a drift in folder media count - Adds by-name video group support ...And a lot more internal changes!
-
0.5.035bbe667 · ·
MediaLibrary 0.5.0 This is a release aiming at being used by VLC for Android and iOS 3.2.x It contains many fixes and improvements, including but not limited to: - Improved support for linking entities together - Better thumbnail sharing - Early bookmarks support - Support for overriding external media with a discovered media - Better notification support, which won't be held until the last one anymore - Listing banned entrypoints - Refreshing modified files is now supported - It is now possible to interrupt the background tasks - More safety checks for the database models - Support for multiple thumbnails per media - Support for thumbnail relocation - Better playlist support And many other fixes & improvements. This release uses the database model v18
-
0.4.004037740 · ·
MediaLibrary 0.4.0 This is a release aiming at being used by VLC for Android 3.1.0 It contains many fixes and improvements, including but not limited to: - Support for network devices - Lazy loading for the thumbnails - Better artwork management - Support for subtitle tracks - Support duplicated content in playlists - Add search support for playlists - List content by folders - No history limit - Better removable device management - Better win32 support And many other fixes & improvements. This release uses the database model v14