Define techno-ethnic taste lane and notify when generation is ready.

Bonobo, Jamaica dub, Sahara, Mongolia overtone, and Urdu colour in settings and DJ prompts. Generate runs in background with polling, ready toast, optional browser notification, and autoplay of the new track.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-07 16:27:07 +01:00
parent e15b5e9f98
commit 5f90945b97
9 changed files with 308 additions and 186 deletions
+20 -17
View File
@@ -1,26 +1,29 @@
{
"updated": "2026-06-07",
"description": "Station genre taxonomy — tags on each track; categories are broader browse buckets.",
"description": "Techno-ethnic taxonomy — Bonobo-beautiful electronica meets world dub and cross-cultural vocals.",
"station_lane": "techno-ethnic",
"categories": {
"fusion-electronic": "Jon Hopkins / Karsh Kale — modern electronica meets world percussion",
"techno-ethnic": "Bonobo / Hopkins — lush electronic beauty meets world colour",
"jamaica-dub": "Kingston spring reverb, reggae-dub bass culture",
"sahara-sahel": "Desert warmth, kora, Sahel pulse",
"mongolia-overtone": "Throat singing as wordless ethereal layer",
"urdu-fusion": "Urdu poetic vocal colour in electronica",
"dub-space": "Dub delay, sub bass, spacious mixes",
"ceremonial-world": "Ritual chant, temple/ceremony energy — Chac's Dub lane",
"cinematic-gothic": "Cold ether, choral depth, Only Lovers Left Alive mood — Frostbite / Gregorian lane",
"desert-dub": "Sahel warmth, caravan pulse, desert blues texture",
"vocal-ethnic": "Wordless or blended ethnic vocals, not folk-pop"
"ceremonial-world": "Ritual chant energy — Chac's Dub",
"cinematic-gothic": "Gregorian ether — Frostbite Dub"
},
"genres": {
"modern-electronica": { "category": "fusion-electronic", "label": "Modern electronica meets world" },
"tabla-electronica": { "category": "fusion-electronic", "label": "Karsh Kale / Milan-style" },
"dervish-trance": { "category": "fusion-electronic", "label": "Transglobal hypnotic breaks" },
"ceremonial-dub": { "category": "ceremonial-world", "label": "Ceremonial chant + dub space" },
"mesoamerican-electronica": { "category": "ceremonial-world", "label": "Clay flute, ritual pulse" },
"gregorian-ether": { "category": "cinematic-gothic", "label": "Gregorian-adjacent choral depth" },
"nordic-dub": { "category": "cinematic-gothic", "label": "Icelandic ether + sub bass" },
"cinematic-gothic": { "category": "cinematic-gothic", "label": "Cold cinematic gothic dub" },
"desert-dub": { "category": "desert-dub", "label": "Desert dubtronica" },
"sahel-blues": { "category": "desert-dub", "label": "Sahel griot warmth" },
"gnawa-dub": { "category": "dub-space", "label": "Gnawa meets dubtronica" },
"techno-ethnic": { "category": "techno-ethnic", "label": "Core station lane — beautiful blended electronica" },
"bonobo-downtempo": { "category": "techno-ethnic", "label": "Lush melodic Bonobo-style electronica" },
"modern-electronica": { "category": "techno-ethnic", "label": "Jon Hopkins Singularity builds" },
"jamaican-dub": { "category": "jamaica-dub", "label": "Jamaica dub and reggae-dub space" },
"sahel-electronica": { "category": "sahara-sahel", "label": "Sahara / Sahel desert electronica" },
"mongolian-overtone": { "category": "mongolia-overtone", "label": "Overtone throat textures in mix" },
"urdu-electronica": { "category": "urdu-fusion", "label": "Urdu vocal colour, not Bollywood" },
"tabla-electronica": { "category": "techno-ethnic", "label": "Karsh Kale / Milan-style" },
"ceremonial-dub": { "category": "ceremonial-world", "label": "Ceremonial chant + dub" },
"gregorian-ether": { "category": "cinematic-gothic", "label": "Gregorian-adjacent choral dub" },
"desert-dub": { "category": "sahara-sahel", "label": "Desert dubtronica" },
"world-dub": { "category": "dub-space", "label": "Pan-ethnic dub lounge" }
}
}