Releases: epoupon/lms
Releases · epoupon/lms
v3.14.0
v3.13.0
Updates:
- New UI Layout.
- New dedicated search view
- 'most played'/'recently added' are no longer limited to 5 items
- 'play history' view replaced by a new 'recently played' tab for artists/albums/tracks
- New 'Random' tab for artists/albums/tracks. #50
- All this stuff is now using the global filter tags.
Bugfixes:
v3.12.1
v3.12.0
Updates:
- ReplayGain support. #38
- Automatic transcode mode: transcoding is applied only if the browser does not support the native format. #46
- Improved performance when removing files from database
- SubsonicAPI: the artist list mode is now set per user
Bugfixes:
- Small UI fixes. #49
Notes:
- A full rescan is needed for the ReplayGain mode to work
- The Subsonic API switch has been rolled back in the configuration file.
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