[object Object]

← back to Beverlyhillsvideos

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

e061461ea99b818946fbda92e936bae01b64d83d · 2026-08-05 16:04:41 -0700 · Steve Abrams

Files touched

Diff

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

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json                  |  21 +++++++++++++++++++++
 data/heygen-batch.jsonl          |   9 ++++++---
 public/video/the-belvedere.jpg   | Bin 0 -> 78988 bytes
 public/video/the-polo-lounge.jpg | Bin 0 -> 56101 bytes
 public/video/wally-s.jpg         | Bin 0 -> 79464 bytes
 public/videos.html               |  18 ++++++++++++++++++
 6 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/data/films.json b/data/films.json
index 2b3a316..6a61922 100644
--- a/data/films.json
+++ b/data/films.json
@@ -75,5 +75,26 @@
   "blurb": "On Beverly Drive since 1945, Nate 'n Al's is the beloved deli of Beverly Hills.",
   "src": "/video/nate-n-al-s.mp4",
   "poster": "/video/nate-n-al-s.jpg"
+ },
+ {
+  "name": "Wally's",
+  "slug": "wally-s",
+  "blurb": "On Canon Drive, Wally's pairs a world-class wine list with polished market cuisine. What began as a…",
+  "src": "/video/wally-s.mp4",
+  "poster": "/video/wally-s.jpg"
+ },
+ {
+  "name": "The Polo Lounge",
+  "slug": "the-polo-lounge",
+  "blurb": "Inside the pink-and-green Beverly Hills Hotel, the Polo Lounge is old Hollywood itself. Since 1941,…",
+  "src": "/video/the-polo-lounge.mp4",
+  "poster": "/video/the-polo-lounge.jpg"
+ },
+ {
+  "name": "The Belvedere",
+  "slug": "the-belvedere",
+  "blurb": "At the Peninsula Beverly Hills, The Belvedere is refined hotel dining at its finest. A jewel-box…",
+  "src": "/video/the-belvedere.mp4",
+  "poster": "/video/the-belvedere.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index f13ff92..12a4449 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -11,6 +11,9 @@
 {"name":"E. Baldi","slug":"e-baldi","session_id":"65242110a96b44b98b419bf22c27bb1e","video_id":"fcb155a079bc4f459c10af1087f2bf5f","status":"completed","downloaded":true,"duration":21.7,"est_cost":0.73}
 {"name":"La Scala","slug":"la-scala","session_id":"a3a998548c3042fd9802e619f1917f7d","video_id":"7f05c30cac6a4c80899847a782728229","status":"completed","downloaded":true,"duration":19.2,"est_cost":0.65}
 {"name":"Nate 'n Al's","slug":"nate-n-al-s","session_id":"524aa0e55f36439a8dbd892e83989f8a","video_id":"01632cd989c141f29f5c546b0726e10a","status":"completed","downloaded":true,"duration":38.8,"est_cost":1.31}
-{"name":"Wally's","slug":"wally-s","session_id":"f1b0ac441fe042b0a70655653f522d1e","video_id":"29ba8cf579954ae7b613d549d383e19f","status":"generating","downloaded":false}
-{"name":"The Polo Lounge","slug":"the-polo-lounge","session_id":"d4639bf157ae49489c64c46a292aeb15","video_id":"d339bf599ce049a4b778a72099d8c617","status":"generating","downloaded":false}
-{"name":"The Belvedere","slug":"the-belvedere","session_id":"922643743c954f55869b28470f62f790","video_id":"4f67e73b2eb94da4a2a2e3226703a072","status":"generating","downloaded":false}
+{"name":"Wally's","slug":"wally-s","session_id":"f1b0ac441fe042b0a70655653f522d1e","video_id":"29ba8cf579954ae7b613d549d383e19f","status":"completed","downloaded":true,"duration":17.7,"est_cost":0.6}
+{"name":"The Polo Lounge","slug":"the-polo-lounge","session_id":"d4639bf157ae49489c64c46a292aeb15","video_id":"d339bf599ce049a4b778a72099d8c617","status":"completed","downloaded":true,"duration":17.8,"est_cost":0.6}
+{"name":"The Belvedere","slug":"the-belvedere","session_id":"922643743c954f55869b28470f62f790","video_id":"4f67e73b2eb94da4a2a2e3226703a072","status":"completed","downloaded":true,"duration":21.6,"est_cost":0.73}
+{"name":"Steak 48","slug":"steak-48","session_id":"412fc97a27fe461c997f5ac955333c09","video_id":"6f27abcff24341fba7cd546c40177c35","status":"generating","downloaded":false}
+{"name":"Cipriani","slug":"cipriani","session_id":"0204946517ab445bab844377aa53cc91","video_id":"21ffa9dd10084597844aaa3b7de12b39","status":"generating","downloaded":false}
+{"name":"Il Cielo","slug":"il-cielo","session_id":"48ea5ae2a6b147338ec2f2b4ec3e0027","video_id":"797329d071c645918cd2fb3abe2238cf","status":"generating","downloaded":false}
diff --git a/public/video/the-belvedere.jpg b/public/video/the-belvedere.jpg
new file mode 100644
index 0000000..5796410
Binary files /dev/null and b/public/video/the-belvedere.jpg differ
diff --git a/public/video/the-polo-lounge.jpg b/public/video/the-polo-lounge.jpg
new file mode 100644
index 0000000..3f219da
Binary files /dev/null and b/public/video/the-polo-lounge.jpg differ
diff --git a/public/video/wally-s.jpg b/public/video/wally-s.jpg
new file mode 100644
index 0000000..a19e28a
Binary files /dev/null and b/public/video/wally-s.jpg differ
diff --git a/public/videos.html b/public/videos.html
index 2f315ef..ef72778 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -127,6 +127,24 @@
         </video>
         <figcaption><strong>Nate 'n Al's</strong><span>On Beverly Drive since 1945, Nate 'n Al's is the beloved deli of Beverly Hills.</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/wally-s.jpg">
+          <source src="/video/wally-s.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Wally's</strong><span>On Canon Drive, Wally's pairs a world-class wine list with polished market cuisine. What began as a…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/the-polo-lounge.jpg">
+          <source src="/video/the-polo-lounge.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>The Polo Lounge</strong><span>Inside the pink-and-green Beverly Hills Hotel, the Polo Lounge is old Hollywood itself. Since 1941,…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/the-belvedere.jpg">
+          <source src="/video/the-belvedere.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>The Belvedere</strong><span>At the Peninsula Beverly Hills, The Belvedere is refined hotel dining at its finest. A jewel-box…</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>

← 4cd852a films: pipeline trims leading gap + caps to 29s (guarantees  ·  back to Beverlyhillsvideos  ·  films: integrate completed restaurant film(s) [auto] 4462b40 →