Commit Graph

12 Commits

Author SHA1 Message Date
953366ed63 feat(video-player): add muted prop to VideoPlayer and handle mute state in playback 2026-03-14 02:31:40 +01:00
81df6eb8ff feat: add access control to channels with various modes
- Introduced AccessMode enum to define channel access levels: Public, PasswordProtected, AccountRequired, and OwnerOnly.
- Updated Channel and ProgrammingBlock entities to include access_mode and access_password_hash fields.
- Enhanced create and update channel functionality to handle access mode and password.
- Implemented access checks in channel routes based on the defined access modes.
- Modified frontend components to support channel creation and editing with access control options.
- Added ChannelPasswordModal for handling password input when accessing restricted channels.
- Updated API calls to include channel and block passwords as needed.
- Created database migrations to add access_mode and access_password_hash columns to channels table.
2026-03-14 01:45:10 +01:00
924e162563 feat(video-player): enable AirPlay support for video player component 2026-03-14 01:16:26 +01:00
79ced7b77b feat(tv): update video player to handle ended event and improve channel navigation 2026-03-12 04:19:56 +01:00
f069376136 feat: add interaction handling for autoplay block in video player 2026-03-12 02:35:02 +01:00
ee64fc0b8a feat: enhance schedule slot handling with episode details and duration calculation 2026-03-11 22:30:05 +01:00
62549faffa feat: add buffering spinner to VideoPlayer component 2026-03-11 22:06:10 +01:00
b2f40054fc feat: add subtitle track support to VideoPlayer and integrate with TvPage 2026-03-11 21:55:20 +01:00
f6ff65094b feat: enhance MediaItem with additional episode details and update ChannelInfo component 2026-03-11 21:45:11 +01:00
b813594059 feat: implement HLS streaming support in VideoPlayer and enhance stream URL handling 2026-03-11 20:51:06 +01:00
4789dca679 feat: enhance stream URL handling and add initial offset support in VideoPlayer 2026-03-11 19:51:51 +01:00
01108aa23e feat: initialize k-tv-frontend with Next.js and Tailwind CSS
- Added package.json with dependencies and scripts for development, build, and linting.
- Created postcss.config.mjs for Tailwind CSS integration.
- Added SVG assets for UI components including file, globe, next, vercel, and window icons.
- Configured TypeScript with tsconfig.json for strict type checking and module resolution.
2026-03-11 19:13:21 +01:00