Back to changelog

v4.1.0

Release

What's New

Media Metadata from Files

Media Extended can now load metadata directly from local and remote media files:

  • Music player displays title and cover art from embedded file metadata
  • Auto-import metadata when adding media to your library, including:
    • Basic: title, duration, aspect_ratio, description, date
    • Music: creator, album, album_artist, track_number, tracks_total, disc_number, discs_total, genre, comment

metadata from file loaded in player and imported to vault

Hash Property Editor

Edit hash properties and media metadata through an interactive form, accessible via:

  • Link context menu
  • Command palette

hash property editor

Smart autocomplete now available when editing hash properties for both markdown links and wikilinks to media files.

hash property suggestion

Lazy Loading for Embedded Media

You can now enable lazy loading for embedded media, which could defer loading of media content before playback starts to improve performance for notes with multiple media files. To enable it, you can either set the default loading strategy for embedded media in settings, or configure it for each embed by adding load= hash property to the embed.

Bug Fixes

  • Added setting to disable iframe/video embed handling (#525)
  • Fixed YouTube timestamp URLs inserted to notes missing native query parameters (#530)