--- 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 ---

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" | genreStrings: "genre" | 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.


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

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

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

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

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

{% render "partials/media/music/chart.liquid", data:music.month.tracks, mostPlayed:music.month.tracks[0].plays, count: 10 %}