Get album info (when available) from Last.fm, add getAlbumInfo endpoint (#2061)
* lastfm album.getInfo, getAlbuminfo(2) endpoints * ... for description and reduce not found log level * address first comments * return all images * Update migration timestamp * Handle a few edge cases * Add CoverArtPriority option to retrieve albumart from external sources * Make agents methods more descriptive * Use Last.fm name consistently Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -92,9 +92,9 @@ func checkFfmpegInstallation() {
|
||||
func checkExternalCredentials() {
|
||||
if conf.Server.EnableExternalServices {
|
||||
if !conf.Server.LastFM.Enabled {
|
||||
log.Info("Last.FM integration is DISABLED")
|
||||
log.Info("Last.fm integration is DISABLED")
|
||||
} else {
|
||||
log.Debug("Last.FM integration is ENABLED")
|
||||
log.Debug("Last.fm integration is ENABLED")
|
||||
}
|
||||
|
||||
if !conf.Server.ListenBrainz.Enabled {
|
||||
|
||||
Reference in New Issue
Block a user