diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 63308453..c0fe1575 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1711857836898 + "timestamp": 1711879384723 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 86fb4abb..b37ae2a3 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -12013,7 +12013,10 @@ "url": "https://lasso-security.webflow.io/blog/ai-package-hallucinations", "content_text": "๐Ÿ”—: Heads up: Hallucinated packages in the wild? #AI #Tech https://lasso-security.webflow.io/blog/ai-package-hallucinations", "date_published": "Sat, 30 Mar 2024 21:41:00 GMT", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/112189727353000791" + ], + "lastTootTimestamp": 1711879384717 }, "https://hamatti.org/posts/full-text-rss-feed-is-offline-friendly-act/": { "id": "aHR0cHM6Ly9oYW1hdHRpLm9yZy9wb3N0cy9mdWxsLXRleHQtcnNzLWZlZWQtaXMtb2ZmbGluZS1mcmllbmRseS1hY3Qv", @@ -12032,7 +12035,10 @@ "url": "https://www.independent.com/2024/03/29/santa-barbaras-collective-memory-sold-for-kindling/", "content_text": "๐Ÿ”—: Santa Barbaraโ€™s Collective Memory, Sold for Kindling #Tech #Journalism https://www.independent.com/2024/03/29/santa-barbaras-collective-memory-sold-for-kindling/", "date_published": "Sat, 30 Mar 2024 01:42:00 GMT", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/112188783779645663" + ], + "lastTootTimestamp": 1711864986922 }, "https://shellsharks.com/own-my-social": { "id": "aHR0cHM6Ly9zaGVsbHNoYXJrcy5jb20vb3duLW15LXNvY2lhbA==", @@ -12040,6 +12046,9 @@ "url": "https://shellsharks.com/own-my-social", "content_text": "๐Ÿ”—: Owning My Own Social #Tech #IndieWeb #SmallWeb #SocialMedia https://shellsharks.com/own-my-social", "date_published": "Fri, 29 Mar 2024 14:28:00 GMT", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/112189256123404950" + ], + "lastTootTimestamp": 1711872194333 } } \ No newline at end of file diff --git a/src/_data/helpers/music.js b/src/_data/helpers/music.js index 97b2310d..23ab5b6c 100644 --- a/src/_data/helpers/music.js +++ b/src/_data/helpers/music.js @@ -55,7 +55,7 @@ export const buildChart = (tracks, artists, albums) => { if (!albumsData[track['album']]) { albumsData[track['album']] = { title: track['album'], - artist: track['artist'], + artist: artistCapitalization(track['artist']), plays: 1, mbid: albums[albumSanitizedKey(track['album'])]?.['mbid'] || '', url: albums[albumSanitizedKey(track['album'])]?.['url'] || `https://musicbrainz.org/taglookup/index?tag-lookup.artist=${track['artist'].replace(/\s+/g, '+')}&tag-lookup.release=${track['album'].replace(/\s+/g, '+')}`,