--- lang: en --- {% include seo.html %} {% include relBase.html %}
{% include author.html %}

Paused...

{% assign onetracker = page.tracks | size %} {% if onetracker > 1 %}
{% endif %}
    {% for track in page.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 page.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 %}
{{ content }}

{{ page.credits }}

{% include streamer.html %}

Track list

Use thses pages to share one song in particular

{% for track in page.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 }}

{{ track.common.title }}
{% endfor %}

More releases

{% if page.previous.url and page.lang == page.previous.lang %}

 {{page.previous.title}}

{{ page.previous.description }}

{% endif %}
{% if page.next.url and page.lang == page.next.lang %}

 {{page.next.title}}

{{ page.next.description }}

{% endif %}
{% include footer.html %}
{% include navigation.html %} {% include scripts.html %} {% include cookie-consent.html %}