From 19f263270f7a78bc53e1c946e471e9b795526d3e Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 11 May 2024 17:29:52 -0700 Subject: [PATCH 1/2] chore: emojis --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/now-playing.js b/api/now-playing.js index 2e91bcd7..a3e21748 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -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 "đŸŽē" From 091a1665ad6fce1f170e10a5593d6ac9036ab14a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 11 May 2024 17:56:00 -0700 Subject: [PATCH 2/2] chore: update uses --- src/pages/secondary/uses.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/secondary/uses.md b/src/pages/secondary/uses.md index 6c1b2390..90700391 100644 --- a/src/pages/secondary/uses.md +++ b/src/pages/secondary/uses.md @@ -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).

Dev tools