From 9344efe2ae902554a34aeed02513fd59a7f5c10b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 5 Mar 2024 15:12:22 -0800 Subject: [PATCH] chore: post --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 11 ++++++++++ .../partials/now/albumReleases.liquid | 2 +- src/posts/2024/a-music-workflow-for-2024.md | 22 +++++++++++++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 src/posts/2024/a-music-workflow-for-2024.md diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 1ab2ad47..dd980483 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1709611389501 + "timestamp": 1709668996247 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 9d825827..a02765bb 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -10928,5 +10928,16 @@ "https://social.lol/users/cory/statuses/112041092019432798" ], "lastTootTimestamp": 1709611389496 + }, + "https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9zaWducy15b3V2ZS10YWtlbi1hLWJhZC1qb2Iv", + "title": "📝: Signs you've taken a bad job", + "url": "https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/", + "content_text": "📝: Signs you've taken a bad job #Tech #Work https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/", + "date_published": "Tue, 05 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112044867238335312" + ], + "lastTootTimestamp": 1709668996240 } } \ No newline at end of file diff --git a/src/_includes/partials/now/albumReleases.liquid b/src/_includes/partials/now/albumReleases.liquid index fb17d836..02686395 100644 --- a/src/_includes/partials/now/albumReleases.liquid +++ b/src/_includes/partials/now/albumReleases.liquid @@ -1,5 +1,5 @@ {% if albumReleases.size > 0 %} -

+

{% tablericon "calendar-time" "Anticipated albums" %} Anticipated albums

diff --git a/src/posts/2024/a-music-workflow-for-2024.md b/src/posts/2024/a-music-workflow-for-2024.md new file mode 100644 index 00000000..66627c9e --- /dev/null +++ b/src/posts/2024/a-music-workflow-for-2024.md @@ -0,0 +1,22 @@ +--- +date: '2024-03-05' +title: 'A music workflow for 2024' +description: "I think, I think I've found a music workflow I'm happy with for 2024 and it looks like this." +tags: ['music', 'tech'] +--- +I think, *I think* I've found a music workflow I'm happy with for 2024 and it looks like this. + +- Store upcoming releases in a calendar + - These releases get parsed from an ICS feed and [displayed on my now page](https://coryd.dev/now#album-releases). +- When an album gets released, I tag it using [Meta](https://www.nightbirdsevolve.com/meta/)[^1] + - I export the artwork to a directory where I store all the art for all the albums I listen to. This gets pushed to GitHub after Hazel normalizes the name to an `artist-album-name` format. + - I upload the artwork to my CDN and my now page then uses the data returned by Last.fm's API to match the filename on the CDN when building my site. + - If the album is from a new artist, repeat this process with an image of the artist. + - I upload the artwork to a shared Apple Photos album that I use as my screensaver. + - I move the music files to a drive that gets backed up to Backblaze. +- I import the album to [Doppler](https://brushedtype.co/doppler/). + - I send the album to Doppler on my iPhone + +From there, I listen to music. It shows up on https://www.last.fm/user/coryd_, my site and my screensaver. + +[^1]: No not that one. \ No newline at end of file