Releases: epoupon/lms
Releases · epoupon/lms
v3.43.0
Updates
- Various optims in the database and web interface to better scale with large databases (tested on a 800k tracks database)
- Added an option (in the media collection settings) to disable the tag-based similarity engine as it currently does not scale well with large databases
- Added an option to not report OpenSubsonic extra fields, based on client name (the default client list includes DSub, see https://github.com/epoupon/lms/blob/3bce54a7645907553a5c5cabad2bb3316feffdd7/conf/lms.conf#L67) #356
- Subsonic API: added
playCount
fields for songs and albums - Separated feedback service (used to sync loves with LB) from scrobbling service, to ease last.fm integration #138
Note: you can now support this project, see https://ko-fi.com/epoupon
v3.42.1
v3.42.0
Updates
- UI: now handling display artist name in UI
- OpenSubsonic API: added extra fields
displayArtist
andplayed
- Subsonic API: json output now compacted
- Subsonic API:
stream
endpoint now handles "mp3", "opus", and "vorbis" formats - Subsonic API:
stream
endpoint now serves the raw file if the requested parameters are compatible (same format + actual bitrate <= maxBitrate) - Database optimization is now noticeably faster (previously potentially blocked lms startup for several minutes for vey large databases)
- UI: do not display release year if same as original release year
- Subsonic API: optimized album and song searches
Bugfixes
- OpenSubsonic API: return OS fields on error
- SubsonicAPI:
getArtistInfo
: do not serve all similar artists if count is set to 0
v3.41.0
Updates
- Added OpenSubsonic API support, see SUBSONIC.md for details
- Added a way to search for artists that match a given role
v3.40.1
v3.40.0
Updates
- Updated debian packages to bookworm (amd64 only)
- Artist view: Order albums by original date (if available) instead of date
Bugfixes
- Listenbrainz: relaxed parsing to fix Foobar2000 data #325
- Improved compatibility of the generated zip files
Note: new dependency added to libarchive
v3.39.0
v3.38.0
Updates:
- Added support for release types, see https://musicbrainz.org/doc/Release_Group/Type
Bugfixes
- Report error code in Subsonic API using int and not string