--- layout: default pagination: data: artists size: 1 alias: artist permalink: "{{ artist.url }}/index.html" updated: "now" schema: artist --- {%- capture alt -%} {{ artist.name }} / {{ artist.country }} {%- endcapture -%} {%- capture js -%} {% render "../../../../assets/scripts/text-toggle.js" %} {%- endcapture -%} {% tablericon "arrow-left" "Go back to the music index page" %} Back to music
{{ alt }}

{{ artist.name }}

{%- if artist.favorite -%}

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

{%- endif -%} {%- if artist.tattoo -%}

{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this artist!

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

{{ artist.totalPlays }} plays

{%- endif -%}

{{ artist.genre }}

{% tablericon "brain" "MusicBrainz" %}

{%- if artist.description -%}
{{ artist.description | markdown }}
{%- endif -%} {%- if artist.concerts -%}

{% tablericon "device-speaker" "concert" %} I've seen this artist live!


{%- endif -%} {% for album in artist.albums %} {% endfor %}
Album Plays Year
{{ album.name }} {{ album.totalPlays }} {{ album.releaseYear }}

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