index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
scanner
/
scanner.go
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-10
refactor(service,scanner): return concrete types from constructors
Paul Buetow
2026-05-09
s1 add media rescan hotkey and progress indicator
Paul Buetow
2026-05-09
Refine media browsing and set covers
Paul Buetow
2026-05-06
Split scanSet into smaller helpers and fix mockFS SkipDir (task y0)
Paul Buetow
2026-05-06
Make file indexing concurrent with worker pool in scanner
Paul Buetow
2026-05-06
fix(scanner, browse): fallback to original image when thumbnail generation fa...
Paul Buetow
2026-05-04
task 7: refactor oversized functions into helpers
Paul Buetow
2026-05-04
task 9: Centralize file extension and media type mappings in internal/mediatype
Paul Buetow
2026-05-03
Task 8: standardize scanner and handler logging
Paul Buetow
2026-05-03
fix(admin): fix rescan goroutine lifecycle and race on shared ScanProgress
Paul Buetow
2026-05-02
fix detached playback and scan progress
Paul Buetow
2026-05-02
more on this
Paul Buetow
2026-05-01
add readme and so on
Paul Buetow
2026-05-01
Add support for audiobook/cover images with ancestor lookup and fix keyboard ...
Paul Buetow
2026-05-01
Add cover image detection for audio files in scanner
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-05-01
Minimalist UI: hide all elements until activated; add help modal and keyboard...
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-30
refactor: split repository.Store into focused interfaces
Paul Buetow
2026-04-29
feat: implement filesystem scanner
Paul Buetow
2026-04-28
h9: scaffold go project structure
Paul Buetow