Commit Graph

5 Commits

Author SHA1 Message Date
252075ee1c feat: extract track duration and bitrate during scans 2026-04-03 02:34:07 +03:00
4d44632fbf feat: add recently played and scrobble flow 2026-04-03 02:15:57 +03:00
b16f9de6c8 feat: add subsonic token auth and starred endpoints 2026-04-02 23:14:10 +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
35abd27473 feat: add sqlite-backed auth and library services
Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
2026-04-02 22:22:38 +03:00