Skip to content

History / Folder Structure

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
  • v0.13: document selection + folder-structure flag redesign Update CLI-album, CLI-exclude-album (deprecated), CLI-library, CLI-folder-structure to reflect the new repeatable / sentinel / inline-exclusion grammar. Add CLI-smart-folder, CLI-unfiled, CLI-folder-structure-albums, CLI-folder-structure-smart-folders pages for the new v0.13 flags. Refresh Folder-Structure, Content-Filtering, Sync, Import-Existing, Configuration, Home for the three-template-per-pass model. Migration pointer points at docs/v0.13-migration.md in the main repo.

    rhoopr committed May 2, 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 album + library pass interaction on Folder-Structure Adds a table covering every -a × {album}-in-template permutation, with the on-disk layout each produces. Motivated by user confusion in #215 where {album} in the template triggered an unfiled pass they didn't expect.

    rhoopr committed Apr 22, 2026
  • Update wiki for v0.7.0: new commands, filters, deprecations - Add CLI pages: live-photo-mode, exclude-album, filename-exclude, data-dir - Update all references: credential->password, cookie-directory->data-dir, get-code->login get-code, retry-failed->sync --retry-failed, etc. - Mark deprecated flags: auth-only, list-albums, list-libraries, skip-live-photos, cookie-directory, reset-sync-token - Update Content-Filtering, Folder-Structure, Configuration, Docker, Authentication, Credentials, State-Tracking, Live-Photos, Home

    rhoopr committed Apr 11, 2026
  • Fix missing enum values and format specifiers in docs - Add "adjusted" to live_photo_size values (CLI page + Configuration) - Add %H, %M, %S time specifiers to folder-structure docs

    rhoopr committed Apr 8, 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
  • Update wiki for code review fixes: checksum warnings, EXIF tracking, path sanitization, password redaction, AM/PM matching

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

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

    @rhoopr rhoopr committed Feb 1, 2026