[object Object]

← back to Beverlyhillsvideos

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

8759167ee7f3dd3bf4be51b98c7e2b5665c2bbbd · 2026-08-05 16:41:25 -0700 · Steve Abrams

Files touched

Diff

commit 8759167ee7f3dd3bf4be51b98c7e2b5665c2bbbd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 16:41:25 2026 -0700

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json            |  12 ++++++++++++
 data/heygen-batch.jsonl    |   7 +++++--
 public/video/undefined.jpg | Bin 0 -> 58030 bytes
 public/videos.html         |  12 ++++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/data/films.json b/data/films.json
index a2632cc..c06bbd5 100644
--- a/data/films.json
+++ b/data/films.json
@@ -117,5 +117,17 @@
   "blurb": "The Venetian legend arrives in Beverly Hills. Cipriani brings its Bellinis, its carpaccio, and its…",
   "src": "/video/cipriani.mp4",
   "poster": "/video/cipriani.jpg"
+ },
+ {
+  "name": "CUT by Wolfgang Puck",
+  "blurb": "Inside the Beverly Wilshire, CUT is Wolfgang Puck's Michelin-starred modern steakhouse — the room…",
+  "src": "/video/undefined.mp4",
+  "poster": "/video/undefined.jpg"
+ },
+ {
+  "name": "Mastro's Steakhouse Beverly Hills",
+  "blurb": "On North Canon Drive, Mastro's is the steakhouse where Beverly Hills celebrates — live music, the…",
+  "src": "/video/undefined.mp4",
+  "poster": "/video/undefined.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index 745d5a2..86c819a 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -1,6 +1,6 @@
 {"name":"Spago Beverly Hills","session_id":"27ab0fe429764112a47decaf1e42f22e","video_id":"eb53be3269ed4579865a0a38b5f2335c","status":"completed","integrated":true}
-{"name":"CUT by Wolfgang Puck","session_id":"df26bc4723474c11a2b3ec08d74909d2","video_id":"7b5ca4de01d44f9ea156c46c8deb1d13","status":"generating"}
-{"name":"Mastro's Steakhouse Beverly Hills","session_id":"fa9ff2f7f5444adb98e765d18d1056f5","video_id":"e923ad16427345e7ad84f0826c3544b6","status":"generating"}
+{"name":"CUT by Wolfgang Puck","session_id":"df26bc4723474c11a2b3ec08d74909d2","video_id":"7b5ca4de01d44f9ea156c46c8deb1d13","status":"completed","duration":51.2,"downloaded":true,"est_cost":1.73}
+{"name":"Mastro's Steakhouse Beverly Hills","session_id":"fa9ff2f7f5444adb98e765d18d1056f5","video_id":"e923ad16427345e7ad84f0826c3544b6","status":"completed","duration":45.7,"downloaded":true,"est_cost":1.54}
 {"name":"Funke","slug":"funke","session_id":"05de31a9968241ef904cf38a9a082ce7","video_id":"32d03f1f16eb462aab10acdc3e96c4e4","status":"completed","downloaded":true,"duration":19.6,"est_cost":0.66}
 {"name":"Mr. Chow","slug":"mr-chow","session_id":"551d71d5c8564bcdb63ed9e4e407db7e","video_id":"fa5ab6c7766c4517ae5b9b690dbdf421","status":"completed","downloaded":true,"duration":20.6,"est_cost":0.69}
 {"name":"Il Pastaio","slug":"il-pastaio","session_id":"098a086e1584412fab98adb3934d641e","video_id":"91a3d292d7a14d5ba564ac09198d5a9b","status":"completed","downloaded":true,"duration":15.5,"est_cost":0.52}
@@ -17,3 +17,6 @@
 {"name":"Steak 48","slug":"steak-48","session_id":"412fc97a27fe461c997f5ac955333c09","video_id":"6f27abcff24341fba7cd546c40177c35","status":"completed","downloaded":true,"duration":21.7,"est_cost":0.73}
 {"name":"Cipriani","slug":"cipriani","session_id":"0204946517ab445bab844377aa53cc91","video_id":"21ffa9dd10084597844aaa3b7de12b39","status":"completed","downloaded":true,"duration":27.8,"est_cost":0.94}
 {"name":"Il Cielo","slug":"il-cielo","session_id":"48ea5ae2a6b147338ec2f2b4ec3e0027","video_id":"797329d071c645918cd2fb3abe2238cf","status":"completed","downloaded":true,"duration":18.3,"est_cost":0.62}
+{"name":"Nozawa Bar","slug":"nozawa-bar","session_id":"ba4983b6d1a5416085444fa799809ecb","video_id":"bdc432943fd043be8ab7506fcba3d8f3","status":"generating","downloaded":false}
+{"name":"Somni","slug":"somni","session_id":"df1376877b20448c85c5dc8f256ac9ee","video_id":"e9ce942ce2c9435583989389e5e76281","status":"generating","downloaded":false}
+{"name":"matu","slug":"matu","session_id":"7b995fc2d6ca4e5e99d0bc7ae634ee2a","video_id":"2ddf410ee9324bd093e3769a08039dc3","status":"generating","downloaded":false}
diff --git a/public/video/undefined.jpg b/public/video/undefined.jpg
new file mode 100644
index 0000000..e031e2b
Binary files /dev/null and b/public/video/undefined.jpg differ
diff --git a/public/videos.html b/public/videos.html
index 8a05f37..75f8f3a 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -163,6 +163,18 @@
         </video>
         <figcaption><strong>Cipriani</strong><span>The Venetian legend arrives in Beverly Hills. Cipriani brings its Bellinis, its carpaccio, and its…</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/undefined.jpg">
+          <source src="/video/undefined.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>CUT by Wolfgang Puck</strong><span>Inside the Beverly Wilshire, CUT is Wolfgang Puck's Michelin-starred modern steakhouse — the room…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/undefined.jpg">
+          <source src="/video/undefined.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Mastro's Steakhouse Beverly Hills</strong><span>On North Canon Drive, Mastro's is the steakhouse where Beverly Hills celebrates — live music, the…</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>

← 30f5e8f films: lower wallet floor to 130 to guarantee the top-50 bat  ·  back to Beverlyhillsvideos  ·  auto-save: 2026-08-05T16:43:55 (1 files) — filmgen/heygen_ba 28fc238 →