--- title: This month description: This is everything I've been listening to this month — it's collected in a database as I listen to it and displayed here. layout: default permalink: "/music/this-month/index.html" updated: "now" image: music.month.artists[0].image schema: music-period ---

{{ title }}

I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | mediaLinks: "genre", 5 }}.

See more of the artists, albums or tracks I've listened to this month. Or take a look at what I've listened to this week or over the last 3 months.

You can also take a look at the concerts I've been to.


{% tablericon "microphone-2" %} Artists

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

{% tablericon "vinyl" %} Albums

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

{% tablericon "playlist" %} Tracks

{% render "partials/media/music/chart.liquid", data:music.month.tracks, count: 10 %}