Merge v0.5.1-prep — expanded Quick Stations 8 → 14

This commit is contained in:
2026-06-10 00:31:52 +01:00
+19 -8
View File
@@ -57,15 +57,26 @@ const CATALOGUE_TTL_MS = 6 * 60 * 60 * 1000;
// Quick-pick stations. These are the SomaFM ids most people start with. // Quick-pick stations. These are the SomaFM ids most people start with.
// If the catalogue is missing any (rare), they're just dropped silently. // If the catalogue is missing any (rare), they're just dropped silently.
//
// Layout: 14 stations across roughly chill / ambient / indie / lounge /
// space / electronic / americana / 80s / alt-rock / celtic — broader
// genre coverage than the v0.4.0 list, plus DEF CON Radio (the on-brand
// cybersecurity pick) and ThistleRadio (the Dublin-built Irish nod).
const QUICK_IDS = [ const QUICK_IDS = [
'groovesalad', 'groovesalad', // chill / electronic
'dronezone', 'dronezone', // ambient
'indiepop', 'indiepop', // indie pop rocks
'secretagent', 'secretagent', // lounge / spy
'spacestation', 'spacestation', // ambient / space
'lush', 'lush', // vocal / chill
'deepspaceone', 'deepspaceone', // ambient
'fluid', 'fluid', // electronic
'defcon', // electronic / hacker culture (DEF CON Radio)
'beatblender', // electronic / breakbeat
'bootliquor', // americana / outlaw country
'u80s', // 80s indie / synthwave (Underground 80s)
'bagel', // indie / alt-rock (BAGeL Radio)
'thistle', // celtic / folk (ThistleRadio)
]; ];
let stations = []; let stations = [];