Skip to content

Commit 9540708

Browse files
committed
CLI: Update remux policy and metadata docs photoprism#5261
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 829d429 commit 9540708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ Note: Across our public documentation, official images, and in production, the c
371371
- Pipe method: PhotoPrism remux (ffmpeg) always embeds title/description/created.
372372
- File method: yt‑dlp writes files; we pass `--postprocessor-args 'ffmpeg:-metadata creation_time=<RFC3339>'` so imports get `Created` even without local remux (fallback from `upload_date`/`release_date`).
373373
- Default remux policy: `auto`; use `always` for the most complete metadata (chapters, extended tags).
374+
- CLI defaults: `photoprism dl` now defaults to `--method pipe` and `--impersonate firefox`; pass `-i none` to disable impersonation. Pipe mode streams raw media and PhotoPrism handles the final FFmpeg remux so metadata (title, description, author, creation time) still comes from `RemuxOptionsFromInfo`.
374375

375376
- Testing workflow: lean on the focused commands above; if importer dedupe kicks in, vary bytes with `YTDLP_DUMMY_CONTENT` or adjust `dest`, and remember `internal/photoprism` is heavy so validate downstream packages first.
376377

0 commit comments

Comments
 (0)