--- title: Music layout: default permalink: "/music/index.html" updated: "now" schema: music --- {% 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 {{ genres | sortByPlaysDescending | genreStrings: "name" | mediaLinks: "genre", 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks.

{% render "partials/widgets/now-playing.liquid" %} {% 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/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/media/grid.liquid", data:music.week.albums, shape: "square", count: 8 %}

More: This weekThis month3 monthsAll time

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

{% render "partials/media/music/tracks/recent", data:music.recent.tracksChronological %}

More: This weekThis month3 monthsAll time

{% render "partials/media/music/releases.liquid", albumReleases:albumReleases %}