--- title: Tracks • 3 months description: All of the tracks I've listened to over the last 3 months. layout: default pagination: data: music.threeMonth.tracks size: 50 permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- {% tablericon "arrow-left" "Go back" %} Go back {% if pagination.pageNumber == 0 %}

I've listened to {{ music.threeMonth.totalTracks }} tracks over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | listToString: "genre", 5 }}.

See my artists or albums for this period.


{% endif %} {% render "partials/media/music/chart.liquid" data:pagination, playTotal: music.threeMonth.tracks[0].plays %}