tubearr/src/db/repositories
jlightner c057b6a286 feat(S01+S04): server-side pagination, search/filter, download engine hardening
S01 — Server-Side Pagination:
- Added getChannelContentPaginated() to content repository with search, filter, sort
- Channel content API now supports ?page, ?pageSize, ?search, ?status, ?contentType, ?sortBy, ?sortDirection
- Backwards-compatible: no params returns all items (legacy mode)
- Frontend useChannelContentPaginated hook with keepPreviousData
- ChannelDetail page: search bar, status/type filter dropdowns, pagination controls
- Sorting delegated to server (removed client-side sortedContent)
- Item count shown in Content header (e.g. '121 items')

S04 — Download Engine Hardening:
- yt-dlp auto-update on production startup (native -U with pip fallback)
- Error classification: rate_limit, format_unavailable, geo_blocked, age_restricted, private, network
- Format fallback chains: preferred res → best under res → single best → any
- Improved parseFinalPath: explicit non-path prefix detection, extension validation
- Error category included in download:failed events
- classifyYtDlpError() exported from yt-dlp module for downstream use
2026-04-03 02:29:49 +00:00
..
channel-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
content-repository.ts feat(S01+S04): server-side pagination, search/filter, download engine hardening 2026-04-03 02:29:49 +00:00
format-profile-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
history-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
notification-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
platform-settings-repository.ts test(S02/T01): Added default_monitoring_mode column to platform_setti… 2026-03-24 20:27:41 -05:00
playlist-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
queue-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00
system-config-repository.ts feat: Tubearr — full project state through M006/S01 2026-03-24 20:20:10 -05:00