--- title: Tracks / This month description: All of the tracks I've listened to over the past month. layout: default pagination: data: music.month.tracks size: 50 permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" image: music.month.artists[0].image schema: music --- {% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 the artists or albums this month. Or take a look at what I've listened to this week or over the last 3 months.


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