LMS v3.7.0 Release Notes

Release Date: 2020-02-21 // about 4 years ago
  • Updates:

    • Some CLI tools are now distibuted to ease debug:
      • lms-metadata: scans a file exactly as the daemon would do, and report all the collected information.
      • lms-recommendation: for each track/album/artist, report 3 similar entries.
    • 🔨 A significant refactoring work was done to make LMS use cmake instead of autotools. Please don't hesitate to report any regression you can spot.

    🛠 Bugfixes:

    • 🐳 Some files were skipped on very large directories using mounted volumes on the official docker image. #33