Skip to content

Releases: epoupon/lms

v3.2.0

12 Nov 21:11
Compare
Choose a tag to compare

Updates:

  • Improved the tag based similarity results

Fixes:

  • Handle cover art for multi-disc albums stored in seperate folders (#6 )
  • Fix build with gcc9 (#7)
  • Wrong codec when transcoding for stream request using the Subsonic API (#8)
  • Added an option to specify the ffmpeg path (#5)
  • Correctly support embedded cover on WMA files

v3.1.0

10 Oct 16:11
Compare
Choose a tag to compare
  • Added a scan report generator (fixes #4)
  • Fixed a regression that made files to be always fully scanned

v3.0.0

27 Sep 18:31
Compare
Choose a tag to compare
  • LMS can now run on Debian Buster
  • Debian packages are provided for both amd64 and armhf architectures

v2.2.0

10 Aug 14:10
Compare
Choose a tag to compare
  • Eased systemd integration:
    • added a sample configuration file for systemd
    • added two configuration tokens to specify log file paths : log-file and access-log-file
  • lms.conf is no longer installed in /etc/lms.conf, so that it won't clubber any previously installed and user modified version.
  • Removed curl dependency to fetch data from AcousticBrainz
  • Scanner no longer aborts if it cannot iterate on files (for example due to a permission error)
  • Subsonic API: fixed a bug that made the daemon assert

v2.1.0

07 Aug 17:27
Compare
Choose a tag to compare
  • Subsonic API: added user management commands
  • Subsonic API: better compatibility with Ultrasonic
  • Added play/queue buttons in the Albums view
  • Now hashing auth tokens used for the "remember me" feature

v2.0.0

03 Aug 13:12
Compare
Choose a tag to compare

Added a login throttler based on IP addresses
Significantly improved performance:

  • database accesses are now mostly concurrent. Ex: makes viewers more responsive when pulling a lot of covers.
  • database is optimized after each scan. Ex: "get 500 releases" subsonic command dropped from 12s to 0.2s.

Please note any existing database file is not compatible with this new version. You have to manually delete the lms.db file and restart the service.

v1.0.0

22 Jun 13:21
Compare
Choose a tag to compare

Initial release