--- title: Albums / This week description: All of the albums I've listened to this week. layout: default pagination: data: music.week.albums size: 24 permalink: "/music/albums/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" image: music.week.artists[0].grid.image schema: music --- {% tablericon "arrow-left" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | mediaLinks: "genre", 5 }}.

See the artists or tracks I've listened to this week. Or take a look at what I've listened to this month or over the last 3 months.

You can also take a look at the concerts I've been to.


{% endif %} {% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination shape:"square" %}