Updates
-
Now handling disc artworks, displayed in the UI and primarily reported for tracks. #604
All artwork associations are now made during the scan process: you must rescan your libraries after this upgrade.
Example:
-
UI: artist artworks are now displayed as circles.
-
Added a scanner option to use album artwork if no artist artwork is found. #639
-
Subsonic API: reports original release year for albums. #672
-
Added more details to error reports. #676
-
Added a quick database integrity check during startup (errors are output in logs).
This can be configured inlms.conf
with thedb-integrity-check
option, using values:
"none"
,"quick"
(default), or"full"
(slower, but also checks for key constraint errors). #679
Bugfixes
- Subsonic API: changed return code from 41 to 42 when a token is used.