diff --git a/media.db b/media.db index 0f26617..f5ca1e3 100644 Binary files a/media.db and b/media.db differ diff --git a/src/components/video-viewer.tsx b/src/components/video-viewer.tsx index d2b8dff..f4b2716 100644 --- a/src/components/video-viewer.tsx +++ b/src/components/video-viewer.tsx @@ -242,34 +242,7 @@ export default function VideoViewer({ {/* Title overlay */}
-
-

{getVideoTitle()}

- {(showBookmarks || showRatings) && ( -
- {showBookmarks && ( - - )} - {showRatings && ( -
- {[1, 2, 3, 4, 5].map((rating) => ( - - ))} -
- )} -
- )} -
+

{getVideoTitle()}

{/* Controls overlay */} @@ -290,6 +263,41 @@ export default function VideoViewer({ + {/* Video Info Bar (similar to photo viewer) */} +
+
+
+

{getVideoTitle()}

+

{getVideoSize()}

+
+ {(showBookmarks || showRatings) && ( +
+ {showBookmarks && ( + + )} + {showRatings && ( +
+ {[1, 2, 3, 4, 5].map((rating) => ( + + ))} +
+ )} +
+ )} +
+
+ {/* Control buttons */}