Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
eb6b227006
2 changed files with 1 additions and 1 deletions
|
@ -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 "🎺"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue