diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:43:13 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:43:13 -0600 |
| commit | 4c44d1d196c64fa2ec3455c2869c67b25898f40a (patch) | |
| tree | dad12a4f20aa9b3946c635f38d4a5fbfa5ec841b /dotfiles/common/.local/bin/ytp | |
| parent | 8ff733f60dbdaac4a665311e87fe6a24b27c4455 (diff) | |
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-x | dotfiles/common/.local/bin/ytp | 2 |
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 |
