aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.local/bin/ytp
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 17:43:13 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 17:43:13 -0600
commitcb4dbd79c41d08858264bd91832312ca6058aacc (patch)
tree3eb2e8f1b09c52d83a02fe446b3ee331ba2eb551 /dotfiles/common/.local/bin/ytp
parent3a78cbdcf00ae4056f9f2d250f1ef816dae2747e (diff)
downloadarchsetup-cb4dbd79c41d08858264bd91832312ca6058aacc.tar.gz
archsetup-cb4dbd79c41d08858264bd91832312ca6058aacc.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.local/bin/ytp')
-rwxr-xr-xdotfiles/common/.local/bin/ytp2
1 files changed, 1 insertions, 1 deletions
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