1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-core/src
TheGeneralist 80828951e2
feat: wire metadata titles through perform_capture and record_tweet_entry
- perform_capture: fetch yt-dlp metadata (separate --dump-json call)
  before download; derive local title from file:// path filename
- Compute entry_title before record_media_entry call; pass it through
  instead of the temporary None placeholder
- record_tweet_entry: read tweet JSON before entry creation so title
  can be set on NewEntry; add tweet_metadata_from_json helper
2026-06-23 22:12:34 +02:00
..
downloader feat: platform-aware entry titling for all 13 source types 2026-06-23 21:49:34 +02:00
archive.rs feat(core): hierarchical tag API 2026-06-22 14:48:46 +02:00
capture.rs feat: wire metadata titles through perform_capture and record_tweet_entry 2026-06-23 22:12:34 +02:00
database.rs feat(core): hierarchical tag API 2026-06-22 14:48:46 +02:00
hash.rs feat: add db and multi-archive web UI foundation (#8) 2026-06-14 00:27:16 +02:00
lib.rs feat: browser capture button (Track 4) 2026-06-22 22:18:44 +02:00
twitter.rs feat: add db and multi-archive web UI foundation (#8) 2026-06-14 00:27:16 +02:00