VideoTools/docs/DONE.md
2025-12-04 06:04:26 -05:00

10 lines
823 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VT Player Completed Items
- Forked and rebranded from VideoTools (module path, scripts, branding) with a clean docs layout under `docs/`.
- Aligned git history with VideoTools so upstream sync and PRs are straightforward.
- Minimal player-first UX: app boots directly into a dark landing screen with centered play icon, “Load Video” button, and drop hint.
- Playlist basics: load single/multiple files or folders; prev/next navigation; list view when media is present.
- Drag-and-drop: drop files or folders anywhere to load (folders are scanned for videos).
- Player controls: play/pause, seek slider with time labels, volume/mute slider, prev/next track buttons, and session reuse for loaded media.
- Queue/convert UI removed from the surface; only player UI is exposed (legacy code still present but hidden).