Animate episode thumbnails on hover

This commit is contained in:
Dymas
2026-09-15 16:25:18 +02:00
parent 2597aeaf1d
commit b19eb7b958
7 changed files with 98 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ h-player is a small local web app for browsing a folder-based private video coll
The sidebar holds app navigation, search, and rescanning controls. Movies and series appear in the main collection grid, similar to Jellyfin-style library browsing. Selecting a collection card opens that movie or series folder with its metadata, seasons, episodes, and playable files.
Episodes are shown as thumbnail cards. h-player generates cached animated WebP thumbnails with `ffmpeg` when a thumbnail does not already exist, including thumbnails for newly added episodes discovered during scans. Clicking an episode opens it in the fullscreen player. `Play all` starts a playlist for the selected movie or series and advances through each episode in order.
Episodes are shown as a compact list with cached thumbnails. h-player generates both still JPEG thumbnails and animated WebP thumbnails with `ffmpeg` when thumbnails do not already exist, including thumbnails for newly added episodes discovered during scans. The still image is shown by default, and the animated thumbnail plays while hovering or focusing an episode. Clicking an episode opens it in the fullscreen player. `Play all` sits above the episode list and starts a playlist for the selected movie or series.
## Folder Layout