Commit Graph

3 Commits

Author SHA1 Message Date
252075ee1c feat: extract track duration and bitrate during scans 2026-04-03 02:34:07 +03:00
46c2c3fb28 feat: import library from media root and stream tracks
Add a filesystem scanner that ingests supported audio files from MEDIA_ROOT into SQLite using embedded tags with filename fallbacks. Wire startup scanning, manual rescan, and authenticated audio streaming into the backend, then connect the web player to the real stream endpoint.
2026-04-02 22:29:04 +03:00
e6a8d9411e fix: add go module checksums and ignore local binary
Record resolved Go dependencies in go.sum after enabling SQLite-backed services and ignore the locally built server.exe artifact.
2026-04-02 22:24:52 +03:00