[object Object]

← back to Beverlyhillsvideos

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

f4258dd35da9155e8959c8e24d06e27732c51c68 · 2026-08-05 17:33:02 -0700 · Steve Abrams

Files touched

Diff

commit f4258dd35da9155e8959c8e24d06e27732c51c68
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 17:33:02 2026 -0700

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json                          |   7 +++++++
 data/heygen-batch.jsonl                  |   7 ++++---
 public/video/sugarfish-beverly-hills.jpg | Bin 0 -> 66582 bytes
 public/videos.html                       |   6 ++++++
 4 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/data/films.json b/data/films.json
index 0329710..1297977 100644
--- a/data/films.json
+++ b/data/films.json
@@ -192,5 +192,12 @@
   "blurb": "Atop The Maybourne, Dante is Beverly Hills' most glamorous rooftop — Italian coastal cooking,…",
   "src": "/video/dante-beverly-hills.mp4",
   "poster": "/video/dante-beverly-hills.jpg"
+ },
+ {
+  "name": "Sugarfish Beverly Hills",
+  "slug": "sugarfish-beverly-hills",
+  "blurb": "On Canon Drive, Sugarfish brought chef Kazunori Nozawa's philosophy to everyone — warm rice,…",
+  "src": "/video/sugarfish-beverly-hills.mp4",
+  "poster": "/video/sugarfish-beverly-hills.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index 421a628..12e0657 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -26,6 +26,7 @@
 {"name":"The Blvd","slug":"the-blvd","session_id":"93be554755734e6dbcb7493032ebe666","video_id":"480886f87a0b4d668de7b6de84865400","status":"completed","downloaded":true,"duration":18.9,"est_cost":0.64}
 {"name":"Georgie","slug":"georgie","session_id":"d78c6a5987944743a7c8c411926c637e","video_id":"bc01e1203ca34007b1b1c63e532e667d","status":"completed","downloaded":true,"duration":19.3,"est_cost":0.65}
 {"name":"Dante Beverly Hills","slug":"dante-beverly-hills","session_id":"fe5fae491e654ec1a12d734b934f23ec","video_id":"be11630bb36d46cea09ffe03c4bf6c61","status":"completed","downloaded":true,"duration":20.7,"est_cost":0.7}
-{"name":"Urasawa","slug":"urasawa","session_id":"68eb56f973fc4d189dd3f05964451937","video_id":"759828773d914cf1a3b3c041d2dd0fc3","status":"generating","downloaded":false}
-{"name":"Sugarfish Beverly Hills","slug":"sugarfish-beverly-hills","session_id":"acc6324e70904834988a02fed7f72530","video_id":"5a612d07bc6f4df584266b747518505b","status":"generating","downloaded":false}
-{"name":"Tempura Endo","slug":"tempura-endo","session_id":"a7b17943150c401485d7973639c7f51f","video_id":"e47fcb5f0ac5489e89a960768f956e60","status":"generating","downloaded":false}
+{"name":"Urasawa","slug":"urasawa","session_id":"68eb56f973fc4d189dd3f05964451937","video_id":"759828773d914cf1a3b3c041d2dd0fc3","status":"processing","downloaded":false}
+{"name":"Sugarfish Beverly Hills","slug":"sugarfish-beverly-hills","session_id":"acc6324e70904834988a02fed7f72530","video_id":"5a612d07bc6f4df584266b747518505b","status":"completed","downloaded":true,"duration":20.3,"est_cost":0.68}
+{"name":"Tempura Endo","slug":"tempura-endo","session_id":"a7b17943150c401485d7973639c7f51f","video_id":"e47fcb5f0ac5489e89a960768f956e60","status":"processing","downloaded":false}
+{"name":"Frida Beverly Hills","slug":"frida-beverly-hills","session_id":"04bcc1f8172a4be7a418cdb0697358a3","video_id":"3735c5e9cd5c49d488aedd2350a4a8a4","status":"generating","downloaded":false}
diff --git a/public/video/sugarfish-beverly-hills.jpg b/public/video/sugarfish-beverly-hills.jpg
new file mode 100644
index 0000000..ebeb6ec
Binary files /dev/null and b/public/video/sugarfish-beverly-hills.jpg differ
diff --git a/public/videos.html b/public/videos.html
index d4cd167..d15dad3 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -229,6 +229,12 @@
         </video>
         <figcaption><strong>Dante Beverly Hills</strong><span>Atop The Maybourne, Dante is Beverly Hills' most glamorous rooftop — Italian coastal cooking,…</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/sugarfish-beverly-hills.jpg">
+          <source src="/video/sugarfish-beverly-hills.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Sugarfish Beverly Hills</strong><span>On Canon Drive, Sugarfish brought chef Kazunori Nozawa's philosophy to everyone — warm rice,…</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>

← 5d55554 films: integrate completed restaurant film(s) [auto]  ·  back to Beverlyhillsvideos  ·  films: integrate completed restaurant film(s) [auto] 78acc3a →