--- title: Music description: This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here. layout: default permalink: "/music/index.html" updated: "now" schema: music-index --- {% capture js %} {% render "../../../assets/scripts/media-toggles.js" %} {% endcapture %}
This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here. You can read more about the technical details, if you'd like.
I mostly listen to {{ genres | sortByPlaysDescending: "total_plays" | genreStrings: "name" | mediaLinks: "genre", 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks.
See more of the artists, albums or tracks I've listened to this week.
{% render "partials/widgets/now-playing.liquid" %}