[object Object]

← back to Beverlyhillsvideos

films: integrate completed restaurant film(s) [auto]

01ca9de459f0e1112d45b7a7fb7b1bfeb8a1660b · 2026-08-05 19:15:30 -0700 · Steve Abrams

Files touched

Diff

commit 01ca9de459f0e1112d45b7a7fb7b1bfeb8a1660b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 19:15:30 2026 -0700

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json         |  14 ++++++++++++++
 data/heygen-batch.jsonl |   4 ++--
 public/video/kazan.jpg  | Bin 0 -> 59315 bytes
 public/video/xi-an.jpg  | Bin 0 -> 49674 bytes
 public/videos.html      |  12 ++++++++++++
 5 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/data/films.json b/data/films.json
index dda674f..8faa7c6 100644
--- a/data/films.json
+++ b/data/films.json
@@ -332,5 +332,19 @@
   "blurb": "On South Beverly Drive, Piccolo Paradiso is the warm, family-run Italian the neighborhood adores —…",
   "src": "/video/piccolo-paradiso.mp4",
   "poster": "/video/piccolo-paradiso.jpg"
+ },
+ {
+  "name": "Kazan",
+  "slug": "kazan",
+  "blurb": "On La Cienega, Kazan is a Michelin Bib Gourmand ramen house — rich, soulful bowls and Japanese…",
+  "src": "/video/kazan.mp4",
+  "poster": "/video/kazan.jpg"
+ },
+ {
+  "name": "Xi'an",
+  "slug": "xi-an",
+  "blurb": "On Canon Drive since 1996, Xi'an is Beverly Hills' beloved healthy Chinese institution — lighter,…",
+  "src": "/video/xi-an.mp4",
+  "poster": "/video/xi-an.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index 34253cf..d67334d 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -46,5 +46,5 @@
 {"name":"Miura","slug":"miura","session_id":"19d3d3d0f3534f7ab5940b9370b93b9c","video_id":"b9e566fe26234bdbb71b270210401f18","status":"completed","downloaded":true,"duration":22.2,"est_cost":0.75}
 {"name":"South Beverly Grill","slug":"south-beverly-grill","session_id":"32524983cab34ed496d600a927cbbfd9","video_id":"acdab8a18ea04f5f9b8a6672cec99076","status":"completed","downloaded":true,"duration":18.5,"est_cost":0.62}
 {"name":"Piccolo Paradiso","slug":"piccolo-paradiso","session_id":"ee03ff2ac68b445b929e63fcb79e10a1","video_id":"d91106c27d09494c9146532a9444fab8","status":"completed","downloaded":true,"duration":19.8,"est_cost":0.67}
-{"name":"Kazan","slug":"kazan","session_id":"68e3e3e2f02d43ae891d732d965988b8","video_id":"9d92d5b962584207a55bf3a37142c688","status":"generating","downloaded":false}
-{"name":"Xi'an","slug":"xi-an","session_id":"048ab5e7874b43c0a02d0853afedb1c0","video_id":"66af892704e743fdb422176ee0cc76ef","status":"generating","downloaded":false}
+{"name":"Kazan","slug":"kazan","session_id":"68e3e3e2f02d43ae891d732d965988b8","video_id":"9d92d5b962584207a55bf3a37142c688","status":"completed","downloaded":true,"duration":20.9,"est_cost":0.7}
+{"name":"Xi'an","slug":"xi-an","session_id":"048ab5e7874b43c0a02d0853afedb1c0","video_id":"66af892704e743fdb422176ee0cc76ef","status":"completed","downloaded":true,"duration":21.1,"est_cost":0.71}
diff --git a/public/video/kazan.jpg b/public/video/kazan.jpg
new file mode 100644
index 0000000..596d4aa
Binary files /dev/null and b/public/video/kazan.jpg differ
diff --git a/public/video/xi-an.jpg b/public/video/xi-an.jpg
new file mode 100644
index 0000000..5906cac
Binary files /dev/null and b/public/video/xi-an.jpg differ
diff --git a/public/videos.html b/public/videos.html
index 8a34c68..91c5f21 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -349,6 +349,18 @@
         </video>
         <figcaption><strong>Piccolo Paradiso</strong><span>On South Beverly Drive, Piccolo Paradiso is the warm, family-run Italian the neighborhood adores —…</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/kazan.jpg">
+          <source src="/video/kazan.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Kazan</strong><span>On La Cienega, Kazan is a Michelin Bib Gourmand ramen house — rich, soulful bowls and Japanese…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/xi-an.jpg">
+          <source src="/video/xi-an.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Xi'an</strong><span>On Canon Drive since 1996, Xi'an is Beverly Hills' beloved healthy Chinese institution — lighter,…</span></figcaption>
+      </figure>
     </div>
   </div></section>
   <div class="wrap"><!-- ad: set ADSENSE_SLOT in build.mjs to enable in-content units (Auto Ads works without this) --></div>

← d4ce2d0 films: integrate completed restaurant film(s) [auto]  ·  back to Beverlyhillsvideos  ·  films: fix CUT + Mastro's integration (had undefined slug -> 80e43a0 →