Create BearWave macOS radio-first app

This commit is contained in:
Sebastian Palencsar
2026-06-25 09:21:42 +02:00
commit b47b591e03
42 changed files with 3814 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
[
{
"stationuuid": "alpha",
"name": "Alpha Radio",
"url": "https://example.test/alpha",
"url_resolved": "https://example.test/alpha-resolved",
"country": "Germany",
"tags": "rock,pop",
"codec": "MP3",
"bitrate": 128,
"votes": 25,
"lastcheckok": 1
},
{
"stationuuid": "broken",
"name": "",
"url_resolved": "",
"lastcheckok": 0
},
{
"stationuuid": "beta",
"name": "Beta News",
"url_resolved": "https://example.test/beta",
"country": "United States",
"tags": "news",
"codec": "AAC",
"bitrate": "96",
"votes": "50",
"lastcheckok": 1
}
]