summaryrefslogtreecommitdiff
path: root/start.sh
AgeCommit message (Collapse)Author
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow
2026-05-09Refine media browsing and set coversPaul Buetow
2026-05-07h1: remove stale toolbar shortcut tipPaul Buetow
2026-05-07h1 fix browser auth theme shortcuts QAPaul Buetow
2026-05-04task l: rename binary from mediaplayer to playerPaul Buetow
2026-05-02fix detached playback and scan progressPaul Buetow
2026-05-02switch sidebar hotkey to s, always rebuild/rescan in start.sh, bump sw.js cachePaul Buetow
2026-05-01add readme and so onPaul Buetow
2026-05-01Improve start.sh with auto-bootstrap, rescan, and URL printingPaul Buetow
- Add stop/restart/status commands - Auto-bootstrap admin user on first run - Auto-trigger rescan if library is empty - Print connection URL and login credentials on startup - Print quick keyboard shortcut tips
2026-05-01Add support for audiobook/cover images with ancestor lookup and fix keyboard ↵Paul Buetow
navigation Backend: - Add UpdateMediaThumbnail to MediaRepo for efficient thumbnail-only updates - Update ScannerStore interface to include thumbnail update capability - Update mock implementations across repository and API layers for interface changes - Enhance scanner to detect image files in ancestor directories for audio covers - Add background goroutine for async rescan to avoid HTTP timeout Frontend: - Fix hjkl cursor keys to navigate grid properly - Implement ancestor directory cover image lookup for audiobooks Infrastructure: - Add start.sh helper script for quick server startup during development