Skip to content

LMS 9 changelog

Version 9.1.0

  • Upstream fixes from Lyrion Music Server 9.0.x

  • New Features:

  • Server Changes:

  • Platform Support:

    • Make Docker a first class citizan: add Slim::Utils::OS::Docker insted of a Custom.pm
    • Remove Win32 legacy support files, code, control panels, build pipeline, etc.
    • Remove legacy Mac installer from build pipeline.
  • Bug Fixes:

  • Other:

    • #1245 - Added a Simple WebSocket client capability for 3rd Party Plugins to support this protocol (expectingtofly)

Version 9.0.1

  • New Features:

  • Server Changes:

    • Analytics: only check a small, well defined list of pref changes to decide whether a disconnected player had been active recently.
    • Initialize autoincrement start value for contributors table to prevent ID re-use on full wipe & rescans.
  • Platform Support:

    • Fix helper search path initialisation on older macOS using Perl 5.18.
    • #74 - Speed up Perl installation during an initial installation on Windows.
    • #75 - Make sure newly installed LMS on Windows is running before sending the user to the web page.
    • #76 - Start/stop LMS on Mac when the menu bar item is started/stopped.
    • #77 - Add instructions to the macOS DMG file. Improve overall user experience.
    • #78 - Fix crypto library linking issues in the Docker image.
    • #80 - Reset update status when updating fromt he macOS menu bar item.
  • Bug Fixes:

    • Only re-initialize menu settings for connected players - otherwise Analytics considers them "active" due to a prefs change.
    • Fix display of final "Scan done" message in Material skin.
    • #1235 - Need to utf8Decode album title for new & changed (thanks @darrel-k!)
    • #1237 - Fix create table syntax for MySQL (MariaDB) (thanks @JKDingwall!)
    • #1238 - Merge multiple works per track into one single work (thanks @darrel-k!)
    • #1240 - Add option to limit works scanning to classical genre(s) (thanks @darrel-k!)
    • #1242 - Fix plugin download - must wait for the download to finish before restarting the server
    • #1247 - Fix display of final "Scan done" message and "Abort scan" link in Material/Classic skins.
    • #1250 - Radio stations wouldn't show album artwork any more.
  • Other:

Introducing... Lyrion Music Server Version 9.0.0! - 2024-11-29 (2ed5e147e)

  • Upstream fixes from Logitech Media Server 8.5.x

  • New Features:

    • New product name! Welcome Lyrion Music Server!
    • New visuals - thanks @gobuleberbu & @mikes!
    • Default skin refresh (the old version is still available as "Logic Teal")
    • Massive upgrade for (Classical) music lovers: add support for Works, Performances, Disc Subtitles, Roles. Thanks a ton @darrel-k!
    • Improved first start setup: suggest a few plugins to install on initial startup.
    • Add new "Recently Changed" browse mode to complement the "New Music" menu. The latter is no longer based on the file's timestamp, but on the time added to the collection, as stored in the persistant track table.
    • #1095 - Link from online tracks and albums to local library (if possible).
    • #1115 - Add option to show tracks from a given year, even if their album would be listed in a different year.
    • #1132 - Allow user defined contributor roles (thanks @darrel-k!).
    • #1228 - Allow user to define how many HTTP requests to follow.
  • Server Changes:

    • Added Hungarian translations - thanks @ambrits!
    • Updated Czech translation - thanks @mipa87!
    • Updated Danish translation - thanks @cfuttrup!
    • Updated Dutch translation - thanks @terual!
    • Updated French translation - thanks @Franck-Berry!
    • Updated Portuguese translation - thanks @DuLac!
    • Improved Plugin Manager: add categories, icons, and search.
    • #1124 - Return 'Random Mix' state in player status message (thanks @CraigD!)
    • #1144 - Remove unnecessary delay reporting volume changes (thanks @SamInPgh!)
  • Platform Support:

    • Replace the macOS Preference Pane with a menubar item (requires macOS 10.11 El Capitan).
    • #64 - Upgrade Docker base image to Debian 12 (Bookworm) - thanks @mavit!
    • #1198 - Add support for Perl 5.40 on x86_64 Linux.
    • Much improved RPM packages to better integrate with system standards (thanks @JohanSaaw!)
    • Update Windows 64-bit installer to be compatible with new Windows on ARM machines.
    • Updated Audio::Scan to v1.09 on Windows 32-bit, v1.10 on Windows 64-bit and Linux Perl 5.36/5.38 - thanks @ralphy!
    • Dropped support for Windows 32-bit and macOS < 10.11.
  • Bug Fixes:

    • #1027 - Play count increase with in-track jumps (thanks @darrel-k!)
    • #1116 - Fix album info track count when there are more than 50 tracks in an album (thanks @darrel-k!)
    • #1138 - "Add all songs" from search not working (thanks @darrel-k!)
    • #1146 - Restore partial Cometd support for CLI clients (thanks @sodface!)
    • #1203 - Fix display of album roles in the playlist (thanks @darrel-k!)
    • #1213 - Modify #CURRTRACK to first track when playlist finishes
    • #1229 - Only allow audio tracks for RandomPlay (thanks @jbylsma!)
  • Other:

    • Move CLI documentation out of the server code to lyrion.org.
    • Allow a caller (plugin) of Slim::Networking::SimpleAsyncHTTP to disable HTTPS certificate validation.