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 | b359bef173ca3356ae4cb99874be48bdc6c8f080 (patch) | |
| tree | 77e893b02f5451e26ff91d0dd0373a14d0e91cb3 /dotfiles/common/.local/bin/ytp | |
| parent | 7322e6c6f19393a5bd91b669b3214cc292a10a39 (diff) | |
| download | archsetup-b359bef173ca3356ae4cb99874be48bdc6c8f080.tar.gz archsetup-b359bef173ca3356ae4cb99874be48bdc6c8f080.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-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 |
