--- title: Tracks / This week description: All of the tracks I've listened to this week. layout: default pagination: data: music.week.tracks size: 50 permalink: "/music/tracks/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" image: music.week.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.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of what I've listened to has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

See the artists or albums I've listened to this week.


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