35 lines
No EOL
2 KiB
HTML
35 lines
No EOL
2 KiB
HTML
---
|
|
title: 3 months
|
|
description: This is everything I've been listening to over the last 3 months — it's collected in a database as I listen to it and displayed here.
|
|
layout: default
|
|
permalink: "/music/three-months/index.html"
|
|
updated: "now"
|
|
image: music.threeMonth.artists[0].image
|
|
schema: music-period
|
|
---
|
|
<h2>{{ title }}</h2>
|
|
<p>I've listened to <strong class="highlight-text">{{ music.threeMonth.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.threeMonth.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.threeMonth.totalTracks }} tracks</strong> over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See more of the</strong> <a href="/music/artists/three-months/">artists</a>, <a href="/music/albums/three-months/">albums</a> or <a href="/music/tracks/three-months/">tracks</a> I've listened to over the last 3 months. <strong class="highlight-text">Or take a look at what I've listened to</strong> <a href="/music">this week</a> or <a href="/music/this-month">this month</a>.</p>
|
|
<p><a href="/music/concerts">You can also take a look at the concerts I've been to.</a></p>
|
|
<hr />
|
|
<h3 id="artists">
|
|
<a class="icon-link" href="/music/artists/three-months">
|
|
{% tablericon "microphone-2" %}
|
|
Artists
|
|
</a>
|
|
</h3>
|
|
{% render "partials/media/grid.liquid", data:music.threeMonth.artists, shape: "square", count: 8, loading: "eager" %}
|
|
<h3 id="albums">
|
|
<a class="icon-link" href="/music/albums/three-months">
|
|
{% tablericon "vinyl" %}
|
|
Albums
|
|
</a>
|
|
</h3>
|
|
{% render "partials/media/grid.liquid", data:music.threeMonth.albums, shape: "square", count: 8 %}
|
|
<h3 id="tracks">
|
|
<a class="icon-link" href="/music/tracks/three-months">
|
|
{% tablericon "playlist" %}
|
|
Tracks
|
|
</a>
|
|
</h3>
|
|
{% render "partials/media/music/chart.liquid", data:music.threeMonth.tracks, mostPlayed:music.threeMonth.tracks[0].plays, count: 10 %} |