Add episode thumbnails and playlist player
This commit is contained in:
+6
-6
@@ -26,17 +26,12 @@
|
||||
<span>Search collection</span>
|
||||
<input id="searchInput" type="search" placeholder="Title, folder, file" autocomplete="off">
|
||||
</label>
|
||||
<div class="sidebar-note">
|
||||
<span class="sidebar-note__label">Library view</span>
|
||||
<p>Browse folders from the main collection grid.</p>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<main class="layout">
|
||||
<header class="toolbar">
|
||||
<div>
|
||||
<h2>Collection</h2>
|
||||
<p id="libraryPath" class="muted"></p>
|
||||
</div>
|
||||
<button id="backBtn" class="ghost hidden" type="button">Collection</button>
|
||||
</header>
|
||||
@@ -44,12 +39,17 @@
|
||||
<section id="details" class="details">
|
||||
<div class="empty">
|
||||
<h2>No titles found</h2>
|
||||
<p>Mount or create a Library folder with one folder per movie or series.</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div id="playerOverlay" class="player-overlay hidden">
|
||||
<button id="closePlayerBtn" class="player-close" type="button">Close</button>
|
||||
<video id="playerVideo" class="player-video" controls autoplay></video>
|
||||
<div id="playerNowPlaying" class="player-now-playing"></div>
|
||||
</div>
|
||||
|
||||
<template id="titleCardTemplate">
|
||||
<button class="title-card" type="button">
|
||||
<span class="title-card__poster">
|
||||
|
||||
Reference in New Issue
Block a user