1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server/src
TheGeneralist e2f50a9856
fix(core): playlist total size includes children; per_item_quality as include-set
archive.rs: total_artifact_bytes for root entries now adds a correlated
subquery summing children's blob bytes so playlist/channel containers
show the real download size instead of 0.

capture.rs: non-empty per_item_quality map now acts as an include-set —
items whose yt-dlp ID is absent are skipped entirely. This wires the
UI's per-video delete button to actual capture exclusion. Empty map
preserves the existing behaviour (download everything).

routes.rs + capture.rs doc: comments updated to reflect both semantics
(empty = all / non-empty = only listed IDs) accurately.
2026-07-21 13:18:27 +02:00
..
auth.rs feat(auth): AuthUser extractor, password helpers, token generation 2026-06-26 11:50:29 +02:00
main.rs security: fix two Codex review findings + add port option 2026-06-29 20:32:08 +02:00
registry.rs feat(auth): add auth_db_path to AppState, registry, and main.rs 2026-06-26 11:46:23 +02:00
routes.rs fix(core): playlist total size includes children; per_item_quality as include-set 2026-07-21 13:18:27 +02:00