Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: 1200 size musicbrainz cover

+1 -1
+1 -1
src/scripts/processor/artwork/worker.ts
··· 134 134 const credit = release?.["artist-credit"]?.[0]?.name; 135 135 if (req.variousArtists && credit !== "Various Artists" && credit !== req.tags?.artist) return []; 136 136 137 - return await fetch(`https://coverartarchive.org/release/${release.id}/front-500`) 137 + return await fetch(`https://coverartarchive.org/release/${release.id}/front-1200`) 138 138 .then((r) => r.blob()) 139 139 .then(async (b) => { 140 140 if (b.type.startsWith("image/")) {