Files
nontara/apps
kenzuya 83804d9860 feat(server): add title API endpoints and metadata schemas
- Add new API models for title details and seasons in `models/api/title.ts`
- Create common, movie, and series metadata schemas in `models/internals/metadata/`
- Implement title router with endpoints for details and season episodes in `routes/title.ts`
- Update main.ts to include the new title routes

This introduces functionality to fetch detailed information about movies and series, including cast, crew, genres, and episode data for series.
2025-10-30 15:33:30 +00:00
..