Skip to content

Releases: epoupon/lms

v3.7.0

21 Feb 14:52
Compare
Choose a tag to compare

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

v3.6.3

14 Feb 12:30
Compare
Choose a tag to compare

Bugfixes:

  • Update the artist and album names if they are outdated (#30)

v3.6.2

13 Feb 12:33
Compare
Choose a tag to compare

Bugfixes:

  • Fixed regression "Only getting first word of tags" #30

v3.6.1

07 Feb 12:59
Compare
Choose a tag to compare

Bugfixes:

  • Fixed badly escaped strings that made the client crash (#29)

v3.6.0

01 Feb 13:23
Compare
Choose a tag to compare

Updates:

  • Keep media player volume persistent, fixes #21
  • Follow symlinks when scanning directories. #23
  • Subsonic API: added bookmark support. Fixes #24
  • Added M4B file support
  • Added ALAC file support

Bugfixes:

  • Do not log not implemented commands as errors, fixes #11

v3.5.0

22 Jan 20:35
Compare
Choose a tag to compare

Updates:

  • Added a way to filter artists (album artists, track artits, all artists) (#19)

Fixes:

  • Fixed regression on the play previous button

v3.4.0

21 Jan 12:31
Compare
Choose a tag to compare

Updates:

  • Added Media Session support

Fixes:

  • Load covers embedded in flac files (#18). Note you have to manually rescan your database (to be done once after update)

v3.3.0

19 Jan 21:12
Compare
Choose a tag to compare
  • Added volume control (#14)
  • Added track duration (#15 )

v3.2.0

12 Nov 21:11
Compare
Choose a tag to compare

Updates:

  • Improved the tag based similarity results

Fixes:

  • Handle cover art for multi-disc albums stored in seperate folders (#6 )
  • Fix build with gcc9 (#7)
  • Wrong codec when transcoding for stream request using the Subsonic API (#8)
  • Added an option to specify the ffmpeg path (#5)
  • Correctly support embedded cover on WMA files

v3.1.0

10 Oct 16:11
Compare
Choose a tag to compare
  • Added a scan report generator (fixes #4)
  • Fixed a regression that made files to be always fully scanned