Releases: epoupon/lms
Releases · epoupon/lms
v3.2.0
Updates:
- Improved the tag based similarity results
Fixes:
v3.1.0
v3.0.0
v2.2.0
- Eased systemd integration:
- added a sample configuration file for systemd
- added two configuration tokens to specify log file paths :
log-file
andaccess-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
v2.0.0
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.