diff --git a/viewer/public/data/MIT Regressions intro captions.vtt b/viewer/public/data/MIT Regressions intro captions.vtt
index a89912f..cc169ac 100644
--- a/viewer/public/data/MIT Regressions intro captions.vtt
+++ b/viewer/public/data/MIT Regressions intro captions.vtt
@@ -2,9 +2,6 @@ WEBVTT
Kind: captions
Language: en
-00:00:01.550 --> 00:00:03.361
-["The Vanishing American Family" by ScubaZ]
-
00:00:14.068 --> 00:00:16.837
The Massachusetts Institute of Technology began with a promise.
diff --git a/viewer/public/data/MIT Regressions intro metadata.vtt b/viewer/public/data/MIT Regressions intro metadata.vtt
index a89912f..ba9e4e6 100644
--- a/viewer/public/data/MIT Regressions intro metadata.vtt
+++ b/viewer/public/data/MIT Regressions intro metadata.vtt
@@ -2,42 +2,7 @@ WEBVTT
Kind: captions
Language: en
-00:00:01.550 --> 00:00:03.361
-["The Vanishing American Family" by ScubaZ]
-
-00:00:14.068 --> 00:00:16.837
-The Massachusetts Institute of Technology began with a promise.
-
-00:00:19.252 --> 00:00:21.331
-A promise that with a devotion to technology,
-
-00:00:22.008 --> 00:00:23.735
-through rigorous study of math and science,
-
-00:00:23.939 --> 00:00:25.504
-we can engineer a better tomorrow.
-
-00:00:26.603 --> 00:00:27.599
-we can make
-
-00:00:27.599 --> 00:00:30.000
-a Better World.
-
-00:00:34.095 --> 00:00:35.347
-In this story,
-
-00:00:35.347 --> 00:00:37.242
-we ask a simple question.
-
-00:00:39.045 --> 00:00:40.283
-Have we kept our promise?
-
-00:01:07.526 --> 00:01:10.121
-MIT was founded in 1861.
-
-00:01:10.121 --> 00:01:13.448
-But the Institute as we know it today was born in 1941.
-
-00:01:13.448 --> 00:01:15.448
-December 7th, 1941.
+NOTE We could have a separation between MUSIC SOURCE, VIDEO SOURCE, NARRATION SOURCE, COMMENTARY, and TRANSCRIPT.
+00:00:01.550 --> 00:01:15.448
+["The Vanishing American Family" by ScubaZ]
\ No newline at end of file
diff --git a/viewer/src/components/Player.tsx b/viewer/src/components/Player.tsx
index 696ceb1..d156fa9 100644
--- a/viewer/src/components/Player.tsx
+++ b/viewer/src/components/Player.tsx
@@ -7,7 +7,7 @@ import { Player as WebVttPlayer } from "webvtt-player";
// functional component PlayerReact that uses ReactPlayer
// TODO: parameterize video source and VTT source with props (general spec for 3rd party use!). must define spec.
export default function Player() {
-
+
// get files in directory "../../data" without using fs
const router = useRouter();
@@ -38,10 +38,17 @@ export default function Player() {
}}
/>
-
+
+ {/* div "control-panel" has multiple buttons for displaying settings on WebVttPlayer */}
+