Skip to content

Releases: epoupon/lms

v3.11.0

18 Apr 11:56
Compare
Choose a tag to compare

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

10 Apr 14:45
Compare
Choose a tag to compare

Bugfixes:

  • Do not skip PNG covers that have some warnings. #48

v3.10.0

10 Apr 10:00
Compare
Choose a tag to compare

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

30 Mar 20:54
Compare
Choose a tag to compare

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

09 Mar 11:57
Compare
Choose a tag to compare

Updates:

  • Show all artists in album list view for Subsonic API (#35)

Bugfixes:

  • Changed the way files are delivered when transcoding is off (#36, #28 )

Note that changing transcoding settings are now applied only when a new song is loaded in the player.

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