epoupon / lms

Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
GNU General Public License v3.0
1.1k stars 62 forks source link

Low resolution album art sent to Subsonic clients #304

Closed abdulocracy closed 1 year ago

abdulocracy commented 1 year ago

The album art sent to Subsonic API clients is very low resolution, as compared to the album art in the web interface which is very good quality. Screenshot_20230121-130816

epoupon commented 1 year ago

Well the Subsonic API has a size parameter (see http://www.subsonic.org/pages/api.jsp#getCoverArt) In case it is not set (symfonium does not set it), as LMS does not internally has a way to request the original cover art size, it just falls back to a (too) low size (256). Will raise this to 1024.