nextav/data
tigeren 5ed3640733 feat(media-access): add media access tracking endpoint and database support
- Implement POST /api/media-access/[id]/route to track media access events: view, play, bookmark, rate
- Validate media ID and access type input with appropriate error responses
- Persist media access records in new media_access table with associated media ID and timestamp
- Add indexes on media_access for efficient querying by media ID, access type, and timestamp
- Export helper functions to track and query media access counts and recent accesses
- Add "Surprise Me" navigation link with icon in sidebar component for new discovery feature
2025-10-12 12:29:34 +00:00
..
media.db feat(media-access): add media access tracking endpoint and database support 2025-10-12 12:29:34 +00:00
videos.db feat(streaming): integrate hls.js with ArtPlayer and implement fallback chain 2025-09-18 15:52:39 +00:00