Cap Apple Music artwork resolution to 1000x1000 (#3177)
authorOzGav <gavnosp@hotmail.com>
Tue, 17 Feb 2026 10:45:01 +0000 (20:45 +1000)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 10:45:01 +0000 (11:45 +0100)
commitd0a253b5673622bd070e89fb914176d2f42c5ad9
treefb1fa0825eaa244fd3ced5b963b0d4b536b8e7d8
parente04847674e482a0f41bbe99362ec06211b89cbfa
Cap Apple Music artwork resolution to 1000x1000 (#3177)

Apple Music API returns artwork URLs with the maximum available resolution
(e.g. 6605x6605, 3000x3000) which causes excessive bandwidth usage, slower
page loads, and unnecessary memory consumption. Since Apple Music artwork
URLs support dynamic sizing via {w}x{h} placeholders, cap the requested
dimensions to 1000x1000 which is sufficient for all UI contexts. The
existing image proxy can further downscale for thumbnails as needed.

https://claude.ai/code/session_01AxXvTSeiZyCmnNqYLtfhLH

Co-authored-by: Claude <noreply@anthropic.com>
music_assistant/providers/apple_music/__init__.py