Releases: epoupon/lms
Releases · epoupon/lms
v3.11.0
Updates:
- Introducing a new dark theme #45
- Dark theme is now default (can be selected in Settings>Appearance)
- Changed the way multi discs albums are displayed
- Can now just show Album artists in Subsonic Artists list #27
Notes:
- A full forced scan will be performed during the next scan. It is necessary to correctly show multi disc albums.
- The Subsonic API is now enabled using the administration panel, and no longer use the configuration file. Caution: no migration is performed!
v3.10.1
v3.10.0
Updates:
- Use ArtistSortName to sort artists and to search for artist names. #44
- Can now deploy on a non root path. #41
BugFixes:
- Restored metadata on files get via subsonic API. #47
- Fixed a 100% usage CPU when the scanner was killed during the very first scan.
Note: the next scan performed will be a full forced scan.
v3.9.0
Updates:
- Added an option to set a non root deployment path. #41
Bugfixes :
- Switched from ImageMagick to GraphicsMagick.
- Even smaller docker images
- Fixed compilation on FreeBSD12.1. #42
- WMA: better metadata parsing. #40
- Some MBIDs were sometimes illegitimately considered as duplicates.
Notes:
- the next scan performed will be a full forced scan.
- Ubuntu 18.04 now requires gcc-9 and cmake >= 3.12 to compile
v3.8.0
v3.7.0
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