fix artist list for radio

This commit is contained in:
Set Hallstrom 2020-11-04 16:45:58 +01:00
parent 63b6e2d611
commit 3c99f63a0f
2 changed files with 17 additions and 1 deletions

View file

@ -4,6 +4,8 @@
url: 'https://rskpmusic.bandcamp.com' url: 'https://rskpmusic.bandcamp.com'
- name: Baatar & LK de l'Hotel Moscou - name: Baatar & LK de l'Hotel Moscou
url: 'https://rskpmusic.bandcamp.com/' url: 'https://rskpmusic.bandcamp.com/'
- name: R$KP
url: 'https://rskpmusic.bandcamp.com/'
- name: Baatar - name: Baatar
url: 'https://rskpmusic.bandcamp.com/' url: 'https://rskpmusic.bandcamp.com/'
- name: Budget Scifi From FragleBay - name: Budget Scifi From FragleBay
@ -24,6 +26,8 @@
url: 'https://jovanioccomy.bandcamp.com' url: 'https://jovanioccomy.bandcamp.com'
- name: kantaro. - name: kantaro.
url: 'https://soundcloud.com/kantaromusic' url: 'https://soundcloud.com/kantaromusic'
- name: 徒 setto セット
url: 'https://setto.basspistol.com'
- name: Luka Prinčič - name: Luka Prinčič
url: 'https://music.lukaprincic.si' url: 'https://music.lukaprincic.si'
- name: Malmö Werewolf - name: Malmö Werewolf

View file

@ -60,6 +60,19 @@ layout: default
<p><strong><span id="tracktime"></span></strong><br /></p> <p><strong><span id="tracktime"></span></strong><br /></p>
<p>To enjoy the stream in your favorite player <a target="_blank" rel="noopener noreferrer" href='https://radio.basspistol.com/radio.mp3.m3u'>click here</a></p> <p>To enjoy the stream in your favorite player <a target="_blank" rel="noopener noreferrer" href='https://radio.basspistol.com/radio.mp3.m3u'>click here</a></p>
<p><strong>Questions about the playlist? Requests? Want to submit tracks? Chat with us!<br /><br /></strong></p> <p><strong>Questions about the playlist? Requests? Want to submit tracks? Chat with us!<br /><br /></strong></p>
<h2 style="text-align:left">Featured on the Radio</h2>
<p>This is the list of all the generous artists making this radio possible. Some of them simply have no crib on the internet. If you know that they now have a URL, if you somehow find a missing name or if you are featured on this list but no longer wish to be, please <a href="/chat/#read">conact us ASAP.</a> Also feel free to contact us if you think your music would fit in the radio!</p>
<h3>
{% assign sorted = site.data.radio | sort: 'name' %}
{% for artist in sorted %}
{% if artist.url %}
<a href="{{ artist.url }}" target="_blank" rel="noopener">{{ artist.name }} </a> {% unless forloop.last %}-{% endunless %}
{% else %}
{{ artist.name }} {% unless forloop.last %}-{% endunless %}
{% endif %}
{% endfor %}
</h3>
<h2 style="text-align: left;">Chat with us!</h2>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick={{ site.social.irc.guest-nick }}|?&theme=cli{{ site.social.irc.channel }}" style="border:0; width:100%; height:540px;"></iframe> <iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick={{ site.social.irc.guest-nick }}|?&theme=cli{{ site.social.irc.channel }}" style="border:0; width:100%; height:540px;"></iframe>
<p>You do not need to register to participate. This chat is public. <strong>We never ask you to submit credit-card (or any other payment information) nor personal information.</strong> It is provided by kiwi via freenode. Read the privacy policy of <a target="_blank" rel="noopener" href="https://kiwiirc.com/privacy">Kiwi</a> and <a target="_blank" rel="noopener" href="https://freenode.net/policies">Freenode</a><br />Matrix user? <a href="{{ site.social.irc.matrix }}" target="_blank" rel="noopener">Click here</a></p> <p>You do not need to register to participate. This chat is public. <strong>We never ask you to submit credit-card (or any other payment information) nor personal information.</strong> It is provided by kiwi via freenode. Read the privacy policy of <a target="_blank" rel="noopener" href="https://kiwiirc.com/privacy">Kiwi</a> and <a target="_blank" rel="noopener" href="https://freenode.net/policies">Freenode</a><br />Matrix user? <a href="{{ site.social.irc.matrix }}" target="_blank" rel="noopener">Click here</a></p>
@ -70,7 +83,6 @@ layout: default
<p class="noJSalbum"><a class="button" target="_blank" rel="noopener" href="https://radio.basspistol.com/radio.mp3"><span class="fas fa-play"></span> Play!</a></p> <p class="noJSalbum"><a class="button" target="_blank" rel="noopener" href="https://radio.basspistol.com/radio.mp3"><span class="fas fa-play"></span> Play!</a></p>
</section> </section>