Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.12.4 protected
    medialibrary 0.12.4
    
    Bugfixes:
    * Fix build with gcc >= 13
    * Fix CreateFileW usage in winstore builds
    * Fix a crash on linux with some external storage devices
    
  • 0.13.0-rc.4 protected
    medialibrary 0.13.0-rc.4
    
    This release candidate adds several fixes and missing features from the
    rc.3.
    
    Medialibrary rc.4 changelogs:
    * Fix CreateFile usage for Win8+
    * Fix some partitions name parsing on Linux 
    * Implement single subscription access by ID
    * Implement better history accesses and cleanup methods
    * Implement QueryParameter support for history access
    * Notify media creation even for external media
  • 0.13.0 protected
    medialibrary 0.13.0
    
    This release brings a new set of features.
    
    Medialibrary 0.13.0 new features:
    * Podcast and subscriptions first iteration. **The implementation is
      still unstable but the data structures and API is ready**
    * Media caching
    * New `duration` accessor in `IFolder`
    * New private/public state for content exposing
    * Playlist API refining
    * Add new playlist filtering types: `Video` and `Audio`
    * Implement favorites in all containers
    * Implement an `favoriteOnly` QueryParameter to filter non-favorite
      items
    * Implement better history accesses and cleanup methods
    * Implement QueryParameter support for history access
    * Notify media creation even for external media