summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/upd b/sh/upd
index 8cae966..7c28d48 100755
--- a/sh/upd
+++ b/sh/upd
@@ -343,6 +343,7 @@ refl () {
music () {
yt-dlp -f 'bestaudio[ext=opus]/bestaudio' --match-filter 'license=cc-by' --match-filter 'title~=(?i)cc-by' -P "$XDG_MUSIC_DIR/cc-by/scott_buckley" https://soundcloud.com/scottbuckley/tracks
rsync -avP --delete "$XDG_MUSIC_DIR/cc-by/scott_buckley" pp:music/cc-by
+ rsync -avP --delete "$XDG_MUSIC_DIR/gpl-3.0-only" pp:music
rsync -avP --delete "$XDG_MUSIC_DIR/favorite" pp:music
}