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

I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

See more of the artists, albums or tracks I've listened to over the last 3 months.


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

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

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

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

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

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