Commit a4ad0752 by PLN (Algolia)

chore(catalog): regenerate — the 8 new gigs reach the tracks that played them

The eight gig tracks.json files landed in 3a7c660b but the generated catalog was
never rebuilt against them, so 36 tracks were still missing the gigs they
appear in — ataright knew about bazurto and divin-live but not mephisteuf,
and so on down the list.

Rebuilt with build_catalog.py, not copied: the shared checkout had an
uncommitted regeneration sitting in it, and this build reproduces it
byte-identically from committed state, which is the only version worth
trusting ([[feedback_parsers_over_copy]] — a catalog is an artifact, so
regenerate it, never hand-carry it).

Counts unchanged at 81 tracks / 7 authored overlays; this is purely the
gigtrack edges filling in.

Deliberately NOT committing catalog_view.json. Its clean rebuild here already
equals master, while the copy in the shared tree differs in `takes` for 24
tracks and in `source` for 3 — the latter because it was built with PLN's
uncommitted .tidal edits baked into it. A generated file that embeds
work-in-progress is not reproducible from the repo, so committing it would
pin someone's scratch state as canon.
parent 6fb943a6
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"id": "copycat/because_its_there.tidal", "id": "copycat/because_its_there.tidal",
"title": "Because It's There", "title": "Because It's There",
"aka": [ "aka": [
"Because It's There" "Because It's There",
"Because it's there"
], ],
"sounds": [ "sounds": [
"90s_synatm", "90s_synatm",
...@@ -23,11 +24,14 @@ ...@@ -23,11 +24,14 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2025/39c3-house-of-tea",
"2025/bunker", "2025/bunker",
"2025/val-thorens" "2025/val-thorens",
"2026/le-vortex"
], ],
"takes": [ "takes": [
"Take80" "Take80",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -71,6 +75,7 @@ ...@@ -71,6 +75,7 @@
"id": "live/chip/ataright.tidal", "id": "live/chip/ataright.tidal",
"title": "Atari-ght", "title": "Atari-ght",
"aka": [ "aka": [
"ATARI-ght",
"Atari-ght" "Atari-ght"
], ],
"sounds": [ "sounds": [
...@@ -84,6 +89,7 @@ ...@@ -84,6 +89,7 @@
"orbits": 6, "orbits": 6,
"gigs": [ "gigs": [
"2022/bazurto", "2022/bazurto",
"2023/mephisteuf",
"2024/divin-live" "2024/divin-live"
], ],
"takes": [], "takes": [],
...@@ -119,16 +125,20 @@ ...@@ -119,16 +125,20 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2025/39c3-house-of-tea",
"2025/air-elementeuf", "2025/air-elementeuf",
"2025/bunker", "2025/bunker",
"2025/cosmicfest", "2025/cosmicfest",
"2025/ensad",
"2025/raise", "2025/raise",
"2025/val-thorens", "2025/val-thorens",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
"Take66",
"Take70", "Take70",
"Take80", "Take80",
"Take87",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -166,11 +176,15 @@ ...@@ -166,11 +176,15 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2024/ccc-live" "2024/ccc-live",
"2024/opal-festival-2024",
"2024/toplap-solstice-2024"
], ],
"takes": [ "takes": [
"Take20", "Take20",
"Take21" "Take21",
"Take3",
"Take4"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -225,7 +239,8 @@ ...@@ -225,7 +239,8 @@
"id": "live/collab/jane/drifting_soul.tidal", "id": "live/collab/jane/drifting_soul.tidal",
"title": "Drifting Soul", "title": "Drifting Soul",
"aka": [ "aka": [
"Drifting Soul" "Drifting Soul",
"Drifting soul"
], ],
"sounds": [ "sounds": [
"cpluck", "cpluck",
...@@ -241,9 +256,11 @@ ...@@ -241,9 +256,11 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2025/bunker" "2025/bunker",
"2025/opal-festival-2025"
], ],
"takes": [ "takes": [
"Take74",
"Take80" "Take80"
], ],
"recorded": true, "recorded": true,
...@@ -307,15 +324,20 @@ ...@@ -307,15 +324,20 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/38c3-toilet", "2024/38c3-toilet",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2025/ensad",
"2025/raise", "2025/raise",
"2025/val-thorens", "2025/val-thorens",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
"Take36", "Take36",
"Take37",
"Take38",
"Take66",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -372,6 +394,7 @@ ...@@ -372,6 +394,7 @@
"id": "live/collab/nass/sogood.tidal", "id": "live/collab/nass/sogood.tidal",
"title": "So Good", "title": "So Good",
"aka": [ "aka": [
"So G00D",
"So Good" "So Good"
], ],
"sounds": [ "sounds": [
...@@ -387,11 +410,14 @@ ...@@ -387,11 +410,14 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2025/opal-festival-2025",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [], "takes": [
"recorded": false, "Take74"
"eda_grounded": false, ],
"recorded": true,
"eda_grounded": true,
"ac_level": "no-claim", "ac_level": "no-claim",
"license": null, "license": null,
"inspiration": [], "inspiration": [],
...@@ -423,6 +449,7 @@ ...@@ -423,6 +449,7 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/38c3-toilet", "2024/38c3-toilet",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
...@@ -433,6 +460,8 @@ ...@@ -433,6 +460,8 @@
"Take20", "Take20",
"Take21", "Take21",
"Take36", "Take36",
"Take37",
"Take38",
"Take80" "Take80"
], ],
"recorded": true, "recorded": true,
...@@ -570,7 +599,8 @@ ...@@ -570,7 +599,8 @@
"title": "Jeudi Drill", "title": "Jeudi Drill",
"aka": [ "aka": [
"JeuDrill", "JeuDrill",
"Jeudi Drill" "Jeudi Drill",
"Jeudrill"
], ],
"sounds": [ "sounds": [
"90s_synatm", "90s_synatm",
...@@ -585,13 +615,18 @@ ...@@ -585,13 +615,18 @@
"orbits": 8, "orbits": 8,
"gigs": [ "gigs": [
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/opal-festival-2024",
"2025/cosmicfest", "2025/cosmicfest",
"2025/fairyteuf", "2025/fairyteuf",
"2025/opal-festival-2025",
"2025/raise", "2025/raise",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
"Take3",
"Take4",
"Take70", "Take70",
"Take74",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -697,10 +732,13 @@ ...@@ -697,10 +732,13 @@
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2024/38c3-toilet", "2024/38c3-toilet",
"2024/opal-festival-2024",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [ "takes": [
"Take36" "Take3",
"Take36",
"Take4"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -733,6 +771,7 @@ ...@@ -733,6 +771,7 @@
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2023/toplap-solstice", "2023/toplap-solstice",
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/la-french-stack", "2024/la-french-stack",
...@@ -743,6 +782,8 @@ ...@@ -743,6 +782,8 @@
"takes": [ "takes": [
"Take18", "Take18",
"Take19", "Take19",
"Take37",
"Take38",
"Take65", "Take65",
"Take66" "Take66"
], ],
...@@ -775,12 +816,15 @@ ...@@ -775,12 +816,15 @@
], ],
"orbits": 8, "orbits": 8,
"gigs": [ "gigs": [
"2025/39c3-house-of-tea",
"2025/fairyteuf", "2025/fairyteuf",
"2026/cosmicfest-2026", "2026/cosmicfest-2026",
"2026/le-vortex",
"2026/montreuil-algorave", "2026/montreuil-algorave",
"2026/opal-festival-2026" "2026/opal-festival-2026"
], ],
"takes": [ "takes": [
"Take87",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -966,7 +1010,8 @@ ...@@ -966,7 +1010,8 @@
"title": "Contre visite", "title": "Contre visite",
"aka": [ "aka": [
"Contre Visite", "Contre Visite",
"Contre visite" "Contre visite",
"Contre-Visite"
], ],
"sounds": [ "sounds": [
"90s_synatm", "90s_synatm",
...@@ -981,19 +1026,28 @@ ...@@ -981,19 +1026,28 @@
"gigs": [ "gigs": [
"2022/bazurto", "2022/bazurto",
"2023/cmny-2", "2023/cmny-2",
"2023/mephisteuf",
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/divin-live", "2024/divin-live",
"2024/la-french-stack", "2024/la-french-stack",
"2024/opal-festival-2024",
"2024/velociteuf", "2024/velociteuf",
"2025/algolia-rko", "2025/algolia-rko",
"2025/la-french-stack" "2025/la-french-stack",
"2025/opal-festival-2025"
], ],
"takes": [ "takes": [
"Take18", "Take18",
"Take19", "Take19",
"Take3",
"Take37",
"Take38",
"Take4",
"Take65", "Take65",
"Take66" "Take66",
"Take74"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1086,11 +1140,18 @@ ...@@ -1086,11 +1140,18 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2025/39c3-house-of-tea",
"2025/cosmicfest", "2025/cosmicfest",
"2025/ensad",
"2025/opal-festival-2025",
"2026/le-vortex",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
"Take66",
"Take70", "Take70",
"Take74",
"Take87",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -1160,11 +1221,15 @@ ...@@ -1160,11 +1221,15 @@
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2023/toplap-solstice", "2023/toplap-solstice",
"2024/opal-festival-2024",
"2024/toplap-solstice-2024",
"2025/cosmicfest", "2025/cosmicfest",
"2025/raise", "2025/raise",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [ "takes": [
"Take3",
"Take4",
"Take70" "Take70"
], ],
"recorded": true, "recorded": true,
...@@ -1228,6 +1293,7 @@ ...@@ -1228,6 +1293,7 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/la-french-stack", "2024/la-french-stack",
"2025/cosmicfest", "2025/cosmicfest",
"2025/la-french-stack", "2025/la-french-stack",
...@@ -1236,6 +1302,8 @@ ...@@ -1236,6 +1302,8 @@
"takes": [ "takes": [
"Take18", "Take18",
"Take19", "Take19",
"Take37",
"Take38",
"Take65", "Take65",
"Take66", "Take66",
"Take70" "Take70"
...@@ -1347,6 +1415,7 @@ ...@@ -1347,6 +1415,7 @@
"title": "It's About Time", "title": "It's About Time",
"aka": [ "aka": [
"About Time", "About Time",
"It's About TIME",
"It's About Time" "It's About Time"
], ],
"sounds": [ "sounds": [
...@@ -1362,6 +1431,7 @@ ...@@ -1362,6 +1431,7 @@
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2022/bazurto", "2022/bazurto",
"2023/mephisteuf",
"2024/divin-live", "2024/divin-live",
"2024/toi-toi-mon-toit", "2024/toi-toi-mon-toit",
"2024/velociteuf" "2024/velociteuf"
...@@ -1394,10 +1464,14 @@ ...@@ -1394,10 +1464,14 @@
"orbits": 6, "orbits": 6,
"gigs": [ "gigs": [
"2025/cosmicfest", "2025/cosmicfest",
"2025/ensad",
"2025/opal-festival-2025",
"2025/raise" "2025/raise"
], ],
"takes": [ "takes": [
"Take70" "Take66",
"Take70",
"Take74"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1538,7 +1612,8 @@ ...@@ -1538,7 +1612,8 @@
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2022/bazurto", "2022/bazurto",
"2023/cmny-2" "2023/cmny-2",
"2023/mephisteuf"
], ],
"takes": [], "takes": [],
"recorded": false, "recorded": false,
...@@ -1571,11 +1646,14 @@ ...@@ -1571,11 +1646,14 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2025/opal-festival-2025",
"2025/raise" "2025/raise"
], ],
"takes": [], "takes": [
"recorded": false, "Take74"
"eda_grounded": false, ],
"recorded": true,
"eda_grounded": true,
"ac_level": "no-claim", "ac_level": "no-claim",
"license": null, "license": null,
"inspiration": [], "inspiration": [],
...@@ -1588,7 +1666,8 @@ ...@@ -1588,7 +1666,8 @@
"id": "live/midi/nova/dnb/alerte_verte.tidal", "id": "live/midi/nova/dnb/alerte_verte.tidal",
"title": "Alerte Verte", "title": "Alerte Verte",
"aka": [ "aka": [
"Alerte Verte" "Alerte Verte",
"Alerte verte"
], ],
"sounds": [ "sounds": [
"808mc", "808mc",
...@@ -1607,14 +1686,20 @@ ...@@ -1607,14 +1686,20 @@
"gigs": [ "gigs": [
"2022/bazurto", "2022/bazurto",
"2023/cmny-2", "2023/cmny-2",
"2024/38c3-house-of-tea",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2024/divin-live", "2024/divin-live",
"2024/opal-festival-2024",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [ "takes": [
"Take20", "Take20",
"Take21" "Take21",
"Take3",
"Take37",
"Take38",
"Take4"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1661,7 +1746,9 @@ ...@@ -1661,7 +1746,9 @@
"title": "Force Motrice", "title": "Force Motrice",
"aka": [ "aka": [
"Atelier de Force Motrice", "Atelier de Force Motrice",
"Force Motrice" "Force MOTRICE",
"Force Motrice",
"Force motrice"
], ],
"sounds": [ "sounds": [
"FMRhodes1", "FMRhodes1",
...@@ -1677,12 +1764,15 @@ ...@@ -1677,12 +1764,15 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2024/la-french-stack", "2024/la-french-stack",
"2024/opal-festival-2024",
"2024/toplap-20-years", "2024/toplap-20-years",
"2025/39c3-house-of-tea",
"2025/bunker", "2025/bunker",
"2025/la-french-stack", "2025/la-french-stack",
"2025/raise" "2025/raise"
...@@ -1692,9 +1782,14 @@ ...@@ -1692,9 +1782,14 @@
"Take19", "Take19",
"Take20", "Take20",
"Take21", "Take21",
"Take3",
"Take37",
"Take38",
"Take4",
"Take65", "Take65",
"Take66", "Take66",
"Take80" "Take80",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1807,6 +1902,7 @@ ...@@ -1807,6 +1902,7 @@
"title": "Something about Drums", "title": "Something about Drums",
"aka": [ "aka": [
"Something About Drums", "Something About Drums",
"Something about DRUMS",
"Something about Drums", "Something about Drums",
"There's **Something About Drums** <3", "There's **Something About Drums** <3",
"There's Something About Drums" "There's Something About Drums"
...@@ -1824,10 +1920,14 @@ ...@@ -1824,10 +1920,14 @@
], ],
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/la-french-stack", "2024/la-french-stack",
"2024/toplap-solstice-2024",
"2025/39c3-house-of-tea",
"2025/algolia-rko", "2025/algolia-rko",
"2025/la-french-stack", "2025/la-french-stack",
"2025/opal-festival-2025",
"2025/raise", "2025/raise",
"2026/cosmicfest-2026", "2026/cosmicfest-2026",
"2026/opal-festival-2026" "2026/opal-festival-2026"
...@@ -1835,8 +1935,12 @@ ...@@ -1835,8 +1935,12 @@
"takes": [ "takes": [
"Take18", "Take18",
"Take19", "Take19",
"Take37",
"Take38",
"Take65", "Take65",
"Take66" "Take66",
"Take74",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1869,13 +1973,16 @@ ...@@ -1869,13 +1973,16 @@
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/divin-live", "2024/divin-live",
"2024/velociteuf", "2024/velociteuf",
"2025/39c3-house-of-tea",
"2025/cosmicfest", "2025/cosmicfest",
"2025/la-french-stack" "2025/la-french-stack",
"2026/le-vortex"
], ],
"takes": [ "takes": [
"Take65", "Take65",
"Take66", "Take66",
"Take70" "Take70",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -1977,11 +2084,17 @@ ...@@ -1977,11 +2084,17 @@
"orbits": 6, "orbits": 6,
"gigs": [ "gigs": [
"2023/devcon23", "2023/devcon23",
"2024/algolia-fdlm" "2024/algolia-fdlm",
"2024/opal-festival-2024",
"2025/opal-festival-2025"
], ],
"takes": [], "takes": [
"recorded": false, "Take3",
"eda_grounded": false, "Take4",
"Take74"
],
"recorded": true,
"eda_grounded": true,
"ac_level": "agree", "ac_level": "agree",
"license": null, "license": null,
"inspiration": [], "inspiration": [],
...@@ -2102,9 +2215,12 @@ ...@@ -2102,9 +2215,12 @@
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2024/opal-festival-2024",
"2025/cosmicfest" "2025/cosmicfest"
], ],
"takes": [ "takes": [
"Take3",
"Take4",
"Take70" "Take70"
], ],
"recorded": true, "recorded": true,
...@@ -2243,14 +2359,18 @@ ...@@ -2243,14 +2359,18 @@
"gigs": [ "gigs": [
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/la-french-stack", "2024/la-french-stack",
"2025/39c3-house-of-tea",
"2025/air-elementeuf", "2025/air-elementeuf",
"2025/algolia-rko", "2025/algolia-rko",
"2025/bunker", "2025/bunker",
"2025/cosmicfest", "2025/cosmicfest",
"2025/ensad",
"2025/fairyteuf", "2025/fairyteuf",
"2025/la-french-stack", "2025/la-french-stack",
"2025/opal-festival-2025",
"2025/raise", "2025/raise",
"2025/val-thorens", "2025/val-thorens",
"2026/le-vortex",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
...@@ -2259,7 +2379,9 @@ ...@@ -2259,7 +2379,9 @@
"Take65", "Take65",
"Take66", "Take66",
"Take70", "Take70",
"Take74",
"Take80", "Take80",
"Take87",
"Take89" "Take89"
], ],
"recorded": true, "recorded": true,
...@@ -2338,6 +2460,7 @@ ...@@ -2338,6 +2460,7 @@
"orbits": 9, "orbits": 9,
"gigs": [ "gigs": [
"2026/cosmicfest-2026", "2026/cosmicfest-2026",
"2026/le-vortex",
"2026/montreuil-algorave", "2026/montreuil-algorave",
"2026/opal-festival-2026" "2026/opal-festival-2026"
], ],
...@@ -2378,13 +2501,19 @@ ...@@ -2378,13 +2501,19 @@
"2023/toplap-solstice", "2023/toplap-solstice",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/opal-festival-2024",
"2025/39c3-house-of-tea",
"2025/air-elementeuf", "2025/air-elementeuf",
"2025/algolia-rko", "2025/algolia-rko",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [], "takes": [
"recorded": false, "Take3",
"eda_grounded": false, "Take4",
"Take87"
],
"recorded": true,
"eda_grounded": true,
"ac_level": "agree", "ac_level": "agree",
"license": null, "license": null,
"inspiration": [], "inspiration": [],
...@@ -2398,6 +2527,7 @@ ...@@ -2398,6 +2527,7 @@
"title": "Café Glacé", "title": "Café Glacé",
"aka": [ "aka": [
"Cafe Glace", "Cafe Glace",
"Cafe Glacé",
"Café Glacé" "Café Glacé"
], ],
"sounds": [ "sounds": [
...@@ -2411,17 +2541,25 @@ ...@@ -2411,17 +2541,25 @@
], ],
"orbits": 8, "orbits": 8,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2024/opal-festival-2024",
"2024/toplap-20-years", "2024/toplap-20-years",
"2025/39c3-house-of-tea",
"2025/air-elementeuf", "2025/air-elementeuf",
"2025/raise", "2025/raise",
"2025/val-thorens" "2025/val-thorens"
], ],
"takes": [ "takes": [
"Take20", "Take20",
"Take21" "Take21",
"Take3",
"Take37",
"Take38",
"Take4",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -2438,6 +2576,7 @@ ...@@ -2438,6 +2576,7 @@
"title": "Café Tiède", "title": "Café Tiède",
"aka": [ "aka": [
"Cafe Tiede", "Cafe Tiede",
"Cafe Tiède",
"Café Tiède" "Café Tiède"
], ],
"sounds": [ "sounds": [
...@@ -2451,14 +2590,18 @@ ...@@ -2451,14 +2590,18 @@
], ],
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/algolia-last-all-hands", "2024/algolia-last-all-hands",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
"2024/la-french-stack", "2024/la-french-stack",
"2024/opal-festival-2024",
"2024/toplap-20-years", "2024/toplap-20-years",
"2025/39c3-house-of-tea",
"2025/air-elementeuf", "2025/air-elementeuf",
"2025/algolia-rko", "2025/algolia-rko",
"2025/ensad",
"2025/la-french-stack", "2025/la-french-stack",
"2025/raise" "2025/raise"
], ],
...@@ -2467,8 +2610,13 @@ ...@@ -2467,8 +2610,13 @@
"Take19", "Take19",
"Take20", "Take20",
"Take21", "Take21",
"Take3",
"Take37",
"Take38",
"Take4",
"Take65", "Take65",
"Take66" "Take66",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -2529,6 +2677,7 @@ ...@@ -2529,6 +2677,7 @@
"orbits": 10, "orbits": 10,
"gigs": [ "gigs": [
"2023/toplap-solstice", "2023/toplap-solstice",
"2024/38c3-house-of-tea",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/ccc-live", "2024/ccc-live",
"2024/cookie-collective-compilation", "2024/cookie-collective-compilation",
...@@ -2542,6 +2691,8 @@ ...@@ -2542,6 +2691,8 @@
"Take19", "Take19",
"Take20", "Take20",
"Take21", "Take21",
"Take37",
"Take38",
"Take65", "Take65",
"Take66" "Take66"
], ],
...@@ -2626,7 +2777,8 @@ ...@@ -2626,7 +2777,8 @@
"id": "live/midi/nova/techno/ere_de_jeu.tidal", "id": "live/midi/nova/techno/ere_de_jeu.tidal",
"title": "Ere de Jeu", "title": "Ere de Jeu",
"aka": [ "aka": [
"Ere de Jeu" "Ere de Jeu",
"Ere de jeu"
], ],
"sounds": [ "sounds": [
"FMRhodes1", "FMRhodes1",
...@@ -2643,11 +2795,16 @@ ...@@ -2643,11 +2795,16 @@
], ],
"orbits": 11, "orbits": 11,
"gigs": [ "gigs": [
"2025/39c3-house-of-tea",
"2025/bunker", "2025/bunker",
"2025/val-thorens" "2025/ensad",
"2025/val-thorens",
"2026/le-vortex"
], ],
"takes": [ "takes": [
"Take80" "Take66",
"Take80",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -2665,9 +2822,12 @@ ...@@ -2665,9 +2822,12 @@
"aka": [ "aka": [
"Ete a MauerPark", "Ete a MauerPark",
"Ete a Mauerpark", "Ete a Mauerpark",
"L'Ete a Mauerpark",
"L'été à MauerPark",
"L'été à Mauerpark", "L'été à Mauerpark",
"MauerPark", "MauerPark",
"Mauerpark" "Mauerpark",
"l'Été à Mauerpark"
], ],
"sounds": [ "sounds": [
"909", "909",
...@@ -2682,10 +2842,18 @@ ...@@ -2682,10 +2842,18 @@
"2023/devcon23", "2023/devcon23",
"2024/algolia-fdlm", "2024/algolia-fdlm",
"2024/divin-live", "2024/divin-live",
"2025/cosmicfest" "2024/opal-festival-2024",
"2025/39c3-house-of-tea",
"2025/cosmicfest",
"2025/ensad",
"2026/le-vortex"
], ],
"takes": [ "takes": [
"Take70" "Take3",
"Take4",
"Take66",
"Take70",
"Take87"
], ],
"recorded": true, "recorded": true,
"eda_grounded": true, "eda_grounded": true,
...@@ -2733,6 +2901,7 @@ ...@@ -2733,6 +2901,7 @@
"id": "live/midi/nova/techno/techno_orage.tidal", "id": "live/midi/nova/techno/techno_orage.tidal",
"title": "Orage", "title": "Orage",
"aka": [ "aka": [
"Nuit d'Orage",
"Nuit d'orage", "Nuit d'orage",
"Orage", "Orage",
"Techno Orage" "Techno Orage"
...@@ -2751,11 +2920,13 @@ ...@@ -2751,11 +2920,13 @@
"gigs": [ "gigs": [
"2025/bunker", "2025/bunker",
"2025/cosmicfest", "2025/cosmicfest",
"2025/opal-festival-2025",
"2025/raise", "2025/raise",
"2026/montreuil-algorave" "2026/montreuil-algorave"
], ],
"takes": [ "takes": [
"Take70", "Take70",
"Take74",
"Take80", "Take80",
"Take89" "Take89"
], ],
...@@ -2836,6 +3007,7 @@ ...@@ -2836,6 +3007,7 @@
"id": "live/techno/noir/burn_this_book.tidal", "id": "live/techno/noir/burn_this_book.tidal",
"title": "Burn this Book", "title": "Burn this Book",
"aka": [ "aka": [
"Burn this B00K",
"Burn this Book" "Burn this Book"
], ],
"sounds": [ "sounds": [
...@@ -2848,7 +3020,8 @@ ...@@ -2848,7 +3020,8 @@
], ],
"orbits": 7, "orbits": 7,
"gigs": [ "gigs": [
"2022/bazurto" "2022/bazurto",
"2023/mephisteuf"
], ],
"takes": [], "takes": [],
"recorded": false, "recorded": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment