From 4314622c1bc14b9bf6c8ae6f3d40e9a95bb8e697 Mon Sep 17 00:00:00 2001 From: m3ultra Date: Fri, 17 Jul 2026 02:28:44 +1000 Subject: [PATCH] =?UTF-8?q?Lane=20G=20R25:=20sku-derived=20slot=20ids=20?= =?UTF-8?q?=E2=80=94=20the=20re-emit=20(ledger=20#3),=20index-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per C §7.2a: items[].id = "sku_" (e.g. sku_20260314070442), never positional. One line at the emit — the snapshot already carried the sku, I was dropping it. MEASURED: id overlap with the generic pack 0/120, was 120/120 (F's finding). 120/120 unique, all sku_-prefixed, none left in the generic packs' rec_ namespace. Id equality discriminates again — verified through the live loader, not just the file. Index-only as briefed: the two atlas .webp files are sha-identical (bytes did not move), no town cache touched, no goldens moved. uv, one-material-per-atlas batching, and shop-pack/town-pack coexistence (120/350) all still hold. C's reason #2 is the one that outlives the gate: position is not identity. Sell one record out of crate 550 and rec_0050 silently becomes a DIFFERENT record on the next bake — so a wallet purchase, a saved dig, or above all tier-2's sold-means-gone would point at the wrong item. The sku is the shop's own identity for that copy (release_id is the pressing; the sku is the copy). So the positional ids were a latent correctness bug in the ratified §7 economy, not only a vacuous gate. Fixed while there are two atlases to migrate instead of fifty. Conflict #1 closed: E's R25 validator prints "LICENCE: ... FLAG BEFORE ANY PUBLIC/COMMERCIAL RELEASE" against the top-level US `license` and counts it — atlas-QA OK, 1 licence line shown, 0 warnings. The flag guarding real product photos is unmissable. Nothing owed either way. Scoped: committed by pathspec on main (G's first as a full lane). F's six staged files and E's in-flight validate_atlas.py left exactly as their sessions have them. -> F (your file, your call, not touched mid-flight): interior_mode.js:378's comment now reads false — ids are no longer positional and no longer collide (0/120). Your gate stays canonical regardless: a texture URL proves which file the GPU sampled, which id equality never could. Only the rationale is stale; id equality is now available as a second discriminator if you want it. Co-Authored-By: Claude Opus 4.8 --- G-progress.md | 39 +++ pipeline/godverse_stock.py | 9 +- .../3962749/stock_record_index.json | 240 +++++++++--------- 3 files changed, 167 insertions(+), 121 deletions(-) diff --git a/G-progress.md b/G-progress.md index 236b4db..568461c 100644 --- a/G-progress.md +++ b/G-progress.md @@ -3,6 +3,45 @@ *Lane brief: `docs/LANES/LANE_G_GODVERSE.md`. This file follows your progress-file convention — newest round first. Fable-on-ultra writing.* +## Round 25 (2026-07-17) — the sku re-emit (ledger #3), index-only + +**Landed (main — G is a full lane now, pathspec-atomic; F's six staged files and E's in-flight +`validate_atlas.py` untouched):** +- `godverse_stock.py` emits **`id = "sku_"`** per C §7.2a. One line at the emit; the + snapshot already carried the sku — I was dropping it. +- `stock_godverse/3962749/stock_record_index.json` re-emitted. **Index-only, as briefed:** + +| check | result | +|---|---| +| **id overlap with the generic pack** | **0/120** — was **120/120** (F's finding) | +| ids unique in-pack / all `sku_`-prefixed / none in `rec_` namespace | 120/120 · yes · yes | +| **atlas .webp bytes moved** | **none** — sha-identical both files | +| town caches / goldens touched | none | +| ids stable when a record sells (drop item 50, re-derive) | **0 drift** | +| E's validator (their R25 build, live in-tree) | `atlas-QA OK · 1 licence line(s) shown · 0 warnings` | +| live loader: shop pack vs town pack | 120 / 350, coexist; uv + one-material-per-atlas hold | + +**Id equality is discriminating again** — verified through the live loader, not just the file. + +**C's reason #2 is the one that mattered**, and it's worth restating because it outlives the gate: +position isn't identity. Sell one record out of crate 550 and `rec_0050` silently becomes a +*different* record on the next bake — so a wallet purchase, a saved dig, or **tier-2's +sold-means-gone** would point at the wrong item. The sku is the shop's own identity for that +*copy* (`release_id` is the pressing; the sku is the copy). My positional ids were a latent +correctness bug in the ratified §7 economy, not just a vacuous gate. Caught while there were two +atlases to migrate instead of fifty. + +**Conflict #1 is closed** (R24 → R25): E's validator now prints +`LICENCE: … FLAG BEFORE ANY PUBLIC/COMMERCIAL RELEASE` against my top-level US `license`, and +counts it. The flag a human must read on real product photos is unmissable. Nothing owed. + +**→ F (one line, your file, your call — not touching it mid-flight):** `interior_mode.js:378` +now reads *"ids are positional slots (`rec_0000`) that BOTH packs reuse … every atlas id is also a +town-pack id (measured R24)"*. As of this commit that's false — 0/120. **Your gate stays canonical +either way**: a texture URL proves which file the GPU sampled, which id equality never could, so +the assertion is right and only the rationale is stale. Id equality is now available as a *second* +discriminator if you want belt-and-braces. + ## Round 24 (2026-07-17) — the re-emit + THE SHOP'S REAL STREET (ledger #5) **THE WRITE-BACK RULING — John, 2026-07-17: A THEN B.** G3 §7 is **ratified** with the ruling diff --git a/pipeline/godverse_stock.py b/pipeline/godverse_stock.py index 25fd7f6..956de79 100644 --- a/pipeline/godverse_stock.py +++ b/pipeline/godverse_stock.py @@ -196,7 +196,14 @@ def pack(args): sheet.paste(cov, (gx * CELL_W, gy * CELL_H)) u0, v0 = gx * CELL_W / W, gy * CELL_H / H idx_items.append({ - "id": f"rec_{len(idx_items):04d}", "title": it["title"], "artist": it["artist"], + # C §7.2a (R25): sku-derived, never positional. `rec_NNNN` is the generic packs' + # namespace and a real-stock pack must not emit into it — positionally, all 120 of + # our ids WERE generic-pack ids, which is what made an id-equality gate vacuous. + # And position isn't identity: sell one record out of the crate and `rec_0050` + # silently becomes a different record on the next bake, which is exactly what + # tier-2's sold-means-gone must never do. The POS sku is the shop's own identity + # for that copy (release_id identifies the pressing; the sku identifies the copy). + "id": f"sku_{it['sku']}", "title": it["title"], "artist": it["artist"], "price": int(round(it["price"])), "price_band": price_band(it["price"]), "atlas": aname, "uv": [round(u0, 4), round(v0, 4), round(u0 + CELL_W / W, 4), round(v0 + CELL_H / H, 4)], diff --git a/web/assets/stock_godverse/3962749/stock_record_index.json b/web/assets/stock_godverse/3962749/stock_record_index.json index 45181d1..f42f04e 100644 --- a/web/assets/stock_godverse/3962749/stock_record_index.json +++ b/web/assets/stock_godverse/3962749/stock_record_index.json @@ -49,7 +49,7 @@ }, "items": [ { - "id": "rec_0000", + "id": "sku_20260314070442", "title": "Abstract Latin Lounge II (Part II)", "artist": "Various", "price": 15, @@ -63,7 +63,7 @@ ] }, { - "id": "rec_0001", + "id": "sku_20250507152003", "title": "The Lowdown Sampler Vol 1", "artist": "Various", "price": 20, @@ -77,7 +77,7 @@ ] }, { - "id": "rec_0002", + "id": "sku_20260208003559", "title": "Yoshitoshi Artists - In House We Trust / Deep Dish - Penetrate Deeper", "artist": "Various", "price": 50, @@ -91,7 +91,7 @@ ] }, { - "id": "rec_0003", + "id": "sku_20260313083125", "title": "Voyage Direct: First Mission Sampler 1", "artist": "Various", "price": 20, @@ -105,7 +105,7 @@ ] }, { - "id": "rec_0004", + "id": "sku_20250726020618", "title": "Local Talk 5 1/2 Years Later (Part Two)", "artist": "Various", "price": 25, @@ -119,7 +119,7 @@ ] }, { - "id": "rec_0005", + "id": "sku_20260307032128", "title": "Bar 1 | Autumn.04 | The Vinyl Edition (Part 2)", "artist": "Various", "price": 25, @@ -133,7 +133,7 @@ ] }, { - "id": "rec_0006", + "id": "sku_20250821021324", "title": "Distille Cup", "artist": "Various", "price": 25, @@ -147,7 +147,7 @@ ] }, { - "id": "rec_0007", + "id": "sku_20260314234401", "title": "The Esensual EP", "artist": "Various", "price": 20, @@ -161,7 +161,7 @@ ] }, { - "id": "rec_0008", + "id": "sku_20260313073221", "title": "First Filtration Of The Duplex Brains", "artist": "Various", "price": 15, @@ -175,7 +175,7 @@ ] }, { - "id": "rec_0009", + "id": "sku_20250410004205", "title": "Get Down", "artist": "Various", "price": 60, @@ -189,7 +189,7 @@ ] }, { - "id": "rec_0010", + "id": "sku_20260312011415", "title": "It's A DJ Thing 3", "artist": "Various", "price": 50, @@ -203,7 +203,7 @@ ] }, { - "id": "rec_0011", + "id": "sku_20250529095405", "title": "Lost On Arrival (Part 1 of 2)", "artist": "Various", "price": 40, @@ -217,7 +217,7 @@ ] }, { - "id": "rec_0012", + "id": "sku_20250410003605", "title": "Moovemints Vol. 1", "artist": "Various", "price": 40, @@ -231,7 +231,7 @@ ] }, { - "id": "rec_0013", + "id": "sku_20250601121101", "title": "The Innercity Experience Part 1", "artist": "Various", "price": 15, @@ -245,7 +245,7 @@ ] }, { - "id": "rec_0014", + "id": "sku_20260320031744", "title": "Moving House", "artist": "Various", "price": 25, @@ -259,7 +259,7 @@ ] }, { - "id": "rec_0015", + "id": "sku_20250521143700", "title": "Star Chasers", "artist": "4 Hero", "price": 20, @@ -273,7 +273,7 @@ ] }, { - "id": "rec_0016", + "id": "sku_20250223130605", "title": "Feel So High", "artist": "51 Days", "price": 30, @@ -287,7 +287,7 @@ ] }, { - "id": "rec_0017", + "id": "sku_20250322223205", "title": "Forbidden Love", "artist": "52 Pik - Up", "price": 25, @@ -301,7 +301,7 @@ ] }, { - "id": "rec_0018", + "id": "sku_20260212004619", "title": "Music Of Life", "artist": "ACME", "price": 15, @@ -315,7 +315,7 @@ ] }, { - "id": "rec_0019", + "id": "sku_20251005025944", "title": "Thus Far EP", "artist": "AlphaMotive", "price": 15, @@ -329,7 +329,7 @@ ] }, { - "id": "rec_0020", + "id": "sku_20251005030122", "title": "Blue Blackness", "artist": "Alan Smithee", "price": 20, @@ -343,7 +343,7 @@ ] }, { - "id": "rec_0021", + "id": "sku_20250223165003", "title": "Blue Blackness", "artist": "Alan Smithee", "price": 20, @@ -357,7 +357,7 @@ ] }, { - "id": "rec_0022", + "id": "sku_20250731022038", "title": "Quarter Of A Century (Part 3 Of 3)", "artist": "ADNY & The Persuader", "price": 25, @@ -371,7 +371,7 @@ ] }, { - "id": "rec_0023", + "id": "sku_20250320144603", "title": "Community / Everything Is Alright (Part Two)", "artist": "Audio Soul Project", "price": 20, @@ -385,7 +385,7 @@ ] }, { - "id": "rec_0024", + "id": "sku_20250731021731", "title": "Quarter Of A Century - Part 2 Of 3", "artist": "ADNY & The Persuader", "price": 30, @@ -399,7 +399,7 @@ ] }, { - "id": "rec_0025", + "id": "sku_20250529161104", "title": "The John Gore EP", "artist": "Alex Agore / James Johnston (5)", "price": 20, @@ -413,7 +413,7 @@ ] }, { - "id": "rec_0026", + "id": "sku_20250904081809", "title": "LabSamples", "artist": "Atjazz", "price": 30, @@ -427,7 +427,7 @@ ] }, { - "id": "rec_0027", + "id": "sku_20250509114903", "title": "Simple", "artist": "Alumna", "price": 20, @@ -441,7 +441,7 @@ ] }, { - "id": "rec_0028", + "id": "sku_20260325010301", "title": "Cascades Of Colour", "artist": "Ananda Project, The Feat. Gaelle Adisson", "price": 40, @@ -455,7 +455,7 @@ ] }, { - "id": "rec_0029", + "id": "sku_20260228030040", "title": "Time And Space EP", "artist": "Andrew Macari", "price": 25, @@ -469,7 +469,7 @@ ] }, { - "id": "rec_0030", + "id": "sku_20260208023822", "title": "Hot 'N' Spycy (The Album)", "artist": "Angel Moraes", "price": 40, @@ -483,7 +483,7 @@ ] }, { - "id": "rec_0031", + "id": "sku_20251017085011", "title": "I Like It (I Like How You're Lov'in Me)", "artist": "Angel Moraes", "price": 15, @@ -497,7 +497,7 @@ ] }, { - "id": "rec_0032", + "id": "sku_20250303003804", "title": "Release Yourself / Deep Inside Your Love", "artist": "Angel Moraes", "price": 30, @@ -511,7 +511,7 @@ ] }, { - "id": "rec_0033", + "id": "sku_20251005041410", "title": "Heaven Knows (I Can't Understand)", "artist": "Angel Moraes Featuring Basil Rodericks", "price": 20, @@ -525,7 +525,7 @@ ] }, { - "id": "rec_0034", + "id": "sku_20250815063017", "title": "Tout Est Bleu (Fran\u00e7ois K. Rmx)", "artist": "\u00c2me Strong", "price": 50, @@ -539,7 +539,7 @@ ] }, { - "id": "rec_0035", + "id": "sku_20250927001753", "title": "Are You Ready", "artist": "Affair (3), The", "price": 20, @@ -553,7 +553,7 @@ ] }, { - "id": "rec_0036", + "id": "sku_20250509104701", "title": "It's Been Too Long", "artist": "Alyoa", "price": 15, @@ -567,7 +567,7 @@ ] }, { - "id": "rec_0037", + "id": "sku_20250216121604", "title": "Change", "artist": "Bugge Wesseltoft", "price": 30, @@ -581,7 +581,7 @@ ] }, { - "id": "rec_0038", + "id": "sku_20250513235504", "title": "Die Hard + 2", "artist": "Baba Stiltz", "price": 25, @@ -595,7 +595,7 @@ ] }, { - "id": "rec_0039", + "id": "sku_20260203022809", "title": "Living Room Chronicles Vol. III: Forward Movement", "artist": "DJ Buck", "price": 50, @@ -609,7 +609,7 @@ ] }, { - "id": "rec_0040", + "id": "sku_20250301154200", "title": "Lone Cat (Holding On)", "artist": "Ben Watt", "price": 30, @@ -623,7 +623,7 @@ ] }, { - "id": "rec_0041", + "id": "sku_20260320051206", "title": "Music Is Our Life", "artist": "Back To Earth", "price": 20, @@ -637,7 +637,7 @@ ] }, { - "id": "rec_0042", + "id": "sku_20250817064358", "title": "All True (African)", "artist": "Basil", "price": 15, @@ -651,7 +651,7 @@ ] }, { - "id": "rec_0043", + "id": "sku_20250207224901", "title": "Rated X (Re-Make)", "artist": "Benny Bobby Boogie", "price": 15, @@ -665,7 +665,7 @@ ] }, { - "id": "rec_0044", + "id": "sku_20260326061120", "title": "Rock To The Rhythm Of Love", "artist": "Beloved, The", "price": 12, @@ -679,7 +679,7 @@ ] }, { - "id": "rec_0045", + "id": "sku_20260320032136", "title": "7 Days", "artist": "Big Strick", "price": 25, @@ -693,7 +693,7 @@ ] }, { - "id": "rec_0046", + "id": "sku_20250410104801", "title": "Volume II", "artist": "Black Traxx", "price": 35, @@ -707,7 +707,7 @@ ] }, { - "id": "rec_0047", + "id": "sku_20250318010204", "title": "Tried So Hard", "artist": "Bobby Pruit", "price": 40, @@ -721,7 +721,7 @@ ] }, { - "id": "rec_0048", + "id": "sku_20250731015554", "title": "Best Intentions For Failed Inventions", "artist": "Brett Johnson", "price": 30, @@ -735,7 +735,7 @@ ] }, { - "id": "rec_0049", + "id": "sku_20250824052221", "title": "Highlights / 405", "artist": "DJ Buck", "price": 90, @@ -749,7 +749,7 @@ ] }, { - "id": "rec_0050", + "id": "sku_20250406234001", "title": "The Purist", "artist": "Byron Stingily", "price": 30, @@ -763,7 +763,7 @@ ] }, { - "id": "rec_0051", + "id": "sku_20250816021721", "title": "Boogie Drive 678 (Remix & Dub)", "artist": "Boo", "price": 35, @@ -777,7 +777,7 @@ ] }, { - "id": "rec_0052", + "id": "sku_20260313082548", "title": "Costa Del Sol", "artist": "Bad Boy Bill Feat. Nadine Ren\u00e9e", "price": 15, @@ -791,7 +791,7 @@ ] }, { - "id": "rec_0053", + "id": "sku_20260222035021", "title": "When I Fall In Love (Remixes)", "artist": "Blaze Featuring Sybil", "price": 30, @@ -805,7 +805,7 @@ ] }, { - "id": "rec_0054", + "id": "sku_20250321121804", "title": "Fly Life Extra (Unreleased Mixes)", "artist": "Basement Jaxx", "price": 30, @@ -819,7 +819,7 @@ ] }, { - "id": "rec_0055", + "id": "sku_20250406095702", "title": "Beach Flea EP", "artist": "Beach Flea", "price": 25, @@ -833,7 +833,7 @@ ] }, { - "id": "rec_0056", + "id": "sku_20251017005854", "title": "Be Yourself", "artist": "Blaze Presents Underground Dance Artists United For Life Feat. Joi Cardwell", "price": 15, @@ -847,7 +847,7 @@ ] }, { - "id": "rec_0057", + "id": "sku_20250419165802", "title": "Why Can't We See", "artist": "Blind Truth featuring Tata Vega and Toney Lee", "price": 25, @@ -861,7 +861,7 @@ ] }, { - "id": "rec_0058", + "id": "sku_20250201132301", "title": "I Think Of You", "artist": "Blaze Featuring Amira", "price": 15, @@ -875,7 +875,7 @@ ] }, { - "id": "rec_0059", + "id": "sku_20250926055332", "title": "Intro To (R)Evolution / Asphalt Yards", "artist": "Carl Hancock Rux", "price": 12, @@ -889,7 +889,7 @@ ] }, { - "id": "rec_0060", + "id": "sku_20250413163600", "title": "Ngbaka Chant / Come Fly With Me", "artist": "Calm Presents Kiyotaka Fukagawa", "price": 30, @@ -903,7 +903,7 @@ ] }, { - "id": "rec_0061", + "id": "sku_20250711035800", "title": "The Shiva Chant", "artist": "Coco Da Silva", "price": 20, @@ -917,7 +917,7 @@ ] }, { - "id": "rec_0062", + "id": "sku_20260325035717", "title": "Eternally / Fruitcake", "artist": "Can 7 Feat. Angela Caran", "price": 15, @@ -931,7 +931,7 @@ ] }, { - "id": "rec_0063", + "id": "sku_20250206134701", "title": "Chara Claridade", "artist": "Clara Moreno", "price": 15, @@ -945,7 +945,7 @@ ] }, { - "id": "rec_0064", + "id": "sku_20250409122501", "title": "Take Me Higher", "artist": "CZR Featuring Alexander East", "price": 15, @@ -959,7 +959,7 @@ ] }, { - "id": "rec_0065", + "id": "sku_20250409220600", "title": "Cinemascope EP", "artist": "Cinnamone", "price": 35, @@ -973,7 +973,7 @@ ] }, { - "id": "rec_0066", + "id": "sku_20260329044244", "title": "Club Hit EP", "artist": "Contriva", "price": 20, @@ -987,7 +987,7 @@ ] }, { - "id": "rec_0067", + "id": "sku_20250926093442", "title": "Eternally / Fruitcake", "artist": "Can 7 Feat. Angela Caran", "price": 15, @@ -1001,7 +1001,7 @@ ] }, { - "id": "rec_0068", + "id": "sku_20250215122904", "title": "The Sun Will Shine", "artist": "Cast Of Thousands Featuring Mimi Johnson", "price": 25, @@ -1015,7 +1015,7 @@ ] }, { - "id": "rec_0069", + "id": "sku_20251011030603", "title": "Northern Lights / The Crystal Wave", "artist": "Caucasian Boy / Century Falls", "price": 50, @@ -1029,7 +1029,7 @@ ] }, { - "id": "rec_0070", + "id": "sku_20250923041304", "title": "The Only One (Remixed By Groove Armada)", "artist": "Cerrone", "price": 15, @@ -1043,7 +1043,7 @@ ] }, { - "id": "rec_0071", + "id": "sku_20260314065922", "title": "Dance To The Music (Body Action) / Jazz It Up", "artist": "C.F.M. Band", "price": 20, @@ -1057,7 +1057,7 @@ ] }, { - "id": "rec_0072", + "id": "sku_20250507155205", "title": "Return Of The Big Tool", "artist": "Chris Lum", "price": 25, @@ -1071,7 +1071,7 @@ ] }, { - "id": "rec_0073", + "id": "sku_20250831024809", "title": "Tick Tock", "artist": "Chiapet", "price": 40, @@ -1085,7 +1085,7 @@ ] }, { - "id": "rec_0074", + "id": "sku_20250731022109", "title": "Wish (Remixes)", "artist": "Chymera", "price": 20, @@ -1099,7 +1099,7 @@ ] }, { - "id": "rec_0075", + "id": "sku_20250528174602", "title": "The Return", "artist": "Circulation (2)", "price": 40, @@ -1113,7 +1113,7 @@ ] }, { - "id": "rec_0076", + "id": "sku_20260313010844", "title": "All I Do", "artist": "Cleptomaniacs", "price": 40, @@ -1127,7 +1127,7 @@ ] }, { - "id": "rec_0077", + "id": "sku_20250323151903", "title": "Right Here And Now", "artist": "Clinton Daniel", "price": 15, @@ -1141,7 +1141,7 @@ ] }, { - "id": "rec_0078", + "id": "sku_20250703002101", "title": "Burning Sunshine", "artist": "Coco Bongo", "price": 12, @@ -1155,7 +1155,7 @@ ] }, { - "id": "rec_0079", + "id": "sku_20250927021639", "title": "I'm Attracted To You", "artist": "Cookie Watkins", "price": 25, @@ -1169,7 +1169,7 @@ ] }, { - "id": "rec_0080", + "id": "sku_20260325040240", "title": "Wishing On A Star", "artist": "Cover Girls, The", "price": 25, @@ -1183,7 +1183,7 @@ ] }, { - "id": "rec_0081", + "id": "sku_20260208011045", "title": "Pirates Life EP", "artist": "Cpen", "price": 90, @@ -1197,7 +1197,7 @@ ] }, { - "id": "rec_0082", + "id": "sku_20260307022426", "title": "Go Around", "artist": "Criminal Element Orchestra", "price": 12, @@ -1211,7 +1211,7 @@ ] }, { - "id": "rec_0083", + "id": "sku_20250322111402", "title": "Fried", "artist": "Crispin J. Glover", "price": 20, @@ -1225,7 +1225,7 @@ ] }, { - "id": "rec_0084", + "id": "sku_20250319130303", "title": "Waiting Hopefully", "artist": "D*Note", "price": 15, @@ -1239,7 +1239,7 @@ ] }, { - "id": "rec_0085", + "id": "sku_20260318005638", "title": "The Dizko Knights Remixes Vol. 1", "artist": "Dizko Knights, The", "price": 15, @@ -1253,7 +1253,7 @@ ] }, { - "id": "rec_0086", + "id": "sku_20250802054759", "title": "Dreamin'", "artist": "D3", "price": 12, @@ -1267,7 +1267,7 @@ ] }, { - "id": "rec_0087", + "id": "sku_20250406095005", "title": "Key Of Soul", "artist": "Dan Curtin And Warren Harris Present Key Of Soul", "price": 20, @@ -1281,7 +1281,7 @@ ] }, { - "id": "rec_0088", + "id": "sku_20250426152700", "title": "Twentygreenfoursday EP", "artist": "Daniel Madlung & Johannes Retschke", "price": 25, @@ -1295,7 +1295,7 @@ ] }, { - "id": "rec_0089", + "id": "sku_20250816031139", "title": "Wow!", "artist": "Danny Tenaglia Presents Hambone", "price": 25, @@ -1309,7 +1309,7 @@ ] }, { - "id": "rec_0090", + "id": "sku_20250322215200", "title": "More Than Anything", "artist": "Darryl D'Bonneau", "price": 25, @@ -1323,7 +1323,7 @@ ] }, { - "id": "rec_0091", + "id": "sku_20260228031623", "title": "The Future Of The Future (Stay Gold)", "artist": "Deep Dish With Everything But The Girl", "price": 35, @@ -1337,7 +1337,7 @@ ] }, { - "id": "rec_0092", + "id": "sku_20250731011503", "title": "The Way I Feel ", "artist": "DFLN", "price": 30, @@ -1351,7 +1351,7 @@ ] }, { - "id": "rec_0093", + "id": "sku_20250510130705", "title": "When The World Is Running Down (You Can't Go Wrong)", "artist": "Different Gear Vs. Police, The", "price": 15, @@ -1365,7 +1365,7 @@ ] }, { - "id": "rec_0094", + "id": "sku_20250815043151", "title": "10 Steps To Heaven", "artist": "DJ Disciple", "price": 30, @@ -1379,7 +1379,7 @@ ] }, { - "id": "rec_0095", + "id": "sku_20250802024708", "title": "Take Me Higher / Sueno De Bahia", "artist": "Don Carlos", "price": 30, @@ -1393,7 +1393,7 @@ ] }, { - "id": "rec_0096", + "id": "sku_20260301015349", "title": "Bug Eyed EP", "artist": "Dubble D", "price": 15, @@ -1407,7 +1407,7 @@ ] }, { - "id": "rec_0097", + "id": "sku_20250226165204", "title": "Dom Dom 05", "artist": "Deep, The And Fred Melosax", "price": 25, @@ -1421,7 +1421,7 @@ ] }, { - "id": "rec_0098", + "id": "sku_20250815070301", "title": "Misturada One (Mixing)", "artist": "Friends From Rio", "price": 30, @@ -1435,7 +1435,7 @@ ] }, { - "id": "rec_0099", + "id": "sku_20251010035246", "title": "Beijo", "artist": "Earth, Wind & Fire", "price": 70, @@ -1449,7 +1449,7 @@ ] }, { - "id": "rec_0100", + "id": "sku_20251017042537", "title": "Starlite (Remixes)", "artist": "Eddy & Dus", "price": 12, @@ -1463,7 +1463,7 @@ ] }, { - "id": "rec_0101", + "id": "sku_20250312135004", "title": "Work This Pussy", "artist": "Ellis-D presents Boom Boom (2)", "price": 25, @@ -1477,7 +1477,7 @@ ] }, { - "id": "rec_0102", + "id": "sku_20250315005602", "title": "The Nia Deep Project Vol. 1", "artist": "En' Sense Ltd.", "price": 20, @@ -1491,7 +1491,7 @@ ] }, { - "id": "rec_0103", + "id": "sku_20250316154104", "title": "Havana", "artist": "Eric Kupper Presents Organika", "price": 20, @@ -1505,7 +1505,7 @@ ] }, { - "id": "rec_0104", + "id": "sku_20250801001005", "title": "We Are One (Les Remixes)", "artist": "Ernest Saint Laurent Feat. Chezer\u00e9", "price": 15, @@ -1519,7 +1519,7 @@ ] }, { - "id": "rec_0105", + "id": "sku_20250328124404", "title": "Berlingo", "artist": "D'Julz", "price": 15, @@ -1533,7 +1533,7 @@ ] }, { - "id": "rec_0106", + "id": "sku_20260221235504", "title": "Blackness Of The Sea", "artist": "Deepchild", "price": 12, @@ -1547,7 +1547,7 @@ ] }, { - "id": "rec_0107", + "id": "sku_20251009025229", "title": "You Don't Notice Me", "artist": "Etienne Br\u00e9nche", "price": 12, @@ -1561,7 +1561,7 @@ ] }, { - "id": "rec_0108", + "id": "sku_20250406094801", "title": "K-Scope 4", "artist": "Eric Kupper Presents K-Scope (2)", "price": 15, @@ -1575,7 +1575,7 @@ ] }, { - "id": "rec_0109", + "id": "sku_20250606124303", "title": "Notes From The Underground Part 3", "artist": "Freaks", "price": 15, @@ -1589,7 +1589,7 @@ ] }, { - "id": "rec_0110", + "id": "sku_20250223163203", "title": "Sound Effects For Clubs & DJs Vol. 2", "artist": "Flower S.E. Productions", "price": 30, @@ -1603,7 +1603,7 @@ ] }, { - "id": "rec_0111", + "id": "sku_20250816015945", "title": "House Of LZ", "artist": "Faze II", "price": 30, @@ -1617,7 +1617,7 @@ ] }, { - "id": "rec_0112", + "id": "sku_20260304060646", "title": "In The Trees (Carl Craig Unreleased Mixes)", "artist": "Faze Action", "price": 90, @@ -1631,7 +1631,7 @@ ] }, { - "id": "rec_0113", + "id": "sku_20250424111303", "title": "Unbreakable / First Fruit", "artist": "Felix Dickinson & Nick The Record", "price": 20, @@ -1645,7 +1645,7 @@ ] }, { - "id": "rec_0114", + "id": "sku_20250824043324", "title": "Voyage EP", "artist": "Flow", "price": 80, @@ -1659,7 +1659,7 @@ ] }, { - "id": "rec_0115", + "id": "sku_20250409112205", "title": "Midnite Sun", "artist": "Frankie Valentine", "price": 20, @@ -1673,7 +1673,7 @@ ] }, { - "id": "rec_0116", + "id": "sku_20250420114001", "title": "Untitled", "artist": "Freestyle Man", "price": 40, @@ -1687,7 +1687,7 @@ ] }, { - "id": "rec_0117", + "id": "sku_20250815061653", "title": "Open Up", "artist": "Free Radikalz, The", "price": 35, @@ -1701,7 +1701,7 @@ ] }, { - "id": "rec_0118", + "id": "sku_20250927044701", "title": "Do I", "artist": "French Connection, The", "price": 12, @@ -1715,7 +1715,7 @@ ] }, { - "id": "rec_0119", + "id": "sku_20260405023654", "title": "Entertainment", "artist": "Floppy Sounds Feat. Sarah Jones", "price": 20,