{{ title }}
I've listened to {{ music.threeMonth.albums.size }} albums over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or tracks for this period.
+See the artists or tracks I've listened to over the last 3 months.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/albums/this-month.html b/src/pages/main/music/albums/this-month.html index 44fa175c..da679cc1 100644 --- a/src/pages/main/music/albums/this-month.html +++ b/src/pages/main/music/albums/this-month.html @@ -6,13 +6,14 @@ pagination: data: music.month.albums size: 24 permalink: "/music/albums/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" +image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.month.albums.size }} albums this month and most of what I've listened to has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or tracks for this period.
+See the artists or tracks I've listened to this month.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/albums/this-week.html b/src/pages/main/music/albums/this-week.html index 78d17474..3368f016 100644 --- a/src/pages/main/music/albums/this-week.html +++ b/src/pages/main/music/albums/this-week.html @@ -6,13 +6,14 @@ 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].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.week.albums.size }} albums this week and most of what I've listened to has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or tracks for this period.
+See the artists or tracks I've listened to this week.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/artists/3-months.html b/src/pages/main/music/artists/3-months.html index 1b2abbf8..cf1652ee 100644 --- a/src/pages/main/music/artists/3-months.html +++ b/src/pages/main/music/artists/3-months.html @@ -6,13 +6,14 @@ pagination: data: music.threeMonth.artists size: 24 permalink: "/music/artists/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" +image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.threeMonth.artists.size }} artists over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my albums or tracks for this period.
+See the albums or tracks I've listened to over the last 3 months.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html index 34331392..a5a288e7 100644 --- a/src/pages/main/music/artists/artist.html +++ b/src/pages/main/music/artists/artist.html @@ -16,7 +16,7 @@ schema: artist {% endcapture %} -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music
{{ title }}
I've listened to {{ music.month.artists.size }} artists this month and most of what I've listened to has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my albums or tracks for this period.
+See the albums or tracks I've listened to this month.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/artists/this-week.html b/src/pages/main/music/artists/this-week.html index 1f6df424..c4c2a3f1 100644 --- a/src/pages/main/music/artists/this-week.html +++ b/src/pages/main/music/artists/this-week.html @@ -6,13 +6,14 @@ pagination: data: music.week.artists size: 24 permalink: "/music/artists/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" +image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.week.artists.size }} artists this week and most of what I've listened to has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my albums or tracks for this period.
+See the albums or tracks I've listened to this week.
{% endif %} {% render "partials/media/grid.liquid" data:pagination, shape: "square" %} \ No newline at end of file diff --git a/src/pages/main/music/genre.html b/src/pages/main/music/genre.html index f883193b..da2d0a73 100644 --- a/src/pages/main/music/genre.html +++ b/src/pages/main/music/genre.html @@ -21,7 +21,7 @@ schema: genre {% endcapture %} -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music
{{ genre.name }}
My top {{ genre.name }} artists {{ connectingWord }} {{ genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre.
diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index 1521bd2b..34623fed 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -11,62 +11,35 @@ schema: music-index {% endcapture %}{{ title }}
-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.
+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" %}- -
More: This week / This month / 3 months
-{% tablericon "vinyl" "Albums" %} Albums
- -More: This week / This month / 3 months
+ +{% render "partials/media/grid.liquid", data:music.week.albums, shape: "square", count: 8 %}- {% tablericon "playlist" "Tracks" %} - Tracks -
+ ++ {% tablericon "playlist" "Tracks" %} + Tracks +
+More: This week / This month / 3 months
{% if albumReleases.size > 0 %}
{% tablericon "calendar-time" "Anticipated albums" %}
diff --git a/src/pages/main/music/periods/this-month.html b/src/pages/main/music/periods/this-month.html
new file mode 100644
index 00000000..4bed8426
--- /dev/null
+++ b/src/pages/main/music/periods/this-month.html
@@ -0,0 +1,34 @@
+---
+title: This month
+description: This is everything I've been listening to this month — it's collected in a database as I listen to it and displayed here.
+layout: default
+permalink: "/music/this-month/index.html"
+updated: "now"
+image: music.month.artists[0].image
+schema: music-period
+---
+{{ title }}
+
I've listened to {{ music.month.artists.size }} artists this month and most of what I've listened to has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
+See more of the artists, albums or tracks I've listened to this month.
++ +
+ {% tablericon "microphone-2" "Artists" %} + Artists +
+ +{% render "partials/media/grid.liquid", data:music.month.artists, shape: "square", count: 8, loading: "eager" %} + ++ {% tablericon "vinyl" "Albums" %} + Albums +
+ +{% render "partials/media/grid.liquid", data:music.month.albums, shape: "square", count: 8 %} + ++ {% tablericon "playlist" "Tracks" %} + Tracks +
+ +{% render "partials/media/music/chart.liquid", data:music.month.tracks, mostPlayed:music.month.tracks[0].plays, count: 10 %} \ No newline at end of file diff --git a/src/pages/main/music/periods/three-months.html b/src/pages/main/music/periods/three-months.html new file mode 100644 index 00000000..6087c338 --- /dev/null +++ b/src/pages/main/music/periods/three-months.html @@ -0,0 +1,34 @@ +--- +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 +--- +{{ title }}
+I've listened to {{ music.threeMonth.artists.size }} artists over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
+See more of the artists, albums or tracks I've listened to over the last 3 months.
++ +
+ {% tablericon "microphone-2" "Artists" %} + Artists +
+ +{% render "partials/media/grid.liquid", data:music.threeMonth.artists, shape: "square", count: 8, loading: "eager" %} + ++ {% tablericon "vinyl" "Albums" %} + Albums +
+ +{% render "partials/media/grid.liquid", data:music.threeMonth.albums, shape: "square", count: 8 %} + ++ {% tablericon "playlist" "Tracks" %} + Tracks +
+ +{% render "partials/media/music/chart.liquid", data:music.threeMonth.tracks, mostPlayed:music.threeMonth.tracks[0].plays, count: 10 %} \ No newline at end of file diff --git a/src/pages/main/music/tracks/3-months.html b/src/pages/main/music/tracks/3-months.html index 1e13e6ea..8b496d37 100644 --- a/src/pages/main/music/tracks/3-months.html +++ b/src/pages/main/music/tracks/3-months.html @@ -6,13 +6,14 @@ pagination: data: music.threeMonth.tracks size: 50 permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" +image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
I've listened to {{ music.threeMonth.totalTracks }} tracks over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or albums for this period.
+See the artists or albums I've listened to over the last 3 months.
{% endif %} {% render "partials/media/music/chart.liquid" data:pagination, playTotal: music.threeMonth.tracks[0].plays %} \ No newline at end of file diff --git a/src/pages/main/music/tracks/this-month.html b/src/pages/main/music/tracks/this-month.html index 385e1195..12fc091d 100644 --- a/src/pages/main/music/tracks/this-month.html +++ b/src/pages/main/music/tracks/this-month.html @@ -6,13 +6,14 @@ pagination: data: music.month.tracks size: 50 permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" +image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.month.totalTracks }} tracks this month and most of what I've listened to has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or albums for this period.
+See the artists or albums this month.
{% endif %} {% render "partials/media/music/chart.liquid" data:pagination, playTotal: music.month.tracks[0].plays %} \ No newline at end of file diff --git a/src/pages/main/music/tracks/this-week.html b/src/pages/main/music/tracks/this-week.html index 94cc2d52..2cb0b697 100644 --- a/src/pages/main/music/tracks/this-week.html +++ b/src/pages/main/music/tracks/this-week.html @@ -6,13 +6,14 @@ 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" %} Go back +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}
{{ title }}
I've listened to {{ music.week.totalTracks }} tracks this week and most of what I've listened to has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See my artists or albums for this period.
+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 %} \ No newline at end of file diff --git a/src/pages/main/watching/favorites/movies.html b/src/pages/main/watching/favorites/movies.html index 6351fc93..53bd4ae8 100644 --- a/src/pages/main/watching/favorites/movies.html +++ b/src/pages/main/watching/favorites/movies.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}
{{ title }}
These are my favorite movies. There are many like them, but these are mine.
diff --git a/src/pages/main/watching/favorites/shows.html b/src/pages/main/watching/favorites/shows.html index 18a92fff..a53c7623 100644 --- a/src/pages/main/watching/favorites/shows.html +++ b/src/pages/main/watching/favorites/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}{{ title }}
These are my favorite shows. There are many like them, but these are mine.
diff --git a/src/pages/main/watching/movie.html b/src/pages/main/watching/movie.html index 55a03ffe..dca3b0fd 100644 --- a/src/pages/main/watching/movie.html +++ b/src/pages/main/watching/movie.html @@ -10,7 +10,7 @@ schema: movie {%- capture alt -%} {{ movie.title }} / {{ movie.year }}{% if move.rating %} ({{ movie.rating }}){% endif %} {%- endcapture -%} -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching{{ title }}
These are the movies I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).
diff --git a/src/pages/main/watching/recent/shows.html b/src/pages/main/watching/recent/shows.html index 9b2a50fc..fb99ecf3 100644 --- a/src/pages/main/watching/recent/shows.html +++ b/src/pages/main/watching/recent/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}{{ title }}
These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).
diff --git a/src/pages/main/watching/show.html b/src/pages/main/watching/show.html index a0c2a38c..9d4a9932 100644 --- a/src/pages/main/watching/show.html +++ b/src/pages/main/watching/show.html @@ -11,7 +11,7 @@ schema: show {{ show.title }} / {{ show.year }} {%- endcapture -%} {% assign lastWatched = show | getLastWatched %} -{% tablericon "arrow-left" "Go back" %} Go back +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching