Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-11 18:15:43 -07:00
commit eb6b227006
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -64,6 +64,7 @@ const emojiMap = (genre, artist) => {
if (genre.includes("dance-punk")) return "🪩"
if (genre.includes("punk") || genre.includes("hardcore")) return "✊"
if (genre.includes("hip hop")) return "🎤"
if (genre.includes("hip-hop")) return "🎤"
if (genre.includes("progressive") || genre.includes("experimental"))
return "🤓"
if (genre.includes("jazz")) return "🎺"

View file

@ -49,7 +49,6 @@ Software and services that I use for work and my own enjoyment.
- [Meta](https://www.nightbirdsevolve.com/meta): the _best_ utility for tagging and organizing music files on macOS.
- [Permute](https://software.charliemonroe.net/permute): a useful utility for quickly converting files to different formats.
- [SoundSource](https://rogueamoeba.com/soundsource): a handy utility for better, more granular control on macOS.
- [Sleeve](https://replay.software/sleeve): a lightweight music controller (that also supports scrobbling).
<h3>Dev tools</h3>