Skip to content

Releases: epoupon/lms

v3.14.0

13 May 12:32
Compare
Choose a tag to compare

Updates

  • Added disc subtitles support. #56
  • Added a tooltip to indicate when transcoding is active. #55

Bugfixes:

  • Fixed non accurate searches for artist (introduced by v3.13.0)

v3.13.0

10 May 11:50
Compare
Choose a tag to compare

Updates:

  • New UI Layout.
    • New dedicated search view
    • 'most played'/'recently added' are no longer limited to 5 items
    • 'play history' view replaced by a new 'recently played' tab for artists/albums/tracks
    • New 'Random' tab for artists/albums/tracks. #50
    • All this stuff is now using the global filter tags.

Bugfixes:

  • Corrected typo in settings view. #53
  • Recently added tracks/albums/artists now use the last modified file attribute. #51

v3.12.1

26 Apr 16:04
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a settings read regression in 'Release' mode

v3.12.0

26 Apr 13:57
Compare
Choose a tag to compare

Updates:

  • ReplayGain support. #38
  • Automatic transcode mode: transcoding is applied only if the browser does not support the native format. #46
  • Improved performance when removing files from database
  • SubsonicAPI: the artist list mode is now set per user

Bugfixes:

  • Small UI fixes. #49

Notes:

  • A full rescan is needed for the ReplayGain mode to work
  • The Subsonic API switch has been rolled back in the configuration file.

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