Koito/internal/images
safierinx-a 8938390106 Fix artist images: filter Last.fm placeholder, reorder providers, fix alias bug
Three bugs causing all artist images to be the same Last.fm placeholder:

1. Last.fm stopped serving real artist images years ago and returns a
   generic placeholder (hash 2a96cbd8b46e442fc41c2b86b821562f) for
   every artist. Added filter in selectBestImage to reject URLs
   containing this known placeholder hash.

2. Provider order had Last.fm before Deezer for artist images. Since
   Last.fm "succeeded" with the placeholder, Deezer was never reached.
   Swapped order: Deezer now checked before Last.fm.

3. FetchMissingArtistImages had inverted if/else — aliases were used
   on error, bare name on success. Fixed condition to err == nil.
2026-03-27 03:16:35 +05:30
..
deezer.go feat: refetch missing images on startup (#160) 2026-01-20 12:10:54 -05:00
imagesrc.go Fix artist images: filter Last.fm placeholder, reorder providers, fix alias bug 2026-03-27 03:16:35 +05:30
lastfm.go Fix artist images: filter Last.fm placeholder, reorder providers, fix alias bug 2026-03-27 03:16:35 +05:30
mock.go chore: initial public commit 2025-06-11 19:45:39 -04:00
subsonic.go fix: improve subsonic image searching (#164) 2026-01-21 14:54:52 -05:00