--- title: Tracks • This month layout: default pagination: data: music.month.tracks size: 50 permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber | plus: 1 }}/{% endif %}index.html" ---

{% tablericon "arrow-left" "Go back" %} Go back

I've listened to {{ music.month.tracks.size }} tracks this month and most of what I've listened to has been {{ music.month.genres | genresToString: 5 }}.

See my artists or albums for this period.


{% for item in pagination.items %} {%- assign percentage = item.plays | calculatePlayPercentage: music.month.tracks[0].plays -%}
{{ item.rank | formatNumber }}.
{{ item.artist }} • {{ item.plays }} plays
{% render "partials/now/progress-bar.liquid", percentage:percentage %}
{% endfor %}
{% render "partials/widgets/paginator.liquid", pagination:pagination %}