From 3e9fa26626565ba4e75a195ad93410670dd5ff11 Mon Sep 17 00:00:00 2001 From: aeroreyna Date: Sun, 14 Jun 2026 23:00:01 -0400 Subject: [PATCH] daily auto-sync 2026-06-14 --- .../youtube_channels_synced_to_jellyfin.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 areas/media/youtube_channels_synced_to_jellyfin.md diff --git a/areas/media/youtube_channels_synced_to_jellyfin.md b/areas/media/youtube_channels_synced_to_jellyfin.md new file mode 100644 index 0000000..8546e12 --- /dev/null +++ b/areas/media/youtube_channels_synced_to_jellyfin.md @@ -0,0 +1,37 @@ +--- +Date: 2026-06-14 +Author: Hermes Agent +Tags: + - youtube + - jellyfin + - media + - automation +--- + +# YouTube Channels Synced to Jellyfin + +This note tracks channels Adolfo wants kept in the family Jellyfin YouTube library. + +Machine-readable sync config lives at: + +`/home/adolforeyna/.hermes/youtube_jellyfin_channels.yaml` + +Sync script: + +`/home/adolforeyna/scripts/sync_youtube_jellyfin_channel.py` + +Destination root on [[FamReynaServer]]: + +`/mnt/mydisk/media/Youtube` + +## Channels + +| Slug | Channel | URL | Jellyfin folder | Default catch-up limit | +| --- | --- | --- | --- | --- | +| veritasium | Veritasium | https://www.youtube.com/@veritasium/videos | `/mnt/mydisk/media/Youtube/veritasium` | 32 | +| bibleproject | BibleProject | https://www.youtube.com/@bibleproject/videos | `/mnt/mydisk/media/Youtube/bibleproject` | 25 | +| lexfridman | Lex Fridman | https://www.youtube.com/@lexfridman/videos | `/mnt/mydisk/media/Youtube/lexfridman` | 10 | + +## Workflow + +When Adolfo asks to update the YouTube/Jellyfin vault, use the sync config and run the channel sync script. The workflow downloads one video at a time locally, copies it to FamReynaServer, verifies SHA-256 remotely, then deletes local staging files.