1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist aed9c581fd
doc(server): scope per_item_quality guarantee to the UI
The server validates per_item_quality value shapes but does not enforce
that every playlist item has an entry. Items without an override get
the global quality as a yt-dlp cap with graceful fallback.

The 'must choose quality for unsupported videos' invariant is a UI
constraint enforced by the frontend before submission. A direct API
caller bypassing the UI accepts yt-dlp's standard cap-and-fallback
behavior. Document this scope explicitly so the gap is intentional,
not accidental.
2026-07-20 23:04:15 +02:00
..
src doc(server): scope per_item_quality guarantee to the UI 2026-07-20 23:04:15 +02:00
static fix(frontend): move playlist expand chevron to left of input 2026-07-20 23:02:49 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00