feb8731366
DJ and chat read listener preferences from settings.json on every request. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
611 B
JSON
23 lines
611 B
JSON
{
|
|
"listener": "ozan",
|
|
"notes": "Manual taste seeds when Spotify API is not wired. Add tracks from your library — DJ reads vibe, never replays catalog.",
|
|
"genres": [
|
|
"ethnic world",
|
|
"dubtronica",
|
|
"world dub",
|
|
"west african",
|
|
"afro-folk",
|
|
"desert blues"
|
|
],
|
|
"tracks": [
|
|
{
|
|
"title": "Boboyillo",
|
|
"artists": ["Baaba Maal", "Rougi"],
|
|
"album": "Being",
|
|
"added": "2023-07-16",
|
|
"duration_sec": 245,
|
|
"vibe": "Sahel warmth, rolling desert pulse, call-and-response vocals, acoustic strings and hand percussion, spiritual but danceable"
|
|
}
|
|
]
|
|
}
|