basspistol.com/_layouts/track.html

190 lines
5.3 KiB
HTML
Raw Normal View History

2019-04-01 23:16:35 +02:00
---
2020-07-09 10:15:00 +02:00
layout: default
2019-04-01 23:16:35 +02:00
---
2020-07-09 10:15:00 +02:00
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2020-07-09 10:15:00 +02:00
<!-- Banner -->
2020-09-08 18:07:38 +02:00
{% for album in site.albums %}
{% if album.slug == page.albumSlug %}
{% assign onetracker = album.tracks | size %}
{% endif %}
{% endfor %}
2020-09-08 18:07:38 +02:00
<div id="trackArt">
<section>
<div class="coverartwrapper">
<div class="coverartwrapped" id="coverart" style="background-image: url({{ site.mediaurl }}/{{ page.slug }}.jpeg);"></div>
2020-07-09 10:15:00 +02:00
</div>
2020-09-08 18:07:38 +02:00
<div class="playbutton hideWhenNoJS">
<a id="mu_pause" class="button">Play!</a>
2020-07-28 12:11:59 +02:00
</div>
2020-09-08 19:36:59 +02:00
2020-09-08 18:07:38 +02:00
</p>
2020-07-09 10:15:00 +02:00
</section>
2020-09-08 18:07:38 +02:00
</div>
<!-- Content -->
<div id="trackInfo">
<section>
2020-09-08 19:36:59 +02:00
<h1 style="margin-top:80px;">{{ page.common.title }}</h1>
2020-09-08 18:07:38 +02:00
<p>{% for style in page.common.genre %}{{ style }}{% endfor %} by <strong>{{ page.common.artist }}</strong></p>
{% for post in site.posts %}
{% if post.album == page.albumSlug %}
<p>From the {{ page.common.year }} {% if onetracker > 1 %}release{% else %}single{% endif %} <a href="{{ relBase }}{{ post.url }}">&quot;{{ page.common.album }}&quot;</a></p>
{% endif %}
{% endfor %}
<p><strong>{% assign round_seconds = page.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 }}</strong></p>
2020-09-08 22:45:08 +02:00
{% include streamer.html %}
2020-09-08 18:07:38 +02:00
{% include author.html %}
<p class="noJSalbum"><a class="button" target="_blank" rel="noopener" href="{{ site.mediaurl }}/{{ page.albumSlug }}/{{ page.trackSlug }}.mp3"><span class="fas fa-play"></span> Play!</a></p>
2020-07-10 16:54:52 +02:00
2020-07-09 10:15:00 +02:00
<!-- Content -->
2020-09-08 18:07:38 +02:00
{% if page.all.UNSYNCEDLYRICS and page.all.USLT %}
<div class="info">
<p>
{{ page.all.USLT.text | newline_to_br }}
</p>
</div>
{% elsif page.all.USLT and page.all.UNSYNCEDLYRICS == nil %}
<div class="info">
<p>
{{ page.all.USLT.text | newline_to_br }}
</p>
</div>
{% elsif page.all.UNSYNCEDLYRICS and page.all.USLT == nil %}
<div class="info">
<p>
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
</p>
2020-07-09 10:15:00 +02:00
</div>
2020-09-08 18:07:38 +02:00
{% endif %}
<p>
{{ page.all.Comment }}
</p>
{% for albumurl in site.posts %}
{% if albumurl.album == page.albumSlug %}
<p><a href="{{ relBase }}{{ albumurl.url }}" class="button">See release page</a></p>
{% endif %}
{% endfor %}
2020-07-09 10:15:00 +02:00
</section>
2020-07-28 12:11:59 +02:00
{% for post in site.posts %}
{% if post.album == page.albumSlug %}
2020-09-08 18:07:38 +02:00
2020-07-28 12:11:59 +02:00
{% endif %}
{% endfor %}
2020-09-08 18:07:38 +02:00
<!-- post Naviation -->
<section class="post-navigation">
{% if page.previous.url or page.next.url %}
<div class="post-nav">
2020-09-11 11:22:50 +02:00
{% if page.previous.url %}
<h4><a href="{{ relBase }}{{ page.previous.url }}" alt="Read {{ page.previous.title }}" title="Read {{ page.previous.title }}"><span
class="fas fa-arrow-left" style="font-size:3em;text-decoration: none;"></span></a></h4>
<h3>{{ page.previous.common.title }}</h3>
<p>{{ page.previous.description }}</p>
{% endif %}
</div>
<div class="post-nav-next">
{% if page.next.url%}
<h4><a href="{{ page.next.url }}"><span class="fas fa-arrow-right" style="font-size:3em;"></span></a></h4>
<h3>{{ page.next.common.title }}</h3>
<p>{{ page.next.description }}</p>
{% endif %}
</div>
2020-09-08 18:07:38 +02:00
{% endif %}
2020-07-09 10:15:00 +02:00
</section>
2020-09-08 18:07:38 +02:00
{% include footer.html %}
<!-- End Post Navigation -->
</div>
2020-07-09 10:15:00 +02:00
<!-- Audio player-->
2020-09-08 18:07:38 +02:00
<div id="fixedPlayer" class="showplayer hideplayer">
<div id="audiowrap">
<div id="audio0">
2020-09-10 11:44:00 +02:00
<audio controls autoplay preload="metadata" data-matomo-title="{{ page.common.title }} - {{ page.common.album }}">
2020-09-08 18:07:38 +02:00
<source src="{{ site.mediaurl }}/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
</audio>
</div>
</div>
<div id="nowPlay">
<div id="tracks">
{% if page.previous.url %}
<a id="btnPrev" href="{{ relBase }}{{ page.previous.url }}"><span class="fas fa-fast-backward"></span></a>
{% endif %}
{% if page.next.url %}
<a id="btnNext" href="{{ relBase }}{{ page.next.url }}"><span class="fas fa-fast-forward"></span></a>
{% endif %}
</div>
<p id="npTitle" style="font-weight: bold;">{{ page.common.title }} </p>
</div>
</div>
2020-07-09 10:15:00 +02:00
<script type="text/javascript">
function loadUrl(newLocation) {
2019-04-01 23:16:35 +02:00
window.location = newLocation;
return false;
2020-07-09 10:15:00 +02:00
}
var mu = document.getElementsByTagName("audio")[0];
var pauseButton = document.getElementById("mu_pause");
var spincover = document.getElementById("coverart");
2020-09-08 18:07:38 +02:00
var fixedplayer = document.getElementById("fixedPlayer");
2020-07-09 10:15:00 +02:00
mu.addEventListener('ended', function () {
2019-04-01 23:16:35 +02:00
// only functional if "loop" is removed
mu.pause();
2020-07-09 10:15:00 +02:00
mu.currentTime = 0;
2020-09-08 18:07:38 +02:00
loadUrl("{{ relBase }}{{ page.next.url }}"); return false;
2020-07-09 10:15:00 +02:00
});
mu.onplaying = function() {
pauseButton.innerHTML = "Pause";
2020-09-08 18:07:38 +02:00
fixedplayer.classList.remove("hideplayer");
2020-07-09 10:15:00 +02:00
};
2019-04-01 23:16:35 +02:00
2020-07-09 10:15:00 +02:00
pauseButton.addEventListener("click", function () {
2019-04-01 23:16:35 +02:00
if (mu.paused) {
2020-07-09 10:15:00 +02:00
mu.play();
2019-04-01 23:16:35 +02:00
}
2020-07-09 10:15:00 +02:00
else {
mu.pause();
2020-09-08 18:07:38 +02:00
2020-07-09 10:15:00 +02:00
}
});
2020-09-08 18:07:38 +02:00
mu.addEventListener('playing', function () {
spincover.classList.add("spinnit");
spincover.classList.remove("paused");
2020-07-09 10:15:00 +02:00
});
2020-09-08 18:07:38 +02:00
mu.addEventListener('pause', function () {
spincover.classList.add("paused");
pauseButton.innerHTML = "Resume";
});
2019-04-01 23:16:35 +02:00
2020-07-28 15:51:46 +02:00
</script>