Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed May 14, 2024
1 parent d9ef976 commit 3307e25
Show file tree
Hide file tree
Showing 318 changed files with 1,278 additions and 8 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/icecast-metadata-js/static/css/main.ea025979.css",
"main.js": "/icecast-metadata-js/static/js/main.93292f07.js",
"main.js": "/icecast-metadata-js/static/js/main.27ac0ec3.js",
"synaudio.js": "/icecast-metadata-js/static/js/synaudio.24e67859.chunk.js",
"mediasource.js": "/icecast-metadata-js/static/js/mediasource.3659ef34.chunk.js",
"mpeg.js": "/icecast-metadata-js/static/js/mpeg.fd3b9123.chunk.js",
Expand All @@ -14,7 +14,7 @@
"static/js/434.3ce27d1a.chunk.js": "/icecast-metadata-js/static/js/434.3ce27d1a.chunk.js",
"index.html": "/icecast-metadata-js/index.html",
"main.ea025979.css.map": "/icecast-metadata-js/static/css/main.ea025979.css.map",
"main.93292f07.js.map": "/icecast-metadata-js/static/js/main.93292f07.js.map",
"main.27ac0ec3.js.map": "/icecast-metadata-js/static/js/main.27ac0ec3.js.map",
"synaudio.24e67859.chunk.js.map": "/icecast-metadata-js/static/js/synaudio.24e67859.chunk.js.map",
"mediasource.3659ef34.chunk.js.map": "/icecast-metadata-js/static/js/mediasource.3659ef34.chunk.js.map",
"mpeg.fd3b9123.chunk.js.map": "/icecast-metadata-js/static/js/mpeg.fd3b9123.chunk.js.map",
Expand All @@ -28,6 +28,6 @@
},
"entrypoints": [
"static/css/main.ea025979.css",
"static/js/main.93292f07.js"
"static/js/main.27ac0ec3.js"
]
}
4 changes: 4 additions & 0 deletions bare-minimum-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ <h1 style="margin-bottom: 0px">
style="font-weight: bold"
href="/icecast-metadata-js/bare-minimum-demo.html"
><i>"Bare Minimum"</i> HTML Demo</a
>&nbsp;&nbsp; | &nbsp;&nbsp;<a
class="header-link"
href="/icecast-metadata-js/vintage"
>Vintage Computers</a
>
</div>
</header>
Expand Down
5 changes: 5 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@ <h1 style="margin-bottom: 0px">
href="/icecast-metadata-js/bare-minimum-demo.html"
><i>"Bare Minimum"</i> HTML Demo</a
>
&nbsp;&nbsp; | &nbsp;&nbsp;<a
class="header-link"
href="/icecast-metadata-js/vintage"
>Vintage Computers</a
>
</div>
</header>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta property="og:title" content="Icecast-Metadata-JS Demo"/><meta property="og:image" content="/icecast-metadata-js/preview.png"/><link rel="icon" href="/icecast-metadata-js/favicon.ico" type="image/x-icon"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Icecast-Metadata-JS Demo React App https://github.com/eshaz/icecast-metadata-js"/><link rel="manifest" href="/icecast-metadata-js/manifest.json"/><title>Icecast Metadata JS Demo</title><script defer="defer" src="/icecast-metadata-js/static/js/main.93292f07.js"></script><link href="/icecast-metadata-js/static/css/main.ea025979.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta property="og:title" content="Icecast-Metadata-JS Demo"/><meta property="og:image" content="/icecast-metadata-js/preview.png"/><link rel="icon" href="/icecast-metadata-js/favicon.ico" type="image/x-icon"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Icecast-Metadata-JS Demo React App https://github.com/eshaz/icecast-metadata-js"/><link rel="manifest" href="/icecast-metadata-js/manifest.json"/><title>Icecast Metadata JS Demo</title><script defer="defer" src="/icecast-metadata-js/static/js/main.27ac0ec3.js"></script><link href="/icecast-metadata-js/static/css/main.ea025979.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.93292f07.js → static/js/main.27ac0ec3.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.27ac0ec3.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/main.93292f07.js.map

This file was deleted.

23 changes: 23 additions & 0 deletions stations.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,14 @@
"endpoints": [
{
"endpoint": "https://jazz.w3.at:8443/w3jazz.mp3",
"endpointHttp": "http://jazz.w3.at:8000/w3jazz.mp3",
"codec": "MP3",
"metadataTypes": [],
"statsSources": ["icestats"]
},
{
"endpoint": "https://jazz.w3.at:8443/w3jazz.ogg",
"endpointHttp": "http://jazz.w3.at:8000/w3jazz.ogg",
"codec": "Vorbis",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
Expand Down Expand Up @@ -172,18 +174,21 @@
"endpoints": [
{
"endpoint": "https://mscp3.live-streams.nl:8362/flac.flac",
"endpointHttp": "http://mscp3.live-streams.nl:8360/flac.flac",
"codec": "FLAC",
"metadataTypes": ["ogg"],
"statsSources": ["icestats", "ogg"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8362/high.aac",
"endpointHttp": "http://mscp3.live-streams.nl:8360/high.aac",
"codec": "AAC",
"metadataTypes": [],
"statsSources": ["icestats"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8362/low.mp3",
"endpointHttp": "http://mscp3.live-streams.nl:8360/low.mp3",
"codec": "MP3",
"metadataTypes": [],
"statsSources": ["icestats"]
Expand All @@ -197,18 +202,21 @@
"endpoints": [
{
"endpoint": "https://mscp3.live-streams.nl:8252/class-flac.flac",
"endpointHttp": "http://mscp3.live-streams.nl:8250/class-flac.flac",
"codec": "FLAC",
"metadataTypes": ["ogg"],
"statsSources": ["icestats", "ogg"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8252/class-high.aac",
"endpointHttp": "http://mscp3.live-streams.nl:8250/class-high.aac",
"codec": "AAC",
"metadataTypes": [],
"statsSources": ["icestats"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8252/class-low.mp3",
"endpointHttp": "http://mscp3.live-streams.nl:8250/class-low.mp3",
"codec": "MP3",
"metadataTypes": [],
"statsSources": ["icestats"]
Expand All @@ -222,18 +230,21 @@
"endpoints": [
{
"endpoint": "https://mscp3.live-streams.nl:8342/jazz-flac.flac",
"endpointHttp": "http://mscp3.live-streams.nl:8340/jazz-flac.flac",
"codec": "FLAC",
"metadataTypes": ["ogg"],
"statsSources": ["icestats", "ogg"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8342/jazz-high.aac",
"endpointHttp": "http://mscp3.live-streams.nl:8340/jazz-high.aac",
"codec": "AAC",
"metadataTypes": [],
"statsSources": ["icestats"]
},
{
"endpoint": "https://mscp3.live-streams.nl:8342/jazz-low.mp3",
"endpointHttp": "http://mscp3.live-streams.nl:8340/jazz-low.mp3",
"codec": "MP3",
"metadataTypes": [],
"statsSources": ["icestats"]
Expand Down Expand Up @@ -261,30 +272,35 @@
"endpoints": [
{
"endpoint": "https://stream.bruschotti.party/dancewave/dance.opus",
"endpointHttp": "http://stream.dancewave.online:8080/dance.opus",
"codec": "Opus",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/dance.mp3",
"endpointHttp": "http://stream.dancewave.online:8080/dance.mp3",
"codec": "MP3",
"metadataTypes": ["icy"],
"statsSources": ["icy", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/dance.flac.ogg",
"endpointHttp": "http://stream.dancewave.online:8080/dance.flac.ogg",
"codec": "FLAC",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/dance.ogg",
"endpointHttp": "http://stream.dancewave.online:8080/dance.ogg",
"codec": "Vorbis",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/dance.aac",
"endpointHttp": "http://stream.dancewave.online:8080/dance.aac",
"codec": "AAC+",
"metadataTypes": ["icy"],
"statsSources": ["icy", "icestats"]
Expand All @@ -298,30 +314,35 @@
"endpoints": [
{
"endpoint": "https://stream.bruschotti.party/dancewave/retrodance.opus",
"endpointHttp": "http://stream.dancewave.online:8080/retrodance.opus",
"codec": "Opus",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/retrodance.mp3",
"endpointHttp": "http://stream.dancewave.online:8080/retrodance.mp3",
"codec": "MP3",
"metadataTypes": ["icy"],
"statsSources": ["icy", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/retrodance.flac.ogg",
"endpointHttp": "http://stream.dancewave.online:8080/retrodance.flac.ogg",
"codec": "FLAC",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/retrodance.ogg",
"endpointHttp": "http://stream.dancewave.online:8080/retrodance.ogg",
"codec": "Vorbis",
"metadataTypes": ["ogg"],
"statsSources": ["ogg", "icestats"]
},
{
"endpoint": "https://stream.bruschotti.party/dancewave/retrodance.aac",
"endpointHttp": "http://stream.dancewave.online:8080/retrodance.aac",
"codec": "AAC+",
"metadataTypes": ["icy"],
"statsSources": ["ogg", "icestats"]
Expand All @@ -348,13 +369,15 @@
"endpoints": [
{
"endpoint": "https://radiosputnik.nl:8443/flac",
"endpointHttp": "http://radiosputnik.nl:8002/flac",
"codec": "FLAC",
"bufferLength": 2,
"metadataTypes": ["ogg"],
"statsSources": ["icestats", "ogg"]
},
{
"endpoint": "https://radiosputnik.nl:8443",
"endpointHttp": "http://radiosputnik.nl:8002",
"codec": "MP3",
"metadataTypes": [],
"statsSources": ["icestats"]
Expand Down
1 change: 1 addition & 0 deletions vintage/90.9 Jazzy rádió Cool.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://radio.musorok.org/listen/jazzycool/jazzycool.mp3
1 change: 1 addition & 0 deletions vintage/90.9 Jazzy rádió Groove.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://radio.musorok.org/listen/jazzygroove/jazzygroove.mp3
1 change: 1 addition & 0 deletions vintage/90.9 Jazzy rádió Live.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://radio.musorok.org/listen/jazzy/jazzy.mp3
1 change: 1 addition & 0 deletions vintage/90.9 Jazzy rádió Soul.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://radio.musorok.org/listen/jazzysoul/jazzysoul.mp3
1 change: 1 addition & 0 deletions vintage/Atmospheres Radio MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://streaming.galaxywebsolutions.com:9040/stream
1 change: 1 addition & 0 deletions vintage/ColdStar.Online Radio Vorbis 256.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://ice.coldstar.online/high.ogg
1 change: 1 addition & 0 deletions vintage/ColdStar.Online Radio Vorbis 96.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://ice.coldstar.online/low.ogg
1 change: 1 addition & 0 deletions vintage/Czech Radio Jazz (Český rozhlas Jazz) FLAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-jazz.flac
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-jazz.ogg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-jazz-256.ogg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-d-dur.flac
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-d-dur.ogg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://amp.cesnet.cz:8443/cro-d-dur-256.ogg
1 change: 1 addition & 0 deletions vintage/DSMRad.io ISICS.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://dsmrad.io/stream/isics-all
1 change: 1 addition & 0 deletions vintage/DSMRad.io SARA.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://dsmrad.io/stream/sara-all
1 change: 1 addition & 0 deletions vintage/Dacha's House Mixes AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8002/64
1 change: 1 addition & 0 deletions vintage/Dacha's House Mixes MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8002/stream
1 change: 1 addition & 0 deletions vintage/Dance Classics AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream4.themediasite.co.uk:8000/danceclassics
1 change: 1 addition & 0 deletions vintage/Dance Wave Retro! AAC+.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/retrodance.aac
1 change: 1 addition & 0 deletions vintage/Dance Wave Retro! FLAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/retrodance.flac.ogg
1 change: 1 addition & 0 deletions vintage/Dance Wave Retro! MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/retrodance.mp3
1 change: 1 addition & 0 deletions vintage/Dance Wave Retro! Opus.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/retrodance.opus
1 change: 1 addition & 0 deletions vintage/Dance Wave Retro! Vorbis.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/retrodance.ogg
1 change: 1 addition & 0 deletions vintage/Dance Wave! AAC+.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/dance.aac
1 change: 1 addition & 0 deletions vintage/Dance Wave! FLAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/dance.flac.ogg
1 change: 1 addition & 0 deletions vintage/Dance Wave! MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/dance.mp3
1 change: 1 addition & 0 deletions vintage/Dance Wave! Opus.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/dance.opus
1 change: 1 addition & 0 deletions vintage/Dance Wave! Vorbis.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.dancewave.online:8080/dance.ogg
1 change: 1 addition & 0 deletions vintage/Darksynth Radio MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.nightride.fm/darksynth.mp3
1 change: 1 addition & 0 deletions vintage/Darksynth Radio Opus.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.nightride.fm/darksynth.ogg
1 change: 1 addition & 0 deletions vintage/Deep Link NYC AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8102/64
1 change: 1 addition & 0 deletions vintage/Deep Link NYC MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8102/stream
1 change: 1 addition & 0 deletions vintage/Deephouse.FM MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://hoth.alonhosting.com:4650/stream
1 change: 1 addition & 0 deletions vintage/EBSM MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.nightride.fm/ebsm.mp3
1 change: 1 addition & 0 deletions vintage/EBSM Opus.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.nightride.fm/ebsm.ogg
1 change: 1 addition & 0 deletions vintage/Graffiti Urban Radio AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://diffusion.lafrap.fr/graffiti
1 change: 1 addition & 0 deletions vintage/Graffiti Urban Radio MP3 128.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://diffusion.lafrap.fr/graffiti.mp3
1 change: 1 addition & 0 deletions vintage/Graffiti Urban Radio MP3 320.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://diffusion.lafrap.fr/grafdab.mp3
1 change: 1 addition & 0 deletions vintage/Graffiti Urban Radio Opus.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://diffusion.lafrap.fr/grafopus
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - Classical MP3 128.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://classical-stream.iowapublicradio.org/Classical.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - Classical MP3 256.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://classical-stream.iowapublicradio.org/ClassicalHigh.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - Classical MP3 64.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://classical-stream.iowapublicradio.org/ClassicalLow.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - News MP3 128.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://news-stream.iowapublicradio.org/News.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - News MP3 64.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://news-stream.iowapublicradio.org/NewsLow.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - Studio One MP3 128.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://studioone-stream.iowapublicradio.org/StudioOne.mp3
1 change: 1 addition & 0 deletions vintage/Iowa Public Radio - Studio One MP3 64.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://studioone-stream.iowapublicradio.org/StudioOneLow.mp3
1 change: 1 addition & 0 deletions vintage/JazzW3 MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://jazz.w3.at:8000/w3jazz.mp3
1 change: 1 addition & 0 deletions vintage/JazzW3 Vorbis.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://jazz.w3.at:8000/w3jazz.ogg
1 change: 1 addition & 0 deletions vintage/Jazzier Link Radio AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8012/64
1 change: 1 addition & 0 deletions vintage/Jazzier Link Radio MP3.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://deeperlink.com:8012/stream
1 change: 1 addition & 0 deletions vintage/Kaaosradio 247 Chillout.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.kaaosradio.fi:8001/chill
1 change: 1 addition & 0 deletions vintage/Kaaosradio 247 Chiptunes.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.kaaosradio.fi:8001/chip
1 change: 1 addition & 0 deletions vintage/Kaaosradio 247 Main.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.kaaosradio.fi:8001/stream2
1 change: 1 addition & 0 deletions vintage/Magic-Radio AAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://aac.magic-radio.net
1 change: 1 addition & 0 deletions vintage/Magic-Radio FLAC.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://mp3.magic-radio.net/flac
1 change: 1 addition & 0 deletions vintage/Magic-Radio MP3 128.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://mp3.magic-radio.net
1 change: 1 addition & 0 deletions vintage/Magic-Radio MP3 320.m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://mp3.magic-radio.net/320
1 change: 1 addition & 0 deletions vintage/Multichannel Stream 1 (Opus 5.1).m3u
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://stream.bruschotti.party/apple_blossom.ogg
Loading

0 comments on commit 3307e25

Please sign in to comment.