{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block lists %}
{{artist.biography|safe|linebreaks|truncatewords:160}}
{% if artist.bandcamp_link %}
{% endif %}
{% if artist.allmusic_link %}
{% endif %}
{% if artist.theaudiodb_genre %} {{artist.theaudiodb_genre}} ({{genre_count}}){% if artist.theaudiodb_mood %} · {% endif %} {% endif %} {% if artist.theaudiodb_mood %} {{artist.theaudiodb_mood}} ({{mood_count}}) {% endif %}
{{artist.scrobbles.count}} scrobbles
{% if charts %} {% include "scrobbles/_chart_links.html" %} {% endif %}| Artist | Score | |
|---|---|---|
| {% if sa.local_url %}{{sa.name}}{% else %}{{sa.name}}{% endif %} | {{sa.score}} | {% if sa.musicbrainz_url %}musicbrainz{% endif %} |
| Rank | Track | Album | Count | |
|---|---|---|---|---|
| #{{track.0}} | {{track.1.title}} | {{track.1.primary_album}} | {{track.1.scrobble_count}} |
| Date | Track | Album |
|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.track.title}} | {{scrobble.track.primary_album.name}} |