summaryrefslogtreecommitdiff
path: root/Magefile.go
AgeCommit message (Collapse)Author
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow
2026-05-06Enable -race and -count=1 in mage Test targetPaul Buetow
Adds the Go race detector to the default Test target in Magefile.go and includes -count=1 to avoid stale cached results. This improves reliability for concurrent code paths and CI runs. Refs: v0
2026-05-04task l: rename binary from mediaplayer to playerPaul Buetow
2026-05-01add readme and so onPaul Buetow
2026-05-01Minimalist UI: hide all elements until activated; add help modal and ↵Paul Buetow
keyboard shortcuts - Redesign UI to be invisible by default: only header + '?' button shown - Press m to show sidebar, t for toolbar, / for search, ? for help - Add help modal with all keyboard shortcuts - Fix scanner to skip corrupt/unprobeable files instead of aborting - Fix scanner to skip thumbnail errors instead of aborting - Fix rescan to use background context so it completes after HTTP response - Rename project from KISS Media Player to Player
2026-04-29feat: Create Dockerfile, k8s manifests, and Magefile.go with ↵Paul Buetow
build/test/install targets (p9)