--- title: Music layout: default permalink: "/music/index.html" --- {% capture js %} {% render "../../../assets/scripts/media-toggles.js" %} {% endcapture %}

This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here. You can read more about the technical details, if you'd like.

I mostly listen to {{ music.allTime.genres | genresToString: 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.tracks.size }} tracks.

{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-artist-charts", text: "I also have a feed of weekly artist charts I generate from this data" %}

{% tablericon "microphone-2" "Artists" %} Artists

{% render "partials/now/media-grid.liquid", data:music.week.artists, shape: "square", count: 8, loading: "eager" %}

More: This weekThis month3 monthsAll time

{% tablericon "vinyl" "Albums" %} Albums

{% render "partials/now/media-grid.liquid", data:music.week.albums, shape: "square", count: 8 %}

More: This weekThis month3 monthsAll time

{% tablericon "playlist" "Tracks" %} Tracks

{% render "partials/now/tracks-recent.liquid", data:music.recent.tracksChronological %}

More: This weekThis month3 monthsAll time

{% render "partials/now/album-releases.liquid", albumReleases:albumReleases %}

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates about once an hour.