Skip to content

Releases: skmtkytr/starplayer

Star Player v0.0.1

29 Mar 02:13
8964340

Choose a tag to compare

Initial Release

Cross-platform video player with workspace-based library management.

Features

  • Workspace management - Register local directories or UNC paths, auto-scan for video files
  • Smart playlists - Filter-based playlists (filename contains, extension equals, workspace, etc.)
  • Built-in video player - Tauri asset protocol, Range request support
  • Playback modes - Sequential, Random, Repeat
  • Series detection - Auto-detect series name/episode from filenames (S01E02, EP03, #04, etc.)
  • Keyboard shortcuts - Space (pause), n (next), f (fullscreen), Ctrl+arrows (seek 1min), arrows (seek 5s)
  • Cross-platform - Windows, macOS, Linux

Tech Stack

  • Tauri v2 + React + TypeScript
  • SQLite for library/playlist storage
  • Rust backend with async file scanning