Commit Graph

77 Commits

Author SHA1 Message Date
e5a9b99b14 feat(library): add strategy parameter for item fetching and update filter preview 2026-03-12 03:24:32 +01:00
6d1bed2ecb feat(jellyfin): enhance series fetching logic to support independent series retrieval and improve item interleaving 2026-03-12 03:21:16 +01:00
f028b1be98 feat: update media filter to support multiple series names and enhance library item fetching 2026-03-12 03:12:59 +01:00
bf07a65dcd feat(library): add media library browsing functionality
- Introduced new `library` module in the API routes to handle media library requests.
- Enhanced `AppState` to include a media provider for library interactions.
- Defined new `IMediaProvider` trait methods for listing collections, series, and genres.
- Implemented Jellyfin media provider methods for fetching collections and series.
- Added frontend components for selecting series and displaying filter previews.
- Created hooks for fetching collections, series, and genres from the library.
- Updated media filter to support series name and search term.
- Enhanced API client to handle new library-related endpoints.
2026-03-12 02:54:30 +01:00
f069376136 feat: add interaction handling for autoplay block in video player 2026-03-12 02:35:02 +01:00
4d2eeaa8c6 Revert "feat: enhance HLS stream URL generation with remuxing options for Jellyfin"
This reverts commit fa695da81b.
2026-03-12 02:30:02 +01:00
fa695da81b feat: enhance HLS stream URL generation with remuxing options for Jellyfin 2026-03-12 02:09:59 +01:00
4e1de172f7 feat: add support for user registration toggle and Traefik integration in Docker setup 2026-03-11 22:56:23 +01:00
dc29976c1f feat: add Docker configuration and environment setup for backend and frontend 2026-03-11 22:49:59 +01:00
cb49c3e50a feat: update favicon and replace logo; remove unused SVG files 2026-03-11 22:46:35 +01:00
20aed753d8 feat: enhance schedule generation with series continuity for sequential blocks 2026-03-11 22:42:44 +01:00
ee64fc0b8a feat: enhance schedule slot handling with episode details and duration calculation 2026-03-11 22:30:05 +01:00
0f1b9c11fe feat: implement configuration management and enhance user registration flow 2026-03-11 22:26:16 +01:00
62549faffa feat: add buffering spinner to VideoPlayer component 2026-03-11 22:06:10 +01:00
2caad1670d feat: add Docs link to navigation in MainLayout 2026-03-11 22:04:15 +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
d1122656f3 feat: add K-TV Channel JSON format documentation for import and export 2026-03-11 21:38:10 +01:00
37167fc19c feat: add import functionality for channel configurations and export option for channels 2026-03-11 21:37:18 +01:00
8cc3439d2e feat: implement find_all method in ChannelRepository and update related services and routes for public access 2026-03-11 21:29:33 +01:00
d7b21120c8 feat: add calcOffsetSecs utility to compute accurate elapsed seconds for broadcasts 2026-03-11 21:21:43 +01:00
477de2c49d feat: add schedule sheet and tag input components
- Implemented ScheduleSheet component to display channel schedules with a timeline view.
- Added DayRow subcomponent for rendering daily schedule slots with color coding.
- Integrated ScheduleSheet into the DashboardPage for viewing schedules of selected channels.
- Created TagInput component for managing tags with add and remove functionality.
- Updated package dependencies to include zod version 4.3.6.
2026-03-11 21:14:42 +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
c9aa36bb5f feat: enhance Jellyfin stream URL generation and improve NumberInput component 2026-03-11 19:44:48 +01:00
8d8d320a02 feat: implement authentication context and hooks for user management
- Add AuthContext to manage user authentication state and token storage.
- Create hooks for login, registration, and logout functionalities.
- Implement dashboard layout with authentication check and loading state.
- Enhance dashboard page with channel management features including create, edit, and delete channels.
- Integrate API calls for channel operations and current broadcast retrieval.
- Add stream URL resolution via server-side API route to handle redirects.
- Update TV page to utilize new hooks for channel and broadcast management.
- Refactor components for better organization and user experience.
- Update application metadata for improved branding.
2026-03-11 19:32:49 +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