Updated 26 files via CloudCannon
This commit is contained in:
parent
0b97d9e556
commit
500cadc4ef
26 changed files with 112 additions and 430 deletions
47
index.html
47
index.html
|
|
@ -95,8 +95,8 @@
|
|||
"sameAs": [
|
||||
"https://twitter.com/ToSettoSetto","https://instagram.com/ToSettoSetto"
|
||||
],
|
||||
"logo": "https://setto.basspistol.com/images/setto-logo.svg",
|
||||
"image": "https://setto.basspistol.com/images/setto-logo.svg",
|
||||
"logo": "https://setto.basspistol.com/siteicon.png",
|
||||
"image": "https://setto.basspistol.com/images/nebula.jpg",
|
||||
"description": "Set, Party, Gang! #Cybersoul.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
|
|
@ -110,48 +110,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "RadioStation",
|
||||
"name": "Basspistol Libre Radio",
|
||||
"url": "https://setto.basspistol.com/radio",
|
||||
"logo": "https://setto.basspistol.com/images/setto-logo.svg",
|
||||
"image": "https://setto.basspistol.com/images/setto-logo.svg",
|
||||
"description": "Unexpected and Impossible Music. Live interventions and special guests. This is Libre music!",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "CH-GE",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.203918",
|
||||
"longitude": "6.133011"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
function getData() {
|
||||
$.getJSON('https://radio.basspistol.com/status-json.xsl', function(json) {
|
||||
output = "<p>" + "<span style='font-size:14px;'>Now Playing:</span> " + "<br/>";
|
||||
output += "<strong>" + json.icestats.source[1].title + "</strong> by <strong>" + json.icestats.source[1].artist + "</strong></p>";
|
||||
output += "<p style='font-size:14px;'>" + json.icestats.source[0].listeners + " peers are listening in MP3 <br />";
|
||||
output += json.icestats.source[1].listeners + " peers are listening in OGG</p>";
|
||||
document.getElementById("radioPlaceholder").innerHTML=output;
|
||||
});
|
||||
}
|
||||
setInterval(getData, 7000);
|
||||
|
||||
$(function() {
|
||||
getData();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://setto.basspistol.com/feed.xml" />
|
||||
<!-- END seo.html -->
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue