[object Object]

← back to Beverlyhillsvideos

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

443285006bb59b16e0524cafb0e81cf79e905098 · 2026-08-05 18:24:52 -0700 · Steve Abrams

Files touched

Diff

commit 443285006bb59b16e0524cafb0e81cf79e905098
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 18:24:52 2026 -0700

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json                     |  21 +++++++++++++++++++++
 data/heygen-batch.jsonl             |   9 ++++++---
 public/video/88-club.jpg            | Bin 0 -> 66106 bytes
 public/video/azur-beverly-hills.jpg | Bin 0 -> 64258 bytes
 public/video/bad-roman.jpg          | Bin 0 -> 145090 bytes
 public/videos.html                  |  18 ++++++++++++++++++
 6 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/data/films.json b/data/films.json
index 52e5484..fdbb2a8 100644
--- a/data/films.json
+++ b/data/films.json
@@ -262,5 +262,26 @@
   "blurb": "On Wilshire Boulevard, Ocean Prime is a glamorous surf-and-turf destination — prime steaks,…",
   "src": "/video/ocean-prime.mp4",
   "poster": "/video/ocean-prime.jpg"
+ },
+ {
+  "name": "Azur Beverly Hills",
+  "slug": "azur-beverly-hills",
+  "blurb": "New to Canon Drive, Azur brings the French Riviera to Beverly Hills — sun-washed Mediterranean…",
+  "src": "/video/azur-beverly-hills.mp4",
+  "poster": "/video/azur-beverly-hills.jpg"
+ },
+ {
+  "name": "Bad Roman",
+  "slug": "bad-roman",
+  "blurb": "In the former Palm space on Canon Drive, Bad Roman is theatrical, over-the-top Italian-American —…",
+  "src": "/video/bad-roman.mp4",
+  "poster": "/video/bad-roman.jpg"
+ },
+ {
+  "name": "88 Club",
+  "slug": "88-club",
+  "blurb": "On Santa Monica Boulevard, 88 Club is Beverly Hills' glamorous take on the Chinese supper club —…",
+  "src": "/video/88-club.mp4",
+  "poster": "/video/88-club.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index c2e0a48..ba0e7c8 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -36,6 +36,9 @@
 {"name":"Wolfgang's Steakhouse Beverly Hills","slug":"wolfgang-s-steakhouse-beverly-hills","session_id":"9bc1ccc247124efc8d8129027367b8fc","video_id":"acd46a2c9ca5455896cc633f8d372317","status":"completed","downloaded":true,"duration":18.8,"est_cost":0.63}
 {"name":"Marea","slug":"marea","session_id":"c6720ce913f84d0e8fd574610c8dd6e4","video_id":"51620a6dc21a421bb69bc36476f68a8f","status":"completed","downloaded":true,"duration":23.4,"est_cost":0.79}
 {"name":"Ocean Prime","slug":"ocean-prime","session_id":"a614ef8dd20a4567b7e7fde123a45fad","video_id":"b53dc2d83a4748cca6b8cfc74f663823","status":"completed","downloaded":true,"duration":19.2,"est_cost":0.65}
-{"name":"Azur Beverly Hills","slug":"azur-beverly-hills","session_id":"a70c7eb05f3c4f329d65f87f5a9829e5","video_id":"3ed58a87200c43fd94106be9e39cb130","status":"generating","downloaded":false}
-{"name":"Bad Roman","slug":"bad-roman","session_id":"7b6b193e26a44dc2b882e23ce19829e8","video_id":"b71507c67fd24038858fb573a0fae12d","status":"generating","downloaded":false}
-{"name":"88 Club","slug":"88-club","session_id":"fde182af5ca0425e831488489d33f1c8","video_id":"95ec4aa8c8d34be084eccc4dcf61b165","status":"generating","downloaded":false}
+{"name":"Azur Beverly Hills","slug":"azur-beverly-hills","session_id":"a70c7eb05f3c4f329d65f87f5a9829e5","video_id":"3ed58a87200c43fd94106be9e39cb130","status":"completed","downloaded":true,"duration":18.2,"est_cost":0.61}
+{"name":"Bad Roman","slug":"bad-roman","session_id":"7b6b193e26a44dc2b882e23ce19829e8","video_id":"b71507c67fd24038858fb573a0fae12d","status":"completed","downloaded":true,"duration":23.6,"est_cost":0.8}
+{"name":"88 Club","slug":"88-club","session_id":"fde182af5ca0425e831488489d33f1c8","video_id":"95ec4aa8c8d34be084eccc4dcf61b165","status":"completed","downloaded":true,"duration":19.4,"est_cost":0.65}
+{"name":"The Rooftop by JG","slug":"the-rooftop-by-jg","session_id":"3f412d461fbb4f0eabd05d566054baf6","video_id":"e2e626910cb84e6c83508e494be316ef","status":"generating","downloaded":false}
+{"name":"The Hideaway","slug":"the-hideaway","session_id":"be3391a420c9464696998a63663fdc1a","video_id":"216b59c7a2a040c392a8d4d96ddce8b5","status":"generating","downloaded":false}
+{"name":"Fogo de Chao","slug":"fogo-de-chao","session_id":"14078e86031c4d08861588f9c9668657","video_id":"ad5cacd62ea54b12a4bd2a3b49c3424d","status":"generating","downloaded":false}
diff --git a/public/video/88-club.jpg b/public/video/88-club.jpg
new file mode 100644
index 0000000..f5a2fbc
Binary files /dev/null and b/public/video/88-club.jpg differ
diff --git a/public/video/azur-beverly-hills.jpg b/public/video/azur-beverly-hills.jpg
new file mode 100644
index 0000000..7b9b687
Binary files /dev/null and b/public/video/azur-beverly-hills.jpg differ
diff --git a/public/video/bad-roman.jpg b/public/video/bad-roman.jpg
new file mode 100644
index 0000000..a49db41
Binary files /dev/null and b/public/video/bad-roman.jpg differ
diff --git a/public/videos.html b/public/videos.html
index e655f99..3fa8ab9 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -289,6 +289,24 @@
         </video>
         <figcaption><strong>Ocean Prime</strong><span>On Wilshire Boulevard, Ocean Prime is a glamorous surf-and-turf destination — prime steaks,…</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/azur-beverly-hills.jpg">
+          <source src="/video/azur-beverly-hills.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Azur Beverly Hills</strong><span>New to Canon Drive, Azur brings the French Riviera to Beverly Hills — sun-washed Mediterranean…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/bad-roman.jpg">
+          <source src="/video/bad-roman.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Bad Roman</strong><span>In the former Palm space on Canon Drive, Bad Roman is theatrical, over-the-top Italian-American —…</span></figcaption>
+      </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/88-club.jpg">
+          <source src="/video/88-club.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>88 Club</strong><span>On Santa Monica Boulevard, 88 Club is Beverly Hills' glamorous take on the Chinese supper club —…</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>

← c8654b5 films: integrate completed restaurant film(s) [auto]  ·  back to Beverlyhillsvideos  ·  films: integrate completed restaurant film(s) [auto] ef63e40 →