Skip to content

History / Download Pipeline

Revisions

  • Update wiki for v0.21.0

    @rhoopr rhoopr committed Jun 1, 2026
  • Update wiki for v0.20

    rhoopr committed May 26, 2026
  • Update wiki for v0.20 config migration

    rhoopr committed May 18, 2026
  • Truth-up wiki against main 0.12.1-dev: schema v7, deprecation pointers, residual flag renames Companion to https://github.com/rhoopr/kei/pull/315. Origin already had the bulk of the v0.11.x → v0.12.0 rename work (CLI‑metrics-port → CLI‑http-port, [server] section in Configuration, --download-dir in Docker entrypoint); this commit fills in the remaining gaps. State-Tracking - Bump documented schema version 4 → 7. Describe v5 metadata columns + asset_albums / asset_people tables, v6 metadata_write_failed_at, v7 sync_runs.status lifecycle column. Note status alongside the legacy `interrupted` boolean. Deprecation-pointer pages - Convert CLI‑threads-num, CLI‑retry-delay, and CLI‑directory to one-screen migration pointers; the canonical pages are CLI‑threads, CLI‑max-retries, and CLI‑download-dir. - Add CLI‑metrics-port (deprecation pointer kept for old links even though origin renamed the file). New canonical CLI pages - CLI‑threads, CLI‑download-dir, CLI‑http-bind, CLI‑retry-failed. - CLI‑bandwidth-limit refreshed to reference --threads (not the deprecated --threads-num). Cross-page sweeps for residual stale references on pages origin didn't touch: - --directory → --download-dir in Watch-Mode, Folder-Structure, Import-Existing, Credentials, Docker, CLI‑password-file, CLI‑notify-systemd, CLI‑folder-structure, Home. - --threads-num → --threads in Home, Download-Pipeline, CLI‑config, and the CLI‑report-json sample JSON. - Drop --retry-delay references from Retry, CLI‑max-retries, CLI‑max-download-attempts, Download-Pipeline, Sync; rewrite the Retry page's backoff table around --max-retries. Configuration.md: switch the TOML example from threads_num to threads, drop the explicit `delay` line from [download.retry] (now derived from max_retries), add `bind = "0.0.0.0"` to [server], and document threads_num / [download.retry] delay under Deprecated keys. Sync.md: link --max-download-attempts and --retry-failed to their pages; rename --threads-num and --directory rows; fold --retry-delay note into the --max-retries description.

    rhoopr committed Apr 30, 2026
  • Document v0.8.0: --report-json, extended notification vars, sync summary - New CLI-report-json.md: JSON schema, stats fields, skip breakdown, example output - CLI-notification-script.md: 21 new KEI_* env vars (counts, transfer, errors, skip breakdown) - Sync.md: add --report-json to operational flags table - Home.md: add --report-json to sync key flags - Download-Pipeline.md: sync summary section, bandwidth/disk tracking - Docker.md: JSON sync reports section with KEI_REPORT_JSON env var

    rhoopr committed Apr 16, 2026
  • Restructure wiki around subcommands Add dedicated pages for each subcommand (sync, login, list, password, reset, config, status, verify, import-existing). Reorganize the Home page CLI Reference by subcommand instead of flat flag tables. Slim down the sidebar to link subcommand pages instead of 45 individual flags. Fix deprecated cross-references throughout: --list-albums -> kei list albums, --list-libraries -> kei list libraries, --auth-only -> kei login, --reset-sync-token -> kei reset sync-token, --skip-live-photos -> --live-photo-mode.

    rhoopr committed Apr 13, 2026
  • Update Download Pipeline for MMCS checksum clarification Apple's fileChecksum is an MMCS compound signature, not a content hash. Replace the SHA256 verification section with accurate size/content-type validation description. Clarify that verify --checksums uses locally-stored SHA-256.

    rhoopr committed Apr 8, 2026
  • Update wiki for v0.6.0: credentials, password sources, Docker, and robustness changes New pages: Credentials, CLI-password-file, CLI-password-command, CLI-save-password. Updated: Authentication, Docker, Configuration, Watch-Mode, Download-Pipeline, Live-Photos, Retry, Home, Sidebar, and CLI pages for auth-only, max-retries, retry-delay, watch-with-interval, password.

    @rhoopr rhoopr committed Apr 6, 2026
  • Rename icloudpd-rs to kei across all wiki pages - Binary/project name: icloudpd-rs → kei - Cookie directory default: ~/.icloudpd-rs → ~/.config/kei/cookies - Config path default: ~/.config/icloudpd-rs/config.toml → ~/.config/kei/config.toml - Temp suffix default: .icloudpd-tmp → .kei-tmp - Docker image: ghcr.io/rhoopr/icloudpd-rs → ghcr.io/rhoopr/kei - Homebrew: brew install rhoopr/kei/kei - Notification env vars: ICLOUDPD_* → KEI_* - Add setup subcommand to commands table - Update Docker version tag to v0.5.0

    @rhoopr rhoopr committed Apr 2, 2026
  • Add incremental sync docs and CLI reference pages Add --no-incremental and --reset-sync-token CLI pages. Add incremental sync section to State Tracking with fallback and recovery details. Update Download Pipeline, Watch Mode, Configuration, Home, and Sidebar for syncToken support.

    @rhoopr rhoopr committed Mar 10, 2026
  • Replace em dashes with hyphens, fix banned word

    @rhoopr rhoopr committed Mar 8, 2026
  • Update wiki for v0.2.0 release

    @rhoopr rhoopr committed Feb 9, 2026
  • Update wiki for code review fixes: checksum warnings, EXIF tracking, path sanitization, password redaction, AM/PM matching

    @rhoopr rhoopr committed Feb 9, 2026
  • docs: update wiki for v0.1.0 release

    @rhoopr rhoopr committed Feb 4, 2026
  • Document mid-sync session recovery feature - Add Mid-Sync Session Recovery section to Authentication.md - Add Session Recovery section to Download-Pipeline.md - Explain auth error detection, automatic re-auth, and headless mode behavior

    @rhoopr rhoopr committed Feb 3, 2026
  • Document --file-match-policy for file collision deduplication - Add CLI‑file-match-policy.md with full flag documentation - Add link to sidebar under Download Options - Add File Collision Handling section to Download-Pipeline.md

    @rhoopr rhoopr committed Feb 3, 2026
  • Update wiki for download timeout fix, new defaults, and warn log level

    @rhoopr rhoopr committed Feb 3, 2026
  • Fix wiki accuracy: retry classification, size suffix, dedup, log levels, typo

    @rhoopr rhoopr committed Feb 2, 2026
  • Add graceful shutdown docs to download pipeline and watch mode Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @rhoopr rhoopr committed Feb 2, 2026
  • Remove "matches Python" statements from wiki Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @rhoopr rhoopr committed Feb 1, 2026
  • Document progress bar feature and --no-progress-bar flag Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @rhoopr rhoopr committed Feb 1, 2026
  • Add documentation from docs/ to wiki

    @rhoopr rhoopr committed Feb 1, 2026