From 2794840240766c7b4b576f8214a96fbcf1b4125d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 16 Sep 2024 20:11:12 +0200 Subject: [PATCH] Auto-commit kunsi-p14s.kunbox.net 2024-09-16T20:11:12+02:00 --- .bin/backup-and-update-system | 2 +- .config/yt-dlp/config | 8 +++++++- .ssh/config | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index 5a0c1f0..f949551 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -8,7 +8,7 @@ export GIT_SSH_COMMAND='ssh -oBatchMode=yes' # Push some git repos pass git push -git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')" || true +git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date --iso-8601=seconds)" || true git --git-dir=$HOME/.cfg/ --work-tree=$HOME push # Fetch a fresh copy of all locally cloned git repos diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index be81183..326a707 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -12,12 +12,18 @@ # Create SponsorBlock chapters. --sponsorblock-mark all +# embed some stuff +--embed-chapters +--embed-metadata +--embed-subs + # The following options are basically presets for different use cases. # Create a new option `--archive` that will embed all video and audio streams # and as much information as possible in the video as well as create a sidecar # file with full metadata. ---alias archive '--embed-subs --embed-thumbnail --embed-metadata --embed-chapters --write-info-json --no-clean-info-json --video-multistreams --audio-multistreams --merge-output-format mkv' +--alias archive '--embed-thumbnail --video-multistreams --audio-multistreams --merge-output-format mkv' +--alias archivejson '--embed-thumbnail --write-info-json --no-clean-info-json --video-multistreams --audio-multistreams --merge-output-format mkv' # Create a `--mp4` option that will optimize for getting an MP4 file, for # sharing on the Fedi etc. `-S ext` does the heavy lifting here. diff --git a/.ssh/config b/.ssh/config index 51fa78f..7d7584d 100755 --- a/.ssh/config +++ b/.ssh/config @@ -11,6 +11,9 @@ Host 172.19.138.10 Host 172.19.138.95 User of +Host 2a01:4f9:6b:2d99::c0ff:ee + User root + #Host ch-jump # Hostname jump.chaos-at-home.org # Port 2342