diff --git a/api/scrobble.js b/api/scrobble.js index ee09cc1d..42f24eaf 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -83,7 +83,7 @@ export default async (request) => { const artistObj = { mbid, genre, - image: `https://cdn.coryd.dev/artists/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}.jpg` + image: `https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}.jpg&w=320&h=320&fit=fill` } artistInfo = artistObj artistsMap[artistSanitizedKey] = artistObj @@ -107,8 +107,8 @@ export default async (request) => { const mbid = albumRes['album']['mbid'] || '' const albumObj = { mbid, - image: `https://cdn.coryd.dev/albums/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(album.replace(/[:\/\\,'']+/g - , '').replace(/\s+/g, '-').toLowerCase())}.jpg` + image: `https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(album.replace(/[:\/\\,'']+/g + , '').replace(/\s+/g, '-').toLowerCase())}.jpg&w=320&h=320&fit=fill` } albumsMap[albumSanitizedKey] = albumObj await albums.setJSON('albums-map', albumsMap) diff --git a/config/shortcodes/index.js b/config/shortcodes/index.js index e6c52217..d5a6c419 100644 --- a/config/shortcodes/index.js +++ b/config/shortcodes/index.js @@ -16,21 +16,15 @@ export const img = async ( alt = '', className, loading = 'lazy', - maxWidth = 1248, sizes = '90vw', - formats = ['avif', 'webp', 'jpeg'] + formats = ['avif', 'webp', 'jpg', 'jpeg'] ) => { - const widths = [80, 200, 320, 570, 880, 1024, 1248].filter(width => width <= maxWidth); + const widths = [80, 200, 320, 570, 880, 1024, 1248]; const metadata = await Image(src, { widths: [...widths], formats: [...formats], outputDir: './_site/assets/img/cache/', - urlPath: '/assets/img/cache/', - filenameFormat: (id, src, width, format, options) => { - const extension = path.extname(src); - const name = path.basename(src, extension); - return `${encodeURIComponent(name)}-${width}w.${format}`; - }, + urlPath: '/assets/img/cache/' }); const lowsrc = metadata.jpeg[metadata.jpeg.length - 1]; diff --git a/package-lock.json b/package-lock.json index 54635d55..7454a530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "9.10.4", + "version": "9.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "9.10.4", + "version": "9.11.4", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", diff --git a/package.json b/package.json index 32b775c0..5c38fa93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "9.11.4", + "version": "10.0.0", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_data/books.js b/src/_data/books.js index 29303bd0..fe62d03c 100644 --- a/src/_data/books.js +++ b/src/_data/books.js @@ -36,10 +36,7 @@ export default async function () { if (!data[i]) { data.push({ title: titles[i]?.textContent }) data.push({ author: authors[i]?.textContent }) - data.push({ image: images[i].src.replace( - 'https://cdn.thestorygraph.com', - 'https://cd-books.b-cdn.net' - ), + data.push({ image: `https://coryd.dev/.netlify/images/?url=${images[i]?.src}&fit=cover&w=200&h=307`, }) data.push({ url: `https://app.thestorygraph.com${urls[i].href}` }) data.push({ percentage: percentages[i]?.textContent }) @@ -52,10 +49,7 @@ export default async function () { if (data[i]) { data[i]['title'] = titles[i]?.textContent data[i]['author'] = authors[i]?.textContent - data[i]['image'] = images[i]?.src.replace( - 'https://cdn.thestorygraph.com', - 'https://cd-books.b-cdn.net' - ), + data[i]['image'] = `https://coryd.dev/.netlify/images/?url=${images[i]?.src}&fit=cover&w=200&h=307`, data[i]['url'] = `https://app.thestorygraph.com${urls[i]?.href}` data[i]['percentage'] = percentages[i]?.textContent data[i]['dateAdded'] = date diff --git a/src/_data/helpers/music.js b/src/_data/helpers/music.js index 4ff43f0d..204a4c83 100644 --- a/src/_data/helpers/music.js +++ b/src/_data/helpers/music.js @@ -38,7 +38,7 @@ export const buildChart = (tracks, artists, albums, nowPlaying = {}) => { /\s+/g, '+' )}&type=artist`, - image: artists[artistSanitizedKey(track['artist'])]?.['image'] || `https://cdn.coryd.dev/artists/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}.jpg`, + image: artists[artistSanitizedKey(track['artist'])]?.['image'] || `https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}.jpg&fit=cover&w=320&h=320`, type: 'artist' } } else { @@ -52,8 +52,8 @@ export const buildChart = (tracks, artists, albums, nowPlaying = {}) => { plays: 1, mbid: albums[albumSanitizedKey(track['album'])]?.['mbid'] || '', url: (albums[albumSanitizedKey(track['album'])]?.['mbid'] && albums[albumSanitizedKey(track['album'])]?.['mbid'] !== '') ? `https://musicbrainz.org/release-group/${albums[albumSanitizedKey(track['album'])]?.['mbid']}` : `https://musicbrainz.org/taglookup/index?tag-lookup.artist=${track['artist'].replace(/\s+/g, '+')}&tag-lookup.release=${track['album'].replace(/\s+/g, '+')}`, - image: albums[albumSanitizedKey(track['album'])]?.['image'] || `https://cdn.coryd.dev/albums/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(track['album'].replace(/[:\/\\,'']+/g - , '').replace(/\s+/g, '-').toLowerCase())}.jpg`, + image: albums[albumSanitizedKey(track['album'])]?.['image'] || `https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(track['album'].replace(/[:\/\\,'']+/g + , '').replace(/\s+/g, '-').toLowerCase())}.jpg&fit=cover&w=320&h=320`, type: 'album' } } else { @@ -78,8 +78,8 @@ export const buildChart = (tracks, artists, albums, nowPlaying = {}) => { export const buildTracksWithArt = (tracks, artists, albums) => { tracks.forEach(track => { - track['image'] = albums[albumSanitizedKey(track['album'])]?.['image'] || `https://cdn.coryd.dev/albums/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(track['album'].replace(/[:\/\\,'']+/g - , '').replace(/\s+/g, '-').toLowerCase())}.jpg` + track['image'] = albums[albumSanitizedKey(track['album'])]?.['image'] || `https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/${sanitizeMediaString(track['artist']).replace(/\s+/g, '-').toLowerCase()}-${sanitizeMediaString(track['album'].replace(/[:\/\\,'']+/g + , '').replace(/\s+/g, '-').toLowerCase())}.jpg&fit=cover&w=320&h=320` track['url'] = (artists[artistSanitizedKey(track['artist'])]?.['mbid'] && artists[artistSanitizedKey(track['artist'])]?.['mbid'] !== '') ? `http://musicbrainz.org/artist/${artists[artistSanitizedKey(track['artist'])]?.['mbid']}` : `https://musicbrainz.org/search?query=${track['artist'].replace( /\s+/g, '+' diff --git a/src/_data/json/albums-map.json b/src/_data/json/albums-map.json index c376dd85..cc1748ff 100644 --- a/src/_data/json/albums-map.json +++ b/src/_data/json/albums-map.json @@ -1 +1 @@ -{"nomeansno-all-roads-lead-to-ausfahrt":{"mbid":"4ab8e8be-fbdb-42f4-a246-b297d7659c6b","image":"https://cdn.coryd.dev/albums/nomeansno-all-roads-lead-to-ausfahrt.jpg"},"the-ataris-so-long-astoria":{"mbid":"13b10ccd-7a67-3090-a59f-0833f8a1681d","image":"https://cdn.coryd.dev/albums/the-ataris-so-long-astoria.jpg"},"nomeansno-wrong":{"mbid":"47529172-fe29-4c33-aea1-205a96ed88f0","image":"https://cdn.coryd.dev/albums/nomeansno-wrong.jpg"},"dead-kennedys-plastic-surgery-disasters":{"mbid":"1280555a-4ab5-4c72-ab51-bd883b9865f6","image":"https://cdn.coryd.dev/albums/dead-kennedys-plastic-surgery-disasters.jpg"},"taylor-swift-evermore":{"mbid":"00945de3-0f0c-49ad-9709-0212c672042b","image":"https://cdn.coryd.dev/albums/taylor-swift-evermore.jpg"},"porcupine-tree-fear-of-a-blank-planet":{"mbid":"05bd485b-ec66-4ca6-b969-402007cda9d5","image":"https://cdn.coryd.dev/albums/porcupine-tree-fear-of-a-blank-planet.jpg"},"porcupine-tree-deadwing":{"mbid":"14838335-e191-43af-8b54-ebe644687d76","image":"https://cdn.coryd.dev/albums/porcupine-tree-deadwing.jpg"},"dinosaur-jr.-green-mind":{"mbid":"3b7e5853-4809-49a8-8083-05e69ff19ef2","image":"https://cdn.coryd.dev/albums/dinosaur-jr.-green-mind.jpg"},"porcupine-tree-in-absentia":{"mbid":"04ab3ae0-d4ca-4b72-9831-cf2767b79945","image":"https://cdn.coryd.dev/albums/porcupine-tree-in-absentia.jpg"},"knuckle-puck-losing-what-we-love":{"mbid":"82953f0e-3340-4802-96b9-c35c48213125","image":"https://cdn.coryd.dev/albums/knuckle-puck-losing-what-we-love.jpg"},"verberis-the-apophatic-wilderness":{"mbid":"258e5338-2f34-42b0-89a5-0dfa650ecb54","image":"https://cdn.coryd.dev/albums/verberis-the-apophatic-wilderness.jpg"},"verberis-vexamen":{"mbid":"7ad1df14-1160-4e20-bf66-74d46a6645ae","image":"https://cdn.coryd.dev/albums/verberis-vexamen.jpg"},"knuckle-puck-copacetic":{"mbid":"436f55fd-a6f2-40e3-ae5a-3e2c3df48374","image":"https://cdn.coryd.dev/albums/knuckle-puck-copacetic.jpg"},"cantique-lepreux-le-bannissement":{"mbid":"7d806219-2d79-4c41-9a60-98800c01bc3f","image":"https://cdn.coryd.dev/albums/cantique-lepreux-le-bannissement.jpg"},"cantique-lepreux-cendres-celestes":{"mbid":"1ae11cd5-2480-487b-84f2-1ce81b9562e8","image":"https://cdn.coryd.dev/albums/cantique-lepreux-cendres-celestes.jpg"},"cantique-lepreux-paysages-polaires":{"mbid":"","image":"https://cdn.coryd.dev/albums/cantique-lepreux-paysages-polaires.jpg"},"vacuous-dreams-of-dysphoria":{"mbid":"","image":"https://cdn.coryd.dev/albums/vacuous-dreams-of-dysphoria.jpg"},"vacuous-katabasis":{"mbid":"64d25e79-6e96-40d9-a0b3-5418e31330fd","image":"https://cdn.coryd.dev/albums/vacuous-katabasis.jpg"},"phobophilic-enveloping-absurdity":{"mbid":"","image":"https://cdn.coryd.dev/albums/phobophilic-enveloping-absurdity.jpg"},"phobophilic-undimensioned-identities":{"mbid":"30b2505e-2839-4b81-99b1-b94491f62a82","image":"https://cdn.coryd.dev/albums/phobophilic-undimensioned-identities.jpg"},"contaminated-celebratory-beheading":{"mbid":"3a08582a-89ca-42a6-ab3c-7a07c7f8f2d4","image":"https://cdn.coryd.dev/albums/contaminated-celebratory-beheading.jpg"},"cryptic-shift-visitations-from-enceladus":{"mbid":"13f353a4-45fe-418b-8ab0-28cfa118a92e","image":"https://cdn.coryd.dev/albums/cryptic-shift-visitations-from-enceladus.jpg"},"knuckle-puck-2020":{"mbid":"","image":"https://cdn.coryd.dev/albums/knuckle-puck-2020.jpg"}} \ No newline at end of file +{"nomeansno-all-roads-lead-to-ausfahrt":{"mbid":"4ab8e8be-fbdb-42f4-a246-b297d7659c6b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nomeansno-all-roads-lead-to-ausfahrt.jpg&fit=cover&w=320&h=320"},"the-ataris-so-long-astoria":{"mbid":"13b10ccd-7a67-3090-a59f-0833f8a1681d","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-ataris-so-long-astoria.jpg&fit=cover&w=320&h=320"},"nomeansno-wrong":{"mbid":"47529172-fe29-4c33-aea1-205a96ed88f0","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nomeansno-wrong.jpg&fit=cover&w=320&h=320"},"dead-kennedys-plastic-surgery-disasters":{"mbid":"1280555a-4ab5-4c72-ab51-bd883b9865f6","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dead-kennedys-plastic-surgery-disasters.jpg&fit=cover&w=320&h=320"},"taylor-swift-evermore":{"mbid":"00945de3-0f0c-49ad-9709-0212c672042b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/taylor-swift-evermore.jpg&fit=cover&w=320&h=320"},"porcupine-tree-fear-of-a-blank-planet":{"mbid":"05bd485b-ec66-4ca6-b969-402007cda9d5","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/porcupine-tree-fear-of-a-blank-planet.jpg&fit=cover&w=320&h=320"},"porcupine-tree-deadwing":{"mbid":"14838335-e191-43af-8b54-ebe644687d76","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/porcupine-tree-deadwing.jpg&fit=cover&w=320&h=320"},"dinosaur-jr.-green-mind":{"mbid":"3b7e5853-4809-49a8-8083-05e69ff19ef2","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dinosaur-jr.-green-mind.jpg&fit=cover&w=320&h=320"},"porcupine-tree-in-absentia":{"mbid":"04ab3ae0-d4ca-4b72-9831-cf2767b79945","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/porcupine-tree-in-absentia.jpg&fit=cover&w=320&h=320"},"knuckle-puck-losing-what-we-love":{"mbid":"82953f0e-3340-4802-96b9-c35c48213125","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/knuckle-puck-losing-what-we-love.jpg&fit=cover&w=320&h=320"},"verberis-the-apophatic-wilderness":{"mbid":"258e5338-2f34-42b0-89a5-0dfa650ecb54","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/verberis-the-apophatic-wilderness.jpg&fit=cover&w=320&h=320"},"verberis-vexamen":{"mbid":"7ad1df14-1160-4e20-bf66-74d46a6645ae","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/verberis-vexamen.jpg&fit=cover&w=320&h=320"},"knuckle-puck-copacetic":{"mbid":"436f55fd-a6f2-40e3-ae5a-3e2c3df48374","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/knuckle-puck-copacetic.jpg&fit=cover&w=320&h=320"},"cantique-lepreux-le-bannissement":{"mbid":"7d806219-2d79-4c41-9a60-98800c01bc3f","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cantique-lepreux-le-bannissement.jpg&fit=cover&w=320&h=320"},"cantique-lepreux-cendres-celestes":{"mbid":"1ae11cd5-2480-487b-84f2-1ce81b9562e8","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cantique-lepreux-cendres-celestes.jpg&fit=cover&w=320&h=320"},"cantique-lepreux-paysages-polaires":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cantique-lepreux-paysages-polaires.jpg&fit=cover&w=320&h=320"},"vacuous-dreams-of-dysphoria":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/vacuous-dreams-of-dysphoria.jpg&fit=cover&w=320&h=320"},"vacuous-katabasis":{"mbid":"64d25e79-6e96-40d9-a0b3-5418e31330fd","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/vacuous-katabasis.jpg&fit=cover&w=320&h=320"},"phobophilic-enveloping-absurdity":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/phobophilic-enveloping-absurdity.jpg&fit=cover&w=320&h=320"},"phobophilic-undimensioned-identities":{"mbid":"30b2505e-2839-4b81-99b1-b94491f62a82","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/phobophilic-undimensioned-identities.jpg&fit=cover&w=320&h=320"},"contaminated-celebratory-beheading":{"mbid":"3a08582a-89ca-42a6-ab3c-7a07c7f8f2d4","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/contaminated-celebratory-beheading.jpg&fit=cover&w=320&h=320"},"cryptic-shift-visitations-from-enceladus":{"mbid":"13f353a4-45fe-418b-8ab0-28cfa118a92e","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cryptic-shift-visitations-from-enceladus.jpg&fit=cover&w=320&h=320"},"knuckle-puck-2020":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/knuckle-puck-2020.jpg&fit=cover&w=320&h=320"},"contaminated-split-w-kutabare":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/contaminated-split-w-kutabare.jpg&fit=cover&w=320&h=320"},"contaminated-final-man":{"mbid":"8f166d32-948a-4080-bb1c-87d9183b92bb","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/contaminated-final-man.jpg&fit=cover&w=320&h=320"},"contaminated-promo-15":{"mbid":"33f224d2-c46b-4ece-9fea-1c695acbfaa5","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/contaminated-promo-15.jpg&fit=cover&w=320&h=320"},"contaminated-pestilential-decay":{"mbid":"6dc2a0e6-6366-4d5c-8a6d-356c681e4bbc","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/contaminated-pestilential-decay.jpg&fit=cover&w=320&h=320"},"fetid-steeping-corporeal-mess":{"mbid":"30be52e1-4a5f-49ad-a770-51e094be43ab","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/fetid-steeping-corporeal-mess.jpg&fit=cover&w=320&h=320"},"acephalix-theothanatology":{"mbid":"3ae4bdab-2159-4f1e-8bd1-e8f74b80213e","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/acephalix-theothanatology.jpg&fit=cover&w=320&h=320"},"acephalix-decreation":{"mbid":"3ae859c4-3710-4122-891a-8a7fb8083bc1","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/acephalix-decreation.jpg&fit=cover&w=320&h=320"},"pup-the-dream-is-over":{"mbid":"08f6b4a6-6a3e-4fdc-8e1d-3b38c05b7923","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/pup-the-dream-is-over.jpg&fit=cover&w=320&h=320"},"pup-morbid-stuff":{"mbid":"43a88b1e-049e-445b-9a18-b436613e2d46","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/pup-morbid-stuff.jpg&fit=cover&w=320&h=320"},"witch-vomit-funeral-sanctum":{"mbid":"c7975b3a-b895-4e2a-be74-4c6aa818329a","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/witch-vomit-funeral-sanctum.jpg&fit=cover&w=320&h=320"},"funeral-leech-the-illusion-of-time":{"mbid":"d1200635-fb6f-405d-ba61-14a764e32621","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/funeral-leech-the-illusion-of-time.jpg&fit=cover&w=320&h=320"},"balance-and-composure-too-quick-to-forgive":{"mbid":"862ade3f-eabc-4f84-b412-a5b18868a22b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/balance-and-composure-too-quick-to-forgive.jpg&fit=cover&w=320&h=320"},"balance-and-composure-light-we-made":{"mbid":"4636df22-5f9e-4ff9-ba62-4c8efdd3fdfd","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/balance-and-composure-light-we-made.jpg&fit=cover&w=320&h=320"},"balance-and-composure-the-things-we-think-were-missing":{"mbid":"6c3e3246-0e42-48ff-8b27-ae881e1b61ae","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/balance-and-composure-the-things-we-think-were-missing.jpg&fit=cover&w=320&h=320"},"yes-close-to-the-edge":{"mbid":"0196b507-f001-4335-9b03-d1f5711d75ee","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/yes-close-to-the-edge.jpg&fit=cover&w=320&h=320"},"porcupine-tree-stupid-dream":{"mbid":"10fe0c6a-a079-4163-ba91-8ce02e319cb2","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/porcupine-tree-stupid-dream.jpg&fit=cover&w=320&h=320"},"opeth-blackwater-park":{"mbid":"0ca81d87-2e6f-3040-babb-bd178bb2b831","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/opeth-blackwater-park.jpg&fit=cover&w=320&h=320"},"joyce-manor-40-oz-to-fresno":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/joyce-manor-40-oz-to-fresno.jpg&fit=cover&w=320&h=320"},"touche-amore-lament":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/touche-amore-lament.jpg&fit=cover&w=320&h=320"},"touche-amore-stage-four":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/touche-amore-stage-four.jpg&fit=cover&w=320&h=320"},"touche-amore-is-survived-by":{"mbid":"21eab181-14ea-481c-8129-a772c3bc5d00","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/touche-amore-is-survived-by.jpg&fit=cover&w=320&h=320"},"nomeansno-why-do-they-call-me-mr-happy":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nomeansno-why-do-they-call-me-mr-happy.jpg&fit=cover&w=320&h=320"},"nothing-tired-of-tomorrow":{"mbid":"15280147-8b79-41a4-b285-cdc4d58eb3d5","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nothing-tired-of-tomorrow.jpg&fit=cover&w=320&h=320"},"nothing-dance-on-the-blacktop":{"mbid":"e3d96b94-7559-4505-9448-ca8fce4cf5d9","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nothing-dance-on-the-blacktop.jpg&fit=cover&w=320&h=320"},"basement-beside-myself":{"mbid":"201009b3-b9c9-42b2-acb6-e8b73f4a7bea","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/basement-beside-myself.jpg&fit=cover&w=320&h=320"},"hum-hello-kitty":{"mbid":"5fe1c00f-60f3-4c9f-84c2-c854de8007c4","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/hum-hello-kitty.jpg&fit=cover&w=320&h=320"},"tigers-jaw-tigers-jaw":{"mbid":"069b337c-33c6-4823-9935-70dacd3a6eea","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/tigers-jaw-tigers-jaw.jpg&fit=cover&w=320&h=320"},"drug-church-hygiene":{"mbid":"2e5f7fb6-3f79-4da4-a9c4-0dbafebcf926","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/drug-church-hygiene.jpg&fit=cover&w=320&h=320"},"taking-back-sunday-louder-now":{"mbid":"043ada80-a4b6-4fe5-af17-2f6efb96b471","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/taking-back-sunday-louder-now.jpg&fit=cover&w=320&h=320"},"knuckle-puck-shifted":{"mbid":"446aa0fc-adfd-411d-989f-d03a7018404d","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/knuckle-puck-shifted.jpg&fit=cover&w=320&h=320"},"superheaven-sinking":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/superheaven-sinking.jpg&fit=cover&w=320&h=320"},"title-fight-the-last-thing-you-forget":{"mbid":"3070654a-4052-4a77-b0a1-81ee4b0d1e82","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/title-fight-the-last-thing-you-forget.jpg&fit=cover&w=320&h=320"},"narrow-head-far-removed":{"mbid":"ceccb528-2559-45ba-8fde-1a32438cd1df","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/narrow-head-far-removed.jpg&fit=cover&w=320&h=320"},"balance-and-composure-only-boundaries":{"mbid":"05676e4b-65d5-4dc6-aef4-360c36148925","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/balance-and-composure-only-boundaries.jpg&fit=cover&w=320&h=320"},"basement-colourmeinkindness":{"mbid":"38962405-b62a-41be-a168-165dfbbfc087","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/basement-colourmeinkindness.jpg&fit=cover&w=320&h=320"},"touche-amore-searching-for-a-pulsethe-worth-of-the-world":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/touche-amore-searching-for-a-pulsethe-worth-of-the-world.jpg&fit=cover&w=320&h=320"},"dinosaur-jr-where-you-been":{"mbid":"1c7678f7-06d4-3b1f-9536-273edf01814d","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dinosaur-jr-where-you-been.jpg&fit=cover&w=320&h=320"},"joyce-manor-never-hungover-again":{"mbid":"1b95909c-bd31-4369-a849-2a3d1854e4e1","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/joyce-manor-never-hungover-again.jpg&fit=cover&w=320&h=320"},"nirvana-bleach":{"mbid":"02b23593-ad18-4c8c-b30a-5c96b4796289","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nirvana-bleach.jpg&fit=cover&w=320&h=320"},"the-wonder-years-sister-cities":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-wonder-years-sister-cities.jpg&fit=cover&w=320&h=320"},"anxious-carved":{"mbid":"14716df6-c997-438d-aa6c-6457183ed05f","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/anxious-carved.jpg&fit=cover&w=320&h=320"},"militarie-gun-gimme-some-truth":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/militarie-gun-gimme-some-truth.jpg&fit=cover&w=320&h=320"},"michael-cera-palin-the-loose-ends-of-act-1":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/michael-cera-palin-the-loose-ends-of-act-1.jpg&fit=cover&w=320&h=320"},"foo-fighters-the-colour-and-the-shape":{"mbid":"02084fd8-5bce-3495-9e9f-86261dcb59a2","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/foo-fighters-the-colour-and-the-shape.jpg&fit=cover&w=320&h=320"},"free-throw-free-throw":{"mbid":"c4c445f2-5bc3-4d8d-8f47-dbb8211e8beb","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/free-throw-free-throw.jpg&fit=cover&w=320&h=320"},"have-mercy-a-place-of-our-own":{"mbid":"7b175206-fcc8-4b9b-9433-cbd91ea2e4c1","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/have-mercy-a-place-of-our-own.jpg&fit=cover&w=320&h=320"},"jawbox-jawbox":{"mbid":"1e84bfdb-9ede-425b-9f43-f1c095cbe841","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/jawbox-jawbox.jpg&fit=cover&w=320&h=320"},"basement-songs-about-the-weather":{"mbid":"054000d1-11cf-4710-a391-361395d73029","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/basement-songs-about-the-weather.jpg&fit=cover&w=320&h=320"},"cave-in-anomalies-vol-1":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cave-in-anomalies-vol-1.jpg&fit=cover&w=320&h=320"},"built-to-spill-untethered-moon":{"mbid":"0141819d-1670-455e-b0bd-b8eb85a80701","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/built-to-spill-untethered-moon.jpg&fit=cover&w=320&h=320"},"soul-blind-promo-2019":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/soul-blind-promo-2019.jpg&fit=cover&w=320&h=320"},"trauma-ray-transmissions":{"mbid":"d933ccd7-8647-4b9b-b74e-f3b6610432bf","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/trauma-ray-transmissions.jpg&fit=cover&w=320&h=320"},"fleshwater-demo2020":{"mbid":"9859c8c7-6395-4d5f-880e-4f5343b31e64","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/fleshwater-demo2020.jpg&fit=cover&w=320&h=320"},"fiddlehead-death-is-nothing-to-us":{"mbid":"531f82ca-1a8c-48ec-b66e-b696f848ea64","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/fiddlehead-death-is-nothing-to-us.jpg&fit=cover&w=320&h=320"},"modern-color-from-the-leaves-of-your-garden":{"mbid":"f3dcf279-1d4d-417e-be2e-550350d61382","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/modern-color-from-the-leaves-of-your-garden.jpg&fit=cover&w=320&h=320"},"nothing-downward-years-to-come":{"mbid":"70679841-d220-4071-8bd4-02fa457104cf","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nothing-downward-years-to-come.jpg&fit=cover&w=320&h=320"},"cloakroom-time-well":{"mbid":"4ebe0a30-638c-4066-91a3-9037eb28ef69","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cloakroom-time-well.jpg&fit=cover&w=320&h=320"},"turnover-turnover":{"mbid":"a5b033ff-b0c9-4bc0-bc80-29b8135a6a0c","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/turnover-turnover.jpg&fit=cover&w=320&h=320"},"dogleg-remember-alderaan":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dogleg-remember-alderaan.jpg&fit=cover&w=320&h=320"},"box-car-racer-box-car-racer":{"mbid":"04906977-03f9-4a10-ba48-721d4fb9adf5","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/box-car-racer-box-car-racer.jpg&fit=cover&w=320&h=320"},"oso-oso-gbol-hnf":{"mbid":"f9467745-9e09-4a24-a879-422fc905b91b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/oso-oso-gbol-hnf.jpg&fit=cover&w=320&h=320"},"hot-mulligan-pilot":{"mbid":"76f3581b-9ddc-4648-beac-6bddf771e6cc","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/hot-mulligan-pilot.jpg&fit=cover&w=320&h=320"},"pup-this-place-sucks-ass":{"mbid":"b903f655-4c5b-40ac-af0e-1224c1127066","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/pup-this-place-sucks-ass.jpg&fit=cover&w=320&h=320"},"seahaven-silhouette":{"mbid":"2f74f8d0-3b6e-4478-8284-4f802b419678","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/seahaven-silhouette.jpg&fit=cover&w=320&h=320"},"the-hotelier-home-like-noplace-is-there":{"mbid":"371e1e83-cff8-461b-94e1-92ac4476348c","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-hotelier-home-like-noplace-is-there.jpg&fit=cover&w=320&h=320"},"jimmy-eat-world-static-prevails":{"mbid":"1671bb68-2a76-42f5-af27-b13ac18dcc90","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/jimmy-eat-world-static-prevails.jpg&fit=cover&w=320&h=320"},"brand-new-your-favorite-weapon":{"mbid":"4fc1051a-111f-4a93-9492-247a0375b29c","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/brand-new-your-favorite-weapon.jpg&fit=cover&w=320&h=320"},"macseal-yeah-no-i-know":{"mbid":"83899887-58b5-430d-9795-7cbf62f68df3","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/macseal-yeah-no-i-know.jpg&fit=cover&w=320&h=320"},"basement-promise-everything":{"mbid":"2776bab7-df57-4188-8d36-4f3733377256","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/basement-promise-everything.jpg&fit=cover&w=320&h=320"},"charmer-ivy":{"mbid":"28d25e29-949e-41cb-a04f-4fb9a3c76cdd","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/charmer-ivy.jpg&fit=cover&w=320&h=320"},"superbloom-pollen":{"mbid":"6963ecd5-544b-4725-aec5-8d95288322da","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/superbloom-pollen.jpg&fit=cover&w=320&h=320"},"dead-bob-life-like":{"mbid":"6fa5895e-dd41-4cdf-ab1a-7beef8b94793","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dead-bob-life-like.jpg&fit=cover&w=320&h=320"},"the-get-up-kids-woodson":{"mbid":"1b8babd5-1e41-4a04-ab27-930c200acf74","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-get-up-kids-woodson.jpg&fit=cover&w=320&h=320"},"alkaline-trio-my-shame-is-true":{"mbid":"0e3d88da-b2cf-46b3-9bc7-f918368884f4","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/alkaline-trio-my-shame-is-true.jpg&fit=cover&w=320&h=320"},"fugazi-peel-sessions":{"mbid":"6073601c-7627-48e5-91bf-66f126d3b196","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/fugazi-peel-sessions.jpg&fit=cover&w=320&h=320"},"my-chemical-romance-the-black-parade":{"mbid":"16eb8908-7d05-48b9-af7f-cb017302482a","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/my-chemical-romance-the-black-parade.jpg&fit=cover&w=320&h=320"},"all-under-heaven-demo":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/all-under-heaven-demo.jpg&fit=cover&w=320&h=320"},"gleemer-here-at-all":{"mbid":"ed0be8d1-5a6b-46cb-9c08-1922880fe31f","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/gleemer-here-at-all.jpg&fit=cover&w=320&h=320"},"glare-into-you":{"mbid":"4d3b0a6d-d6be-4ac8-b5c5-abce4de0ad86","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/glare-into-you.jpg&fit=cover&w=320&h=320"},"slow-crush-aurora":{"mbid":"24730c8a-4db4-4e99-8e27-cb6619111063","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/slow-crush-aurora.jpg&fit=cover&w=320&h=320"},"leaving-time-leaving-time":{"mbid":"60c2ab43-fc3d-40ce-869d-be12a70f283b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/leaving-time-leaving-time.jpg&fit=cover&w=320&h=320"},"whirr-muta-blue-sugar":{"mbid":"88b719ab-fd46-484d-acff-0e2f41ac99d5","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/whirr-muta-blue-sugar.jpg&fit=cover&w=320&h=320"},"nomeansno-the-worldhood-of-the-world-as-such":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/nomeansno-the-worldhood-of-the-world-as-such.jpg&fit=cover&w=320&h=320"},"my-chemical-romance-three-cheers-for-sweet-revenge":{"mbid":"0d7934da-7d3c-4cd6-9032-daf481026c45","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/my-chemical-romance-three-cheers-for-sweet-revenge.jpg&fit=cover&w=320&h=320"},"afi-sing-the-sorrow":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/afi-sing-the-sorrow.jpg&fit=cover&w=320&h=320"},"thrice-the-artist-in-the-ambulance---revisited":{"mbid":"7f1e6a3c-6a28-4fb7-a81c-7c9449b6924b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/thrice-the-artist-in-the-ambulance---revisited.jpg&fit=cover&w=320&h=320"},"jawbox-for-your-own-special-sweetheart":{"mbid":"13bf831b-7a5a-381b-9740-94f68d5b3f12","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/jawbox-for-your-own-special-sweetheart.jpg&fit=cover&w=320&h=320"},"j-church-arbor-vitae":{"mbid":"28ca3cc3-5cbb-431f-86a8-daed2be0af25","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/j-church-arbor-vitae.jpg&fit=cover&w=320&h=320"},"at-the-drivein-relationship-of-command":{"mbid":"1ea4753b-b3e2-44a8-afa5-48f99c08a314","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/at-the-drivein-relationship-of-command.jpg&fit=cover&w=320&h=320"},"the-mars-volta-de-loused-in-the-comatorium":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-mars-volta-de-loused-in-the-comatorium.jpg&fit=cover&w=320&h=320"},"the-mars-volta-frances-the-mute":{"mbid":"186da934-373d-437f-b383-6b4f6e9a5340","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/the-mars-volta-frances-the-mute.jpg&fit=cover&w=320&h=320"},"seahaven-lefty":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/seahaven-lefty.jpg&fit=cover&w=320&h=320"},"seahaven-apartment-lost":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/seahaven-apartment-lost.jpg&fit=cover&w=320&h=320"},"seahaven-halo-of-hurt":{"mbid":"3fd8c7d6-b122-47b6-a4de-a092d55684ed","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/seahaven-halo-of-hurt.jpg&fit=cover&w=320&h=320"},"seahaven-reverie-lagoon-music-for-escapism-only":{"mbid":"296e656d-808c-4f6f-baa9-0ef6f3f6b602","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/seahaven-reverie-lagoon-music-for-escapism-only.jpg&fit=cover&w=320&h=320"},"basement-further-sky":{"mbid":"e6a1e00d-ed0c-49af-be9d-a5811d6889e3","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/basement-further-sky.jpg&fit=cover&w=320&h=320"},"necrot-mortal":{"mbid":"0ef9f131-4e75-441d-b70d-596290673d91","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/necrot-mortal.jpg&fit=cover&w=320&h=320"},"necrot-blood-offerings":{"mbid":"59e4936d-1937-4943-aa96-06ca905bb379","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/necrot-blood-offerings.jpg&fit=cover&w=320&h=320"},"necrot-the-abyss":{"mbid":"c003f93d-29fc-4176-97a2-ddaec9360344","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/necrot-the-abyss.jpg&fit=cover&w=320&h=320"},"agony-apocalyptic-dawning":{"mbid":"cda03a38-81d4-4776-86a6-7c309f7ab450","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/agony-apocalyptic-dawning.jpg&fit=cover&w=320&h=320"},"necrot-into-the-labyrinth":{"mbid":"006bc657-f6d6-49a5-b254-001388cfc8c0","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/necrot-into-the-labyrinth.jpg&fit=cover&w=320&h=320"},"undeath-lesions-of-a-different-kind":{"mbid":"1d251ce5-2279-4e60-a5cc-7a93cba73de6","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/undeath-lesions-of-a-different-kind.jpg&fit=cover&w=320&h=320"},"undeath-split-wdevoid-of-thought":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/undeath-split-wdevoid-of-thought.jpg&fit=cover&w=320&h=320"},"undeath-sentient-autolysis":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/undeath-sentient-autolysis.jpg&fit=cover&w=320&h=320"},"civerous-maze-envy":{"mbid":"5b6488fa-4ba9-4ed5-8c5a-b8d871e6922e","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/civerous-maze-envy.jpg&fit=cover&w=320&h=320"},"drug-church-myopic":{"mbid":"d53ecf39-3820-4408-9438-a75a1594fdc6","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/drug-church-myopic.jpg&fit=cover&w=320&h=320"},"drug-church-tawny":{"mbid":"fc2a4d9b-922c-4875-8536-56c6368261c7","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/drug-church-tawny.jpg&fit=cover&w=320&h=320"},"drug-church-cheer":{"mbid":"4d1fcdd0-8228-4ba8-aaaa-ac9c272faa30","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/drug-church-cheer.jpg&fit=cover&w=320&h=320"},"grave-infestation-pseudocommando":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/grave-infestation-pseudocommando.jpg&fit=cover&w=320&h=320"},"grave-infestation-persecution-of-the-living":{"mbid":"ae037a42-9491-4a4b-a095-817ee3ef5e17","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/grave-infestation-persecution-of-the-living.jpg&fit=cover&w=320&h=320"},"cruciamentum-obsidian-refractions":{"mbid":"9270ff28-03b2-4f20-a0e9-71d48324f4e3","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cruciamentum-obsidian-refractions.jpg&fit=cover&w=320&h=320"},"cruciamentum-charnel-passages":{"mbid":"dd583866-7497-4e80-8cfc-c0129b39a16b","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/cruciamentum-charnel-passages.jpg&fit=cover&w=320&h=320"},"replicant-infinite-mortality":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/replicant-infinite-mortality.jpg&fit=cover&w=320&h=320"},"birds-in-row-gris-klein":{"mbid":"3d86144b-c6e9-4a6f-9782-af0cc73f4f45","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/birds-in-row-gris-klein.jpg&fit=cover&w=320&h=320"},"tom-waits-closing-time":{"mbid":"19047b58-9c7f-4346-813c-0e1ee3c3cfa2","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/tom-waits-closing-time.jpg&fit=cover&w=320&h=320"},"soft-kill-escape-forever":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/soft-kill-escape-forever.jpg&fit=cover&w=320&h=320"},"necrot-lifeless-birth":{"mbid":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/necrot-lifeless-birth.jpg&fit=cover&w=320&h=320"}} \ No newline at end of file diff --git a/src/_data/json/artists-map.json b/src/_data/json/artists-map.json index 39461cc8..5ac5d3b1 100644 --- a/src/_data/json/artists-map.json +++ b/src/_data/json/artists-map.json @@ -1 +1 @@ -{"nomeansno":{"mbid":"37e9d7b2-7779-41b2-b2eb-3685351caad3","genre":"hardcore punk","image":"https://cdn.coryd.dev/artists/nomeansno.jpg"},"the-ataris":{"mbid":"57805d77-f947-4851-b7fb-78baad154451","genre":"punk","image":"https://cdn.coryd.dev/artists/the-ataris.jpg"},"dead-kennedys":{"mbid":"37c78aeb-d196-42b5-b991-6afb4fc9bc2e","genre":"hardcore punk","image":"https://cdn.coryd.dev/artists/dead-kennedys.jpg"},"taylor-swift":{"mbid":"20244d07-534f-4eff-b4d4-930878889970","genre":"pop","image":"https://cdn.coryd.dev/artists/taylor-swift.jpg"},"porcupine-tree":{"mbid":"169c4c28-858e-497b-81a4-8bc15e0026ea","genre":"progressive rock","image":"https://cdn.coryd.dev/artists/porcupine-tree.jpg"},"dinosaur-jr.":{"mbid":"77c167d2-4965-4421-830a-9815e4956475","genre":"alternative rock","image":"https://cdn.coryd.dev/artists/dinosaur-jr..jpg"},"knuckle-puck":{"mbid":"68ff4824-8451-481c-b4cf-57c2c64d8c00","genre":"emo","image":"https://cdn.coryd.dev/artists/knuckle-puck.jpg"},"verberis":{"mbid":"9d4fdc20-a658-4eab-9b95-31d04104d7d8","genre":"black metal","image":"https://cdn.coryd.dev/artists/verberis.jpg"},"cantique-lepreux":{"mbid":"274d698c-81c1-48f7-b848-c4ab0730f486","genre":"black metal","image":"https://cdn.coryd.dev/artists/cantique-lepreux.jpg"},"vacuous":{"mbid":"8331d770-f379-420c-aabc-d8c1ebdc12f3","genre":"death metal","image":"https://cdn.coryd.dev/artists/vacuous.jpg"},"phobophilic":{"mbid":"926985c7-9385-481f-b6e9-dfed167bd9c0","genre":"death metal","image":"https://cdn.coryd.dev/artists/phobophilic.jpg"},"contaminated":{"mbid":"11f7a795-25b1-4f25-8b23-734cba19f8a5","genre":"death metal","image":"https://cdn.coryd.dev/artists/contaminated.jpg"},"cryptic-shift":{"mbid":"f0b1c181-9d14-4504-bf00-abac3e64dc24","genre":"technical death metal","image":"https://cdn.coryd.dev/artists/cryptic-shift.jpg"}} \ No newline at end of file +{"nomeansno":{"mbid":"37e9d7b2-7779-41b2-b2eb-3685351caad3","genre":"hardcore punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/nomeansno.jpg&fit=cover&w=320&h=320"},"the-ataris":{"mbid":"57805d77-f947-4851-b7fb-78baad154451","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/the-ataris.jpg&fit=cover&w=320&h=320"},"dead-kennedys":{"mbid":"37c78aeb-d196-42b5-b991-6afb4fc9bc2e","genre":"hardcore punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/dead-kennedys.jpg&fit=cover&w=320&h=320"},"taylor-swift":{"mbid":"20244d07-534f-4eff-b4d4-930878889970","genre":"pop","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/taylor-swift.jpg&fit=cover&w=320&h=320"},"porcupine-tree":{"mbid":"169c4c28-858e-497b-81a4-8bc15e0026ea","genre":"progressive rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/porcupine-tree.jpg&fit=cover&w=320&h=320"},"dinosaur-jr.":{"mbid":"77c167d2-4965-4421-830a-9815e4956475","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/dinosaur-jr..jpg&fit=cover&w=320&h=320"},"knuckle-puck":{"mbid":"68ff4824-8451-481c-b4cf-57c2c64d8c00","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/knuckle-puck.jpg&fit=cover&w=320&h=320"},"verberis":{"mbid":"9d4fdc20-a658-4eab-9b95-31d04104d7d8","genre":"black metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/verberis.jpg&fit=cover&w=320&h=320"},"cantique-lepreux":{"mbid":"274d698c-81c1-48f7-b848-c4ab0730f486","genre":"black metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/cantique-lepreux.jpg&fit=cover&w=320&h=320"},"vacuous":{"mbid":"8331d770-f379-420c-aabc-d8c1ebdc12f3","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/vacuous.jpg&fit=cover&w=320&h=320"},"phobophilic":{"mbid":"926985c7-9385-481f-b6e9-dfed167bd9c0","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/phobophilic.jpg&fit=cover&w=320&h=320"},"contaminated":{"mbid":"11f7a795-25b1-4f25-8b23-734cba19f8a5","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/contaminated.jpg&fit=cover&w=320&h=320"},"cryptic-shift":{"mbid":"f0b1c181-9d14-4504-bf00-abac3e64dc24","genre":"technical death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/cryptic-shift.jpg&fit=cover&w=320&h=320"},"phrenelith":{"mbid":"600f4614-1353-486c-9402-e2c684e89f04","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/phrenelith.jpg&fit=cover&w=320&h=320"},"fetid":{"mbid":"31e7d8e0-ca72-47a2-b25d-a5b3211e4ab0","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/fetid.jpg&fit=cover&w=320&h=320"},"acephalix":{"mbid":"66c8bd24-97f1-4595-adfa-3ca24bb4e25e","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/acephalix.jpg&fit=cover&w=320&h=320"},"pup":{"mbid":"3165f5e0-44ff-446a-81d7-c09ec69661ae","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/pup.jpg&fit=cover&w=320&h=320"},"witch-vomit":{"mbid":"ed8760ad-de04-449b-a72a-bd1a1b7a4f23","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/witch-vomit.jpg&fit=cover&w=320&h=320"},"funeral-leech":{"mbid":"bfcdd208-4333-4330-9e36-5e541c110181","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/funeral-leech.jpg&fit=cover&w=320&h=320"},"balance-and-composure":{"mbid":"0d20c42d-133c-429d-8f76-3c2458aee3e8","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/balance-and-composure.jpg&fit=cover&w=320&h=320"},"yes":{"mbid":"c1d4f2ba-cf39-460c-9528-6b827d3417a1","genre":"progressive rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/yes.jpg&fit=cover&w=320&h=320"},"opeth":{"mbid":"c14b4180-dc87-481e-b17a-64e4150f90f6","genre":"progressive metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/opeth.jpg&fit=cover&w=320&h=320"},"joyce-manor":{"mbid":"945d3b69-27cd-45fa-b491-52553a63dead","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/joyce-manor.jpg&fit=cover&w=320&h=320"},"touche-amore":{"mbid":"ea367e3c-4c74-460b-8a99-bbbb9b1ad5cf","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/touche-amore.jpg&fit=cover&w=320&h=320"},"nothing":{"mbid":"e86b5e8c-8a11-40ea-9bb0-551df95e99d4","genre":"shoegaze","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/nothing.jpg&fit=cover&w=320&h=320"},"basement":{"mbid":"a8c7ff7a-ebc0-42c7-8828-475decf0ccdd","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/basement.jpg&fit=cover&w=320&h=320"},"hum":{"mbid":"04c5ca8a-4afa-4031-aced-6357440dbc25","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/hum.jpg&fit=cover&w=320&h=320"},"tigers-jaw":{"mbid":"3cdf1327-39eb-4ffe-9ce3-20599ac6a468","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/tigers-jaw.jpg&fit=cover&w=320&h=320"},"drug-church":{"mbid":"32d2897c-4c91-46db-8161-f51d3f4f0d93","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/drug-church.jpg&fit=cover&w=320&h=320"},"webbed-wing":{"mbid":"524a03b1-ceb7-4678-8aba-af87914f0c9e","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/webbed-wing.jpg&fit=cover&w=320&h=320"},"taking-back-sunday":{"mbid":"350bce49-c21b-4137-b50a-0766ded07e4d","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/taking-back-sunday.jpg&fit=cover&w=320&h=320"},"superheaven":{"mbid":"16f7e748-59b4-4705-959c-9276be0ebf6a","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/superheaven.jpg&fit=cover&w=320&h=320"},"title-fight":{"mbid":"1154d345-8061-4d04-a52a-6214288523ac","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/title-fight.jpg&fit=cover&w=320&h=320"},"dinosaur-jr":{"mbid":"77c167d2-4965-4421-830a-9815e4956475","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/dinosaur-jr.jpg&fit=cover&w=320&h=320"},"nirvana":{"mbid":"5b11f4ce-a62d-471e-81fc-a69a8278c7da","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/nirvana.jpg&fit=cover&w=320&h=320"},"the-wonder-years":{"mbid":"ae13e1fc-a2b1-4e3c-bfb9-737d3aeb7dab","genre":"pop punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/the-wonder-years.jpg&fit=cover&w=320&h=320"},"anxious":{"mbid":"e0153d66-9d96-4655-be3a-3e2866dda6c9","genre":"","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/anxious.jpg&fit=cover&w=320&h=320"},"militarie-gun":{"mbid":"a521f1a8-a949-4dcf-ab33-94596cb02787","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/militarie-gun.jpg&fit=cover&w=320&h=320"},"michael-cera-palin":{"mbid":"0acc305d-e58b-4e76-bc17-630345c14b38","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/michael-cera-palin.jpg&fit=cover&w=320&h=320"},"foo-fighters":{"mbid":"67f66c07-6e61-4026-ade5-7e782fad3a5d","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/foo-fighters.jpg&fit=cover&w=320&h=320"},"free-throw":{"mbid":"1ca441fa-7cea-4f29-939b-06d8741f74c7","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/free-throw.jpg&fit=cover&w=320&h=320"},"have-mercy":{"mbid":"1f805fa9-1e4e-4a0b-9454-38055c552594","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/have-mercy.jpg&fit=cover&w=320&h=320"},"cave-in":{"mbid":"f3c95ad4-215b-4519-8660-84c9f467da05","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/cave-in.jpg&fit=cover&w=320&h=320"},"built-to-spill":{"mbid":"3ac482b8-1494-4071-a0e9-f192f9d2c2b0","genre":"indie rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/built-to-spill.jpg&fit=cover&w=320&h=320"},"at-the-drivein":{"mbid":"7e13cd1c-0300-4d03-bd8e-5f86dd99d74f","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/at-the-drivein.jpg&fit=cover&w=320&h=320"},"soul-blind":{"mbid":"94dba818-73e7-4ee1-a8ed-894cef10552b","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/soul-blind.jpg&fit=cover&w=320&h=320"},"trauma-ray":{"mbid":"7406b0d5-657d-445b-8cb0-781bb4e3d276","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/trauma-ray.jpg&fit=cover&w=320&h=320"},"fleshwater":{"mbid":"546e82a3-550b-4cf2-8cb8-595d9d32aa49","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/fleshwater.jpg&fit=cover&w=320&h=320"},"fiddlehead":{"mbid":"5bba23fa-23ad-4129-8a67-245d373be0ee","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/fiddlehead.jpg&fit=cover&w=320&h=320"},"modern-color":{"mbid":"3436fc1e-eccb-4ed2-bd09-b21956e5b3e3","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/modern-color.jpg&fit=cover&w=320&h=320"},"cloakroom":{"mbid":"d419f6da-298a-40ea-ba0c-1757edd218b7","genre":"indie rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/cloakroom.jpg&fit=cover&w=320&h=320"},"turnover":{"mbid":"3a4c8052-7c20-473f-8b41-c3a081cbeb13","genre":"dream pop","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/turnover.jpg&fit=cover&w=320&h=320"},"dogleg":{"mbid":"6e7aea5b-de9f-4118-ae32-ddea8198864a","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/dogleg.jpg&fit=cover&w=320&h=320"},"box-car-racer":{"mbid":"1cae523b-fbf3-4312-a5c9-e569a6d4bd74","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/box-car-racer.jpg&fit=cover&w=320&h=320"},"oso-oso":{"mbid":"a8c4f4c9-b18a-4edf-a7d1-f5b657a9503b","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/oso-oso.jpg&fit=cover&w=320&h=320"},"hot-mulligan":{"mbid":"12a9e259-f7cb-4fca-87b1-a6c5fd38c300","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/hot-mulligan.jpg&fit=cover&w=320&h=320"},"seahaven":{"mbid":"cae0fc89-a6ad-4b14-8d71-4ce5395a74a4","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/seahaven.jpg&fit=cover&w=320&h=320"},"the-hotelier":{"mbid":"af63ec4d-9fe4-4001-bcb6-8dd160ee6451","genre":"indie rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/the-hotelier.jpg&fit=cover&w=320&h=320"},"brand-new":{"mbid":"9311e2bc-bb3f-44cf-90d8-b1fe6912b60b","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/brand-new.jpg&fit=cover&w=320&h=320"},"macseal":{"mbid":"295602fd-41de-46b9-a307-13620ac3ef32","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/macseal.jpg&fit=cover&w=320&h=320"},"charmer":{"mbid":"8c5512fd-821b-46ab-af0b-9665eef1604f","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/charmer.jpg&fit=cover&w=320&h=320"},"superbloom":{"mbid":"d9acda67-5b88-4146-866d-8876cef027be","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/superbloom.jpg&fit=cover&w=320&h=320"},"dead-bob":{"mbid":"d39ffe1a-ef5d-4f01-8a14-8f7195b4ce86","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/dead-bob.jpg&fit=cover&w=320&h=320"},"the-get-up-kids":{"mbid":"1b54e90c-638e-4fdd-a20e-4ab09db9fdaf","genre":"emo","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/the-get-up-kids.jpg&fit=cover&w=320&h=320"},"alkaline-trio":{"mbid":"69421e11-e4c3-4854-951b-ceab4972e38e","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/alkaline-trio.jpg&fit=cover&w=320&h=320"},"fugazi":{"mbid":"233fc3f3-6de2-465c-985e-e721dbabbace","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/fugazi.jpg&fit=cover&w=320&h=320"},"my-chemical-romance":{"mbid":"c07f0676-9143-4217-8a9f-4c26bd636f13","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/my-chemical-romance.jpg&fit=cover&w=320&h=320"},"all-under-heaven":{"mbid":"2bc0f29e-1402-49b4-bbbb-27325369ca22","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/all-under-heaven.jpg&fit=cover&w=320&h=320"},"gleemer":{"mbid":"a07ab1a4-0877-42b0-879b-3d1005af3fd4","genre":"indie rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/gleemer.jpg&fit=cover&w=320&h=320"},"glare":{"mbid":"c26bf578-dfa9-4005-b8f5-26ba9ad0e0dd","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/glare.jpg&fit=cover&w=320&h=320"},"slow-crush":{"mbid":"7196f17e-a84b-4805-b623-7fc899f96334","genre":"indie rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/slow-crush.jpg&fit=cover&w=320&h=320"},"leaving-time":{"mbid":"f1e3591a-9b26-474e-9da9-46a4a6d36827","genre":"alternative rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/leaving-time.jpg&fit=cover&w=320&h=320"},"whirr":{"mbid":"3474a13f-899f-40ec-9d5c-e44e41a02900","genre":"shoegaze","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/whirr.jpg&fit=cover&w=320&h=320"},"afi":{"mbid":"1c3919b2-43ca-4a4a-935d-9d50135ec0ef","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/afi.jpg&fit=cover&w=320&h=320"},"thrice":{"mbid":"244afcb7-fa9a-49b1-9aa6-0149512d1c52","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/thrice.jpg&fit=cover&w=320&h=320"},"jawbox":{"mbid":"016fba14-1fc6-4986-86c2-2113ec9b28de","genre":"post-hardcore","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/jawbox.jpg&fit=cover&w=320&h=320"},"j-church":{"mbid":"bad96c62-50f8-4159-b155-3ffb63c698f8","genre":"punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/j-church.jpg&fit=cover&w=320&h=320"},"the-mars-volta":{"mbid":"20883363-1ea4-4d72-ad72-c0e767038f3e","genre":"progressive rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/the-mars-volta.jpg&fit=cover&w=320&h=320"},"necrot":{"mbid":"0556f527-d02e-440c-b0bb-3e1aa402cf19","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/necrot.jpg&fit=cover&w=320&h=320"},"agony":{"mbid":"d96d4389-437b-4020-8261-a39c478c5ad4","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/agony.jpg&fit=cover&w=320&h=320"},"undeath":{"mbid":"a449014f-de9a-43fa-b271-786b0af10926","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/undeath.jpg&fit=cover&w=320&h=320"},"civerous":{"mbid":"f7579430-af4b-42e6-86c7-4c24a8411b58","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/civerous.jpg&fit=cover&w=320&h=320"},"grave-infestation":{"mbid":"eb96a85e-4ac0-49a1-ad42-24becfa1a125","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/grave-infestation.jpg&fit=cover&w=320&h=320"},"cruciamentum":{"mbid":"9a783663-db0c-4237-a3a9-afe72d055ddc","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/cruciamentum.jpg&fit=cover&w=320&h=320"},"replicant":{"mbid":"693adda8-6c52-466e-8ea0-e0e42679d320","genre":"death metal","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/replicant.jpg&fit=cover&w=320&h=320"},"birds-in-row":{"mbid":"71fdb598-1967-435b-ab25-f4daad5e576b","genre":"hardcore punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/birds-in-row.jpg&fit=cover&w=320&h=320"},"tom-waits":{"mbid":"c3aeb863-7b26-4388-94e8-5a240f2be21b","genre":"blues rock","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/tom-waits.jpg&fit=cover&w=320&h=320"},"soft-kill":{"mbid":"c16dcdae-a651-42c1-aff8-edda0f463157","genre":"post-punk","image":"https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/soft-kill.jpg&fit=cover&w=320&h=320"}} \ No newline at end of file diff --git a/src/_data/json/roundups/2023.js b/src/_data/json/roundups/2023.js index 303e2595..8444fe7f 100644 --- a/src/_data/json/roundups/2023.js +++ b/src/_data/json/roundups/2023.js @@ -3,37 +3,37 @@ export default { { alt: 'Stay True', author: 'Hua Hsu', - image: 'https://cd-books.b-cdn.net/8jdewx4ipwb9hro2oedjkfj1cy0f', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/8jdewx4ipwb9hro2oedjkfj1cy0f&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/9946c834-81f1-4c7f-b7d1-30a804e9874f', }, { alt: 'Where Are Your Boys Tonight?', author: 'Chris Payne', - image: 'https://cd-books.b-cdn.net/vajp3jxy6kee5ka2ymbvjc2fqkvf', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/vajp3jxy6kee5ka2ymbvjc2fqkvf&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/f074d4e3-a9fc-42af-889e-54697a1fece0', }, { title: 'Trouble Boys', author: 'Bob Mehr', - image: 'https://cd-books.b-cdn.net/66eh71z4igv2dsinrk7mif50fa6y', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/66eh71z4igv2dsinrk7mif50fa6y&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/8dce0e20-fef1-42a4-a59b-b4ec084dc6f4', }, { alt: 'Corporate Rock Sucks', author: 'Jim Ruland', - image: 'https://cd-books.b-cdn.net/tzf2l7725ydzzvvmzpbky7wj7ckc', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/tzf2l7725ydzzvvmzpbky7wj7ckc&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/8a0b8649-8939-4753-8e8d-18500574614e', }, { alt: 'Tracers in the Dark', author: 'Andy Greenberg', - image: 'https://cd-books.b-cdn.net/m4s6lp9eljzk5vjm1xauou8frxde', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/m4s6lp9eljzk5vjm1xauou8frxde&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/4f1f21f8-3d1f-4162-9f6c-5a00a33f629c', }, { alt: 'Girl in a Band', author: 'Kim Gordon', - image: 'https://cd-books.b-cdn.net/qnxw68i4xn3byegvkzq6kty0rlx7', + image: 'https://coryd.dev/.netlify/images/?url=https://cdn.thestorygraph.com/qnxw68i4xn3byegvkzq6kty0rlx7&fit=cover&w=200&h=307', url: 'https://app.thestorygraph.com/books/c0ea8ac6-d2c6-43b6-be16-ba793e71bfc2', } ], @@ -41,56 +41,56 @@ export default { { title: 'the whaler', artist: 'home is where', - image: 'https://cdn.coryd.dev/albums/home-is-where-the-whaler.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/home-is-where-the-whaler.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/6fe3516f-c324-4265-8f43-d902f3a4cc20', type: 'album', }, { title: 'The Enduring Spirit', artist: 'Tomb Mold', - image: 'https://cdn.coryd.dev/albums/tomb-mold-the-enduring-spirit.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/tomb-mold-the-enduring-spirit.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/cd3e5dfb-acca-4856-80f6-2e095ac3270d', type: 'album', }, { title: 'A Dialogue With The Eeriest Sublime', artist: 'Vertebra Atlantis', - image: 'https://cdn.coryd.dev/albums/vertebra-atlantis-a-dialogue-with-the-eeriest-sublime.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/vertebra-atlantis-a-dialogue-with-the-eeriest-sublime.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/b8f1913b-f461-443c-a26c-377b259f2af6', type: 'album', }, { title: 'ONE MORE TIME...', artist: 'blink-182', - image: 'https://cdn.coryd.dev/albums/blink-182-one-more-time.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/blink-182-one-more-time.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/520d6d45-19c8-4ee1-a954-180e7902f3da', type: 'album', }, { title: 'Life Like', artist: 'Dead Bob', - image: 'https://cdn.coryd.dev/albums/dead-bob-life-like.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/dead-bob-life-like.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/ab53e625-74af-4a09-a8ff-e1c08dbae596', type: 'album', }, { title: 'Threads of Unknowing', artist: 'VoidCeremony', - image: 'https://cdn.coryd.dev/albums/voidceremony-threads-of-unknowing.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/voidceremony-threads-of-unknowing.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/f1f91cde-ff57-41c8-bd58-28c236b3f0c6', type: 'album', }, { title: 'Why Would I Watch', artist: 'Hot Mulligan', - image: 'https://cdn.coryd.dev/albums/hot-mulligan-why-would-i-watch.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/hot-mulligan-why-would-i-watch.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/5afd31ea-3a96-4b99-a477-4d121efaedec', type: 'album', }, { title: 'Losing What We Love', artist: 'Knuckle Puck', - image: 'https://cdn.coryd.dev/albums/knuckle-puck-losing-what-we-love.jpg', + image: 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/albums/knuckle-puck-losing-what-we-love.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/b51d8882-3854-400a-b79b-4353a77a389b', type: 'album', } diff --git a/src/_data/tv.js b/src/_data/tv.js index 913c62e3..0c5fb51a 100644 --- a/src/_data/tv.js +++ b/src/_data/tv.js @@ -81,7 +81,7 @@ export default async function () { }) const tmdbData = await tmdbRes const posterPath = tmdbData['poster_path'] - episode.image = `https://cd-movies.b-cdn.net/t/p/w500${posterPath}` + episode.image = `https://coryd.dev/.netlify/images/?url=https://image.tmdb.org//t/p/w500${posterPath}&w=200&h=307&fit=fill` } return episodes; diff --git a/src/_includes/partials/now/media-grid.liquid b/src/_includes/partials/now/media-grid.liquid index 5862001b..e468e39c 100644 --- a/src/_includes/partials/now/media-grid.liquid +++ b/src/_includes/partials/now/media-grid.liquid @@ -28,11 +28,7 @@ {%- capture loadingStrategy -%} {%- if loading -%}{{ loading }}{%- else -%}lazy{%- endif -%} {%- endcapture -%} - {% if shape == 'square' %} - {% image item.image, alt, '', loadingStrategy, 320 %} - {% else %} - {% image item.image, alt, '', loadingStrategy, 200 %} - {% endif %} + {% image item.image, alt, '', loadingStrategy %} {% endfor %} diff --git a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md index 35eac9e8..0af07abd 100644 --- a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md +++ b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md @@ -3,7 +3,6 @@ date: '2023-06-21' title: 'Displaying listening data from Apple Music using MusicKit.js' description: "Up until now my now page has sourced music data from Last.fm (and may well again). But, in the interest in experimenting a bit, I've tried my hand at rewriting that part of the page to leverage data from Apple Music, using MusicKit.js instead." tags: ['development', 'music', 'Eleventy', 'Apple', 'javascript', 'API'] -image: https://cdn.coryd.dev/blog/albums-artists.jpg --- Up until now my [now](https://coryd.dev/now) page has sourced music data from Last.fm (and may well again). But, in the interest in experimenting a bit, I've tried my hand at rewriting that part of the page to leverage data from Apple Music, using [MusicKit.js](https://developer.apple.com/documentation/musickitjs) instead. @@ -204,7 +203,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a We have an object containing arrays of objects — we iterate through each object for the appropriate section (tracks aren't displayed at the moment) and build the resulting display[^3]. This isn't perfect by any means, but, it does provide a nice little visualization of what I'm listening to and `240` tracks feels adequate as a rolling window into that activity. -{% image 'https://cdn.coryd.dev/blog/albums-artists.jpg', 'Albums and artists', 'image__banner', 'lazy' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/albums-artists.jpg&w=1200', 'Albums and artists', 'image__banner', 'lazy' %} [^1]: There are some good options to do this, but there aren't a _ton_ and the age of some of the apps is concerning. [Marvis](https://appaddy.wixsite.com/marvis) is far and away your best choice here. [^2]: Making sure that you update the values you obtained, including the path to your downloaded `.p8` file. diff --git a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md index 52d020fd..c85654c2 100644 --- a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md +++ b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md @@ -3,14 +3,13 @@ date: '2023-02-17' title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)' description: "I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged)." tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'AI'] -image: https://cdn.coryd.dev/blog/fastmail-workflow.jpg --- I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged) and I've even used HEY.[^1] For now, I've approached filtering my mail by applying regular expressions to reasonably broad categories of incoming mail[^2]. My thinking with this approach is that will scale better over the long term by applying heuristics to common phrases and patterns in incoming mail without the need to apply rules to senders on a per address or domain basis. -{% image 'https://cdn.coryd.dev/blog/fastmail-workflow.jpg', 'A diagram of my Fastmail workflow', 'image__banner', 'eager' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/fastmail-workflow.jpg&w=1200', 'A diagram of my Fastmail workflow', 'image__banner', 'eager' %} ## Alias-specific rules diff --git a/src/posts/2023/from-ics-to-json-surfacing-anticipated-albums.md b/src/posts/2023/from-ics-to-json-surfacing-anticipated-albums.md index dfe687a5..b5638983 100644 --- a/src/posts/2023/from-ics-to-json-surfacing-anticipated-albums.md +++ b/src/posts/2023/from-ics-to-json-surfacing-anticipated-albums.md @@ -3,7 +3,6 @@ date: '2023-06-08' title: 'From ICS to JSON: surfacing anticipated albums' description: "I use MusicHarbor by Marcos Tanaka to track upcoming albums from my favorite artists (typically by syncing my last.fm data with the app.) When I see something new that I want to add to my collection I throw it on a calendar creatively titled Albums." tags: ['development', 'music', 'automation', 'API'] -image: https://cdn.coryd.dev/blog/album-releases.jpg --- I use MusicHarbor by [Marcos Tanaka](https://marcosatanaka.com) to track upcoming albums from my favorite artists (typically by syncing [my last.fm data](https://www.last.fm/user/cdme_) with the app.) When I see something new that I want to add to my collection I throw it on a calendar creatively titled `Albums`. @@ -65,6 +64,6 @@ Rendering the output is as simple as: {% endraw %} Leaving us with: -{% image 'https://cdn.coryd.dev/blog/album-releases.jpg', 'Albums I\'m looking forward to', 'image__banner', 'eager' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/album-releases.jpg&w=1200', 'Albums I\'m looking forward to', 'image__banner', 'eager' %} [^1]: At this point, a dev playground. diff --git a/src/posts/2023/now-page-grouping-episodes-of-same-show.md b/src/posts/2023/now-page-grouping-episodes-of-same-show.md index 9791fd41..582f10cf 100644 --- a/src/posts/2023/now-page-grouping-episodes-of-same-show.md +++ b/src/posts/2023/now-page-grouping-episodes-of-same-show.md @@ -6,14 +6,13 @@ tags: - javascript - Eleventy - development -image: https://cdn.coryd.dev/blog/grouped-tv.jpg --- I made a minor update to how I'm normalizing TV data for display on my now page. By _minor_ I mean one of those things that may well break inexplicably depending on where the data lands. Instead of returning a normalized array based directly off the data returned by [Trakt](https://trakt.tv)'s API I'm instead collecting episodes in an array, checking as I iterate through the response to see if an episode of the same show exists and replacing that object with a mutated object designed to display the range of episodes watched for the show. -{% image 'https://cdn.coryd.dev/blog/grouped-tv.jpg', 'Grouped TV episodes', 'image__banner' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/grouped-tv.jpg&w=1200', 'Grouped TV episodes', 'image__banner' %} {% raw %} diff --git a/src/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji.md b/src/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji.md index 61790aeb..b89f89eb 100644 --- a/src/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji.md +++ b/src/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji.md @@ -168,6 +168,6 @@ Finally, if the page this all lives on is loaded by a client without JavaScript All of this, yields the single line at the bottom of this image — updated on each visit. -{% image 'https://cdn.coryd.dev/blog/now-playing.jpg', 'Now playing', 'image__banner', 'lazy' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/now-playing.jpg&w=1200', 'Now playing', 'image__banner', 'lazy' %} [^1]: Plus explicit conditions matching David Bowie and Minor Threat. diff --git a/src/posts/2023/optimizing-for-performance-with-eleventy.md b/src/posts/2023/optimizing-for-performance-with-eleventy.md index 3c669c68..a725a748 100644 --- a/src/posts/2023/optimizing-for-performance-with-eleventy.md +++ b/src/posts/2023/optimizing-for-performance-with-eleventy.md @@ -3,7 +3,6 @@ date: '2023-06-07' title: 'Optimizing for performance with Eleventy' description: "In the interest of over-engineering my personal site I've gone out of my way to optimize it for performance." tags: ['Eleventy', 'development'] -image: https://cdn.coryd.dev/blog/page-speed.jpg --- In the interest of over-engineering my personal site I've gone out of my way to optimize it for performance. It started out fairly quick as it's static, built using [Eleventy](https://www.11ty.dev) and is hosted with Vercel but, beyond the basic setup, I've taken some additional measures to drive the [pagespeed](https://pagespeed.web.dev) scores to `100` across the board. @@ -138,6 +137,6 @@ For this page in particular, the images that are rendered above the fold are set All of these boilerplate steps leave us with a quick to load, accessible and resilient site: -{% image 'https://cdn.coryd.dev/blog/page-speed.jpg', 'Pagespeed scores for coryd.dev/now', 'image__banner' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/page-speed.jpg&w=1200', 'Pagespeed scores for coryd.dev/now', 'image__banner' %} [^1]: It's easy, flexible and helps mitigate my lack of an eye for design by providing safe baselines. diff --git a/src/posts/2023/road-to-madness-apple-music-charts.md b/src/posts/2023/road-to-madness-apple-music-charts.md index afd53e94..90c69765 100644 --- a/src/posts/2023/road-to-madness-apple-music-charts.md +++ b/src/posts/2023/road-to-madness-apple-music-charts.md @@ -3,7 +3,6 @@ date: '2023-07-21' title: 'Road to madness: charting Apple Music listening data' description: "I've written before about displaying my listening data from Apple Music but, recently, I've attempted to take things a bit further." tags: ['development', 'music', 'Eleventy', 'Apple', 'javascript', 'API'] -image: https://cdn.coryd.dev/blog/charlie.jpg --- I've written before about [displaying my listening data from Apple Music](https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/) but, recently, I've attempted to take things a bit further. @@ -133,7 +132,7 @@ _Cool_[^4]. GitHub triggers a rebuild of the site every hour, Netlify builds it, There are some significant issues with this approach: it doesn't capture listens to an album in a loop (like me playing the new Outer Heaven record today — hails 🤘). It can get wonky when my diff function hits a track order that elicits a false positive return value. -{% image 'https://cdn.coryd.dev/blog/charlie.jpg', 'Charlie Day standing in front of charts', 'image__banner', 'lazy' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/charlie.jpg&w=1200', 'Charlie Day standing in front of charts', 'image__banner', 'lazy' %} "But Cory there's last.fm." I hear this, I love last.fm, but I've got concerns about its age, ownership and maintenance. I don't want to be on the wrong end of a scream test when the wrong (right?) server rack gets decommissioned. diff --git a/src/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage.md b/src/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage.md index 66f47cdf..37fabadd 100644 --- a/src/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage.md +++ b/src/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage.md @@ -4,13 +4,12 @@ title: 'Building a scrobbler using Plex webhooks, edge functions and blob storag ' description: "I've written before about embedding music into my site and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed to return album art. ListenBrainz is great, but client support is still lacking. I've also tried charting Apple Music data from their (quite limited) API." tags: ['Eleventy', 'development', 'music', 'indie web', 'javascript', 'Plex', 'Plexamp', 'Netlify'] -image: https://cdn.coryd.dev/blog/scrobbler.png --- I've written before about [embedding music into my site](https://coryd.dev/posts/2024/weaving-music-in-and-out-of-my-personal-site/) and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed to return album art. ListenBrainz is *great*, but client support is still lacking. [I've also tried charting Apple Music data from their (quite limited) API.](https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/) I could have kept depending on Last.fm and — don't get me wrong — I love Last.fm. It's one of those valuable, legacy services that's hanging on with a rich user base and historical recommendations. I'm going to keep scrobbling data there and to ListenBrainz[^1]. -{% image 'https://cdn.coryd.dev/blog/scrobbler.png', 'A diagram of the scrobbling architecture', 'image__banner', 'eager' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/scrobbler.png&w=1200', 'A diagram of the scrobbling architecture', 'image__banner', 'eager' %} What I've long wanted is something that sits on infrastructure I control, stores my own data and lets me present roughly the same data. Given that Plex will issue outbound webhooks, I thought I'd set up an edge function over at Netlify and point a webhook at it to see what I could do with the inbound payload. What Plex sends is fairly lightweight and ended up needing to be read in from form data on the `POST`, but it was enough to work with. diff --git a/src/posts/2024/on-getting-tattooed.md b/src/posts/2024/on-getting-tattooed.md index cdd443a9..471488b3 100644 --- a/src/posts/2024/on-getting-tattooed.md +++ b/src/posts/2024/on-getting-tattooed.md @@ -3,7 +3,6 @@ date: '2024-02-07' title: 'On getting tattooed' description: "I got my first tattoo over ten years ago. It was a few lines from Tom Waits' *[Coney Island Baby](https://www.youtube.com/watch?v=A-Tod1_tZdU)* set on the inside of my left bicep as a dedication to my then fiancé and now wife of ten years. I was told recently that that's a really painful spot but, I suppose, I didn't know what I was getting into outside of having an artist recommended by a dear friend that I trust implicitly." tags: ['tattoos', 'music'] -image: https://cdn.coryd.dev/blog/half-sleeve.jpg --- I got my first tattoo over ten years ago. It was a few lines from Tom Waits' *[Coney Island Baby](https://www.youtube.com/watch?v=A-Tod1_tZdU)* set on the inside of my left bicep as a dedication to my then fiancé and now wife of ten years. I was told recently that that's a really painful spot but, I suppose, I didn't know what I was getting into outside of having an artist recommended by a dear friend that I trust implicitly. @@ -28,7 +27,7 @@ My parents started getting tattooed in their 50s, thinking it would be a cheaper Each piece was important to me when I got it and remains important to me now. They're references to and reminders of important moments and I enjoy every session[^6]. But, for now, my shoulder is sore. {% capture fallbackIcon %}{% tablericon "photo" "A photo of the Sturgill Simpson-inspired half sleeve referenced above." %}{% endcapture %} -{% image 'https://cdn.coryd.dev/blog/half-sleeve.jpg', 'A photo of the Sturgill Simpson-inspired half sleeve referenced above.', 'image__banner', 'eager' %} +{% image 'https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/blog/half-sleeve.jpg&w=1200', 'A photo of the Sturgill Simpson-inspired half sleeve referenced above.', 'image__banner', 'eager' %} [^1]: My wife got the same piece done — there was one pointing to the driveway of the house we got married at. It burned down in the Butte fire. [^2]: She got elected!