Skip to content

Releases: epoupon/lms

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