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

823 B
Raw Permalink Blame History

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).