--- layout: default --- {% if page.category == 'releases' %} {% include header.html %}
{% for album in site.albums %} {% if page.album == album.slug %} {% assign onetracker = album.tracks | size %}

Track list

    {% for track in album.tracks %}
  • {{ track.common.track.no }}.
    {{ track.common.title }}
    {% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}
  • {% endfor %}
{% for track in album.tracks %}
{{ track.common.track.no }}.
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}
{% endfor %}
{% assign author_id = page.author | prepend: "/authors/" | append: "/" %} {% assign author = site.authors | where: "url", author_id | first %}

Published the

Share this page:
📢 Chat

{{ content }} {% if page.link or page.chat %}

{% if page.link %} {% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %} {% endif %}

{% endif %}
{% if onetracker > 1 %}
{% endif %}

Paused...

{% include streamer.html %} {% if onetracker > 1 %} {% for track in album.tracks %}

{{ track.common.title }}

{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }} | {{ track.common.genre }}

{{ track.common.year }}

🔊 Play

{% if track.all.UNSYNCEDLYRICS and track.all.USLT %}

{{ track.all.USLT.text | newline_to_br }}

{% elsif track.all.USLT and track.all.UNSYNCEDLYRICS == nil %}

{{ track.all.USLT.text | newline_to_br }}

{% elsif track.all.UNSYNCEDLYRICS and track.all.USLT == nil %}

{{ track.all.UNSYNCEDLYRICS | newline_to_br }}

{% elsif track.all.lyrics %}

{{ track.all.lyrics | newline_to_br }}

{% endif %}
{% endfor %} {% endif %} {% break %} {% endif %} {% endfor %}
{% if page.previous.url or page.next.url %}
{% if page.previous.url %}

{{ page.previous.title }}

{{ page.previous.description }}

{% endif %}
{% if page.next.url%}

{{ page.next.title }}

{{ page.next.description }}

{% endif %}
{% endif %}
{% else %} {% include header.html %}
{{ content }} {% if page.link or page.chat %}

{% if page.link %} {% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %} {% endif %}

{% endif %} {% include author.html %}
{% if page.previous.url or page.next.url %}
{% if page.previous.url %}

{{ page.previous.title }}

{{ page.previous.description }}

{% endif %}
{% if page.next.url%}

{{ page.next.title }}

{{ page.next.description }}

{% endif %}
{% endif %}
{% endif %}