Skip to content

Releases: epoupon/lms

v3.41.0

11 Oct 18:37
Compare
Choose a tag to compare

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

27 Aug 14:29
Compare
Choose a tag to compare

Bugfixes

  • Fix main page sometimes broken #327
  • Fixed album and artists pages not refreshing when changing filter tags

v3.40.0

02 Jul 20:17
Compare
Choose a tag to compare

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

03 May 18:25
Compare
Choose a tag to compare

Updates

  • Added play next buttons #289
  • Reduced session load time

Bugfixes

  • fixed some compilation warnings #322

v3.38.0

21 Apr 17:18
Compare
Choose a tag to compare

Updates:

Bugfixes

  • Report error code in Subsonic API using int and not string

v3.37.0

03 Apr 19:06
Compare
Choose a tag to compare

Updates

  • Updated UI to display artists in the track lists and in the player #313
  • Made ListenBrainz scrobbler use track MBID if present (fallback on recording MBID)

v3.36.0

27 Feb 15:47
Compare
Choose a tag to compare

Updates

  • Internally "migrate" DB files if possible when files are moved (using track MBID) #308
  • Can tweak the play queue size of the web player #293 (new conf option: playqueue-max-entry-count)

Bugfixes

  • Use track MBID instead of recording MBID to check for duplicated music files #306
  • Fixed invalid local time usages #299
  • Fixed safari playback on some situations #105

v3.35.1

21 Jan 13:43
Compare
Choose a tag to compare

Updates

  • Removed AcousticBrainz support #221
  • Relaxed login throttler constraints to make Symfonium work #302
  • Subsonic API: raised default cover size #304

v3.35.0

07 Jan 15:33
Compare
Choose a tag to compare

Updates

  • Display track count in the play queue icon #290
  • Made duration display more consistent #291

Bugfixes

  • Better handle performer tags when no role is set
  • Made symfonium subsonic client work
  • transcoding: fixed segfault when eof is reached #287
  • recommendation engine: fixed segfault when using audio features #297

v3.34.0

14 Dec 22:05
Compare
Choose a tag to compare

Updates

  • Added performer tag support #278