chore: post
This commit is contained in:
parent
f8ce60c082
commit
9344efe2ae
4 changed files with 35 additions and 2 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1709611389501
|
||||
"timestamp": 1709668996247
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -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
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{% if albumReleases.size > 0 %}
|
||||
<h2 class="now__section--header flex--centered">
|
||||
<h2 id="album-releases" class="now__section--header flex--centered">
|
||||
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||
Anticipated albums
|
||||
</h2>
|
||||
|
|
22
src/posts/2024/a-music-workflow-for-2024.md
Normal file
22
src/posts/2024/a-music-workflow-for-2024.md
Normal file
|
@ -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.<!-- excerpt -->
|
||||
|
||||
- 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.
|
Reference in a new issue