From 4c44d1d196c64fa2ec3455c2869c67b25898f40a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 17:43:13 -0600 Subject: chore(scripts): remove lf scripts, update yt-dlp option - Remove lfrun and lfub (lf file manager not installed, using ranger) - Update ytp script: --add-metadata -> --embed-metadata Co-Authored-By: Claude Opus 4.5 --- dotfiles/common/.local/bin/ytp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/common/.local/bin/ytp') diff --git a/dotfiles/common/.local/bin/ytp b/dotfiles/common/.local/bin/ytp index 93ca9fc..c24d50f 100755 --- a/dotfiles/common/.local/bin/ytp +++ b/dotfiles/common/.local/bin/ytp @@ -1 +1 @@ -yt-dlp --ignore-config --yes-playlist --add-metadata -i -o '%(channel)s-%(playlist_title)s-%(playlist_index)s-%(title)s.%(ext)s' $1 $2 $3 $4 +yt-dlp --ignore-config --yes-playlist --embed-metadata -i -o '%(channel)s-%(playlist_title)s-%(playlist_index)s-%(title)s.%(ext)s' $1 $2 $3 $4 -- cgit v1.2.3