--- layout: default pagination: data: artists size: 1 alias: artist permalink: "/music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/index.html" updated: "now" schema: artist --- {%- capture alt -%} {{ artist.name_string }} · {{ artist.country }} {%- endcapture -%} {% capture js %} {% render "../../../../assets/scripts/text-toggle.js" %} {% endcapture %} {% tablericon "arrow-left" "Go back" %} Go back
{{ alt }}

{{ artist.name_string }}

{%- if artist.favorite -%}

{% tablericon "heart" "Favorite" %} This is one of my favorite artists!

{%- endif -%} {%- if artist.total_plays > 0 -%}

{{ artist.total_plays }} plays

{%- endif -%}

{{ artist.genres }}

{% tablericon "brain" "MusicBrainz" %}

{%- if artist.description -%}
{{ artist.description | markdown }}
{%- endif -%} {% for album in artist.albums %} {% endfor %}
Year Title Plays
{{ album.release_year }} {{ album.name }} {{ album.total_plays }}

These are the album by this artist that are in my collection, not necessarily a comprehensive discography.