Releases: epoupon/lms
Releases · epoupon/lms
v3.61.0
Caution: this update brings an important authentication change regarding Subsonic API authentication!
Each user has now to generate an API key to use the Subsonic API. This API key can be used as the password for clients that do not implement the new API key authentication extension.
The "Remember me" option of the web interface won't work after upgrading LMS, you will have to manually log in again.
Updates:
- Subsonic API:
- implemented the new API key authentication extension #555
- removed
createUser
,updateUser
,deleteUser
, andchangePassword
endpoints, as they are not compatible with a limited API key scope - added
getAlbumInfo
support - added
savePlayQueue
andgetPlayQueue
support
- Upgraded default bcrypt round count to 12. This can be tweaked in
lms.conf
using theinternal-password-bcrypt-round
setting - Take labels + barcode into account to avoid merging unrelated albums, #550
Bugfixes:
v3.60.1
v3.60.0
Updates:
- Added lyrics support #379
- Both embedded and external lyrics (.lrc files) are supported.
- OpenSubsonic API: added Song Lyrics extension support
- Internationalization for date and numbers #539
- Better artist image picking #538
Bugfixes:
- SubsonicAPI: fixed
scrobble
endpoint for MusicAssistant #542 - Fixed regression on artist display names
v3.59.1
Updates
- Now use a grid view to display artists
- For albums, external images are searched first, using names configured in
lms.conf
in thecover-preferred-file-names
option (default values are "cover", "front", "folder", "default"). There is no longer a fallback to a random picture in the album directory. #503 - Added a user setting to select how to sort albums in the artist view #498
- Better integration with reverse proxy. Two new configuration options have been added in
lms.conf
:original-ip-header
andtrusted-proxies
#532
Bugfixes
- Fixed last join phrase not being displayed in UI for artists #528
- Fixed bad multi-disc album merging in case of migration/rescan #481
- Updated the way the artist display name is reconstructed #491
Note: a full rescan is mandatory to make album covers correctly associated.
v3.58.0
Updates
- Made some UI states persistent across sessions #484
- Added support for record labels #502
- Added
compilation
tag support #520 - More permissive grouping of multi disc albums (each disc can now be split on sub directories) when musicbrainz ids are not set #481
- Improved the artist display name string reconstruction to match more case #491
- Apply all custom separators, not only the first one found #518
- Now buildable on macOS
- Subsonic API: report the cover of the release if no embedded cover is found for the track #519
v3.57.0
Updates
- Added
comment
tag support (in both UI and Subsonic API) - Handle embedded covers in AIFF and in WAV files
- Improved the display artist name string construction when tags are not set as expected #513
- Subsonic API: added support for 5 stars rating
Bugfixes
- Fixed
originaldate
tag parsing in m4a files with TagLib 2.0 (used in the official docker image) - Do not return an error if artist not found in getTopSongs #507
v3.56.0
Updates
- Subsonic API: can now browse by directory #474
- Display disc subtitles even for single-disc releases #492
Bugfixes
- Fixed crash during scan, due to very long
genre
tags #496 - Subsonic API:
- Fixed bad json field in
getArtistInfo2
- Fixed missing albumCount and songCount in
getGenres
when using xml output.
- Fixed bad json field in
v3.55.0
Updates
- Image paths and directory structures are now saved in database to allow further improvements. Please report any regressions!
- Subsonic API:
- Updated C++ requirements to C++20 #489
Bugfixes