---
layout: default
---
{% if page.category == 'releases' %}
{% include header.html %}
{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}
Track list
{% for track in album.tracks %}
🙏 Support
{% 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 }}
{% 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 %}{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}
{% endif %} {% include author.html %}