Navidrome Music Server v0.33.0 Release Notes

Release Date: 2020-09-09 // over 3 years ago
  • ๐Ÿ†• New Metadata Extractor

    ๐Ÿ›  I've been working on a new scanner that uses TagLib and will enable Navidrome to handle multi-valued tags. It also fixes some small quirks caused by ffprobe/ffmpeg (Ex: #465). It is not complete yet, but it is already in a releasable state, and can be used to replace ffmpeg in most use cases.

    The default metadata extractor is still ffmpeg but the you can use the new taglib extractor by using the config option Scanner.Extractor = "taglib" or ND_SCANNER_EXTRACTOR=taglib

    ๐Ÿš€ There aren't many new features in this release, but a couple of bug fixes and translation updates were enough to justify a new release.

    Highlights

    • ๐Ÿ“‡ [Scanner] Initial support to use TagLib for extracting metadata from music files (#480)
    • ๐Ÿ’ป [UI] Add option to add a playlist or album to the play queue (#481, thanks @AndersMoberg)

    ๐Ÿ”„ Changelog

    841c112 Break-up album/artist refresh in chunks
    ba30f7f Fix label for items per page (not always rows)
    โšก๏ธ 6026638 Update fr.json (POEditor.com)
    cbab2e4 go mod tidy
    ๐ŸŒฒ a3ecc41 Change taglib extractor log level to trace
    4d18212 Extract all id3 frames from file
    5dea258 Extract basic tags, as a fallback
    0802ab7 Trim tag value, not tag key
    865b9cd Trim spaces from tags
    e70ec53 Rewrite taglib integration, now with TCMP
    ๐Ÿ“œ 2d0031f Parse more date formats
    78ecda5 Get the first occurrence of multi-valued tags
    โœ… a1879ff Reorganize tests
    34eda3c Add config option to select tag extractor (taglib, ffmpeg)
    506899b Add more fallback options for main tags
    3a4e252 Fix possible concurrency issue
    ๐Ÿ‘• 674b56a Install taglib in lint and go jobs
    58a0c44 Embed audiotags lib, to make it static compilable
    ๐Ÿ“‡ df43288 Initial implementation of taglib MetadataExtractor
    ๐Ÿ‘ท b6aa6eb Disable some jobs for now, as taglib is not available
    ๐Ÿ“‡ 1187ee7 Moved Metadata Extraction to its own package
    ๐Ÿ“‡ 0beec55 Introduce Metadata and MetadataExtractor interfaces
    ๐Ÿš€ 6a6d4c3 Use new ci-releaser image, that contains static taglib library
    1216c9b Bump react-measure version to 2.5.0
    2a88839 Bump prettier version to 2.1.1
    โœ… 56772f5 Bump @testing libraries
    07b5469 Bump uuid to v.1.1.2
    58324b4 Bump ginkgo to v1.14.1
    c0e5b44 Bump github.com/onsi/gomega from 1.10.1 to 1.10.2
    โœ… 6820e12 Test for accented article sanitization
    28aefb4 Fix sanitizing accented articles
    e50a720 Sort by album name, then artist name
    โฌ†๏ธ 9003370 Upgrade React-Player to 4.18.0
    34af6fc Clean up code a bit
    a25044b Reorder action buttons
    30e9884 Adding playlist button to Album Actions
    8fe335e Adding playlist button to Playlist actions
    8549451 Fix potential undefined property
    596a489 Do not force username to always be lowercase in the DB