-
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